Mar 11, 2004 #1 bairdt Technical User Feb 2, 2004 32 US I need to run fsck the next time I reboot. What command do I use to do this (param please)?
Mar 11, 2004 #2 pdaemon Technical User May 1, 2001 13 US Hi, you should be able to use: shutdown -r -t now -F which will cause the machine to reboot "now" and force a fsck when it comes back up. Regards Upvote 0 Downvote
Hi, you should be able to use: shutdown -r -t now -F which will cause the machine to reboot "now" and force a fsck when it comes back up. Regards
Mar 11, 2004 #3 RhythmAce Technical User May 22, 2001 2,869 FR e2fsck -pv /dev/hda1 You will want to change /dev/hda1 to the device that is causing the problem for more info "man e2fsck" Upvote 0 Downvote
e2fsck -pv /dev/hda1 You will want to change /dev/hda1 to the device that is causing the problem for more info "man e2fsck"