My external ext3 USB drive was mounted while my system crashed while I was messing around with a LiveCD. (Copying large files into your live user's home folder while booted from a LiveCD is a bad idea by the way.).
Anyway, how can I run a filesystem check on the disk? I tried "sudo tune2fs -c 1 /dev/sdc1" on the USB drive and mounted and unmounted it with no success. Also, am I supposed to use e2fsck or fsck and do I need to boot into single user mode? The dire warnings of possible file system corruption make me rather nervous.
I did read https://help.ubuntu.com/community/Sy...istration/Fsck but it seems rather incomplete and it doesn't mention external drives.
Edit: I did some digging around, and it looks like maybe I want to use fsck.ext3. However, should I use "fsck.ext3 /dev/sdb1" or "fsck.ext3 /dev/sdb"? Also does the warning about being in single user mode only apply to doing a fsck on your root filesystem?



Adv Reply




Bookmarks