Mar 11, 2004 #1 bairdt Technical User Joined Feb 2, 2004 Messages 32 Location 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 Joined May 1, 2001 Messages 13 Location 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 Joined May 22, 2001 Messages 2,869 Location 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"