Re: fsck fails on boot, HELP!
I tried this. fsck went through its check. upon reboot, the same error message appears as before.
Originally posted by Snowhog
fsck
fsck -p
tail -100 /var/log/fsck/checkfs
fsck -p
tail -100 /var/log/fsck/checkfs
Log of fsck -C3 -R -A -a Mon Jul 28 17:58:25 2008 fsck 1.40.8 (13-Mar-2008) /dev/sdb2 is mounted. e2fsck: Cannot continue, aborting. fsck died with exit status 8 Mon Jul 28 17:58:25 2008 ----------------
umount -a
umount -a
umount: /dev device is busy umount: /: device is busy
sudo mkdir /media/ROOTFS sudo mount /dev/sda2 /media/ROOTFS sudo fsck -p /media/ROOTFS
fdisk -lu
sudo mkdir /media/ROOTFS sudo mount /dev/sda2 /media/ROOTFS sudo fsck -p /media/ROOTFS
ubuntu@ubuntu:~$ sudo fsck -p /media/ROOTFS fsck 1.40.8 (13-Mar-2008) fsck.ext2: Is a directory while trying to open /media/ROOTFS /media/ROOTFS: The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device> ubuntu@ubuntu:~$
blkid
Comment