FS#13285 - choose checkdisk at boot
Attached to Project:
Arch Linux
Opened by Daniele Marinello (marinz) - Sunday, 15 February 2009, 06:48 GMT
Last edited by Aaron Griffin (phrakture) - Sunday, 15 February 2009, 20:26 GMT
Opened by Daniele Marinello (marinz) - Sunday, 15 February 2009, 06:48 GMT
Last edited by Aaron Griffin (phrakture) - Sunday, 15 February 2009, 20:26 GMT
|
Details
Description:
change checkdisk in /etc/rc.sysinit in this way: http://pastebin.com/m7f3a6a14 and grub: ........... title Archlinux (default) with checkdisk root (hd0,x) … kernel /boot/… root=… ro checkdisk title Archlinux no checkdisk root (hd0,x) kernel /boot/… root=… ro .... ............ so the user can run (default) or not the check disk at boot. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Sunday, 15 February 2009, 20:26 GMT
Reason for closing: Won't implement
Additional comments about closing: See FS#13157
for "need to cancel the fsck" functionality
Sunday, 15 February 2009, 20:26 GMT
Reason for closing: Won't implement
Additional comments about closing: See
Comment by Glenn Matthys (RedShift) -
Sunday, 15 February 2009, 07:09 GMT
Unnecessary, if you want your filesystems checked, set their mount
count to something big (like 100 times) to any disks you want and
upon reboot they will automatically be checked.
Comment by
Daniele Marinello (marinz) - Sunday,
15 February 2009, 08:25 GMT
In this way, the user may choose to skip the normal disk check
when in a hurry (perhaps skipping the depth disk check ), however
the counter of the mount is incremented in any case.
Comment by
Aaron Griffin (phrakture) - Sunday,
15 February 2009, 20:25 GMT
Why have we had so many of these "skip the fsck when in a hurry"
bug reports? You can shut off fscks entirely in fstab