|
LVM needs e2fsck after Upgrade from Kubuntu 8.10 x64 to 9.04 x64
For the most part, the upgrade went fine. But I'm stuck with manually mounting my LVM every time.
Here is the output of /var/log/fsck/checkfs:
dpich@dpich-desktop:~$ sudo cat /var/log/fsck/checkfs
Log of fsck -C3 -R -A -a
Sun Apr 26 19:10:24 2009
fsck 1.41.4 (27-Jan-2009)
fsck.ext3: No such file or directory while trying to open /dev/Storage/Stuff
/dev/Storage/Stuff:
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>
fsck died with exit status 8
Sun Apr 26 19:10:24 2009
----------------
dpich@dpich-desktop:~$
|