First Karmic issue - manual fsck

sn3rd

Expert Member
Joined
Jan 18, 2008
Messages
4,305
Reaction score
11
My girlfriend freaked out today. Her netbook hung, and wouldn't reboot, complaining the filesystem could not be mounted. I ran a fsck and all was fine.

I chalked it up to her screwing around, but when I booted my netbook, the same issue occurred. Same fix.

So for anyone this happens to, make sure you know what your root filesystem is
Code:
df -B G
or
Code:
cat /etc/fstab

then assuming your root partition is /dev/sda1 you should run

Code:
fsck /dev/sda1

from the root terminal it crashes to
 
This will do a fsck on all drives at bootup...
Code:
sudo touch /forcefsck
 
I wonder whether the problem would be with / or /boot, if you have them on different partitions?
 
Probably a file system issue many Karmic users are experiencing.
 
Top
Sign up to the MyBroadband newsletter
X