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
or
then assuming your root partition is /dev/sda1 you should run
from the root terminal it crashes to
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
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