Answer the question
In order to leave comments, you need to log in
Can't mount a partition?
After an emergency shutdown of the computer, it is not possible to mount the partition. System on Ubuntu Server 10.04
When trying to mount, errors about reading the superblock are thrown
(initframs) mount /dev/sda2 /mnt<br/>
attemtp to access beyond end of device<br/>
sda2: rw=0, want=4, limit=2<br/>
EXT3-fs: unable to read superblock<br/>
attemtp to access beyond end of device<br/>
sda2: rw=0, want=4, limit=2<br/>
EXT2-fs: unable to read superblock<br/>
attemtp to access beyond end of device<br/>
sda2: rw=0, want=4, limit=2<br/>
EXT4-fs: unable to read superblock<br/>
#fdisk -l<br/>
Device Boot Start End Blocks Id System<br/>
/dev/sda1 * 1 32 248832 83 Linux<br/>
Partition 1 does not end of cylinder boundary.<br/>
/dev/sda2 32 1958 15476737 5 Extended<br/>
/dev/sda5 32 1958 15476737 83 Linux LVM<br/>
#fdisk<br/>
Command (m for help): v<br/>
Partition 1 does not end of cylinder boundary.<br/>
Remaining 5518 unallocated 512-byte sectors<br/>
Answer the question
In order to leave comments, you need to log in
sda2 cannot be mounted, this is an extended partition, only sda1 can be mounted directly
sda5 - this is LVM
,
run
# vgchange -ay
All sorts of /dev/VolGroup00/LogVol00 will appear,
you can see their list with:
# lvscan
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question