Code: Select all
/dev/sda1 2M BIOS boot
/dev/sda2 512M EFI Grub
/dev/sda3 RestOfDisk Linux LVMCode: Select all
% pvdisplay
/dev/sdc: read failed after 0 of 4096 at 0: Input/output error
/dev/sdc: read failed after 0 of 4096 at 2000398843904: Input/output error
/dev/sdc: read failed after 0 of 4096 at 2000398925824: Input/output error
/dev/sdc: read failed after 0 of 4096 at 4096: Input/output error
/dev/sdf: read failed after 0 of 4096 at 0: Input/output error
/dev/sdf: read failed after 0 of 4096 at 2000398843904: Input/output error
/dev/sdf: read failed after 0 of 4096 at 2000398925824: Input/output error
/dev/sdf: read failed after 0 of 4096 at 4096: Input/output error
/dev/sdh: read failed after 0 of 4096 at 0: Input/output error
/dev/sdh: read failed after 0 of 4096 at 2000398843904: Input/output error
/dev/sdh: read failed after 0 of 4096 at 2000398925824: Input/output error
/dev/sdh: read failed after 0 of 4096 at 4096: Input/output error
/dev/sdi: read failed after 0 of 4096 at 0: Input/output error
/dev/sdi: read failed after 0 of 4096 at 2000398843904: Input/output error
/dev/sdi: read failed after 0 of 4096 at 2000398925824: Input/output error
/dev/sdi: read failed after 0 of 4096 at 4096: Input/output error
/dev/sdj: read failed after 0 of 4096 at 0: Input/output error
/dev/sdj: read failed after 0 of 4096 at 2000398843904: Input/output error
/dev/sdj: read failed after 0 of 4096 at 2000398925824: Input/output error
/dev/sdj: read failed after 0 of 4096 at 4096: Input/output errorCode: Select all
[32391.608966] sd 3:0:3:0: [sdf] Unhandled sense code
[32391.609001] sd 3:0:3:0: [sdf]
[32391.609007] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[32391.609015] sd 3:0:3:0: [sdf]
[32391.609020] Sense Key : Medium Error [current]
[32391.609029] Info fld=0xe8e088a0
[32391.609036] sd 3:0:3:0: [sdf]
[32391.609042] Add. Sense: Mechanical positioning error
[32391.609049] sd 3:0:3:0: [sdf] CDB:
[32391.609054] Read(10): 28 00 e8 e0 88 a0 00 00 08 00
[32391.609073] end_request: I/O error, dev sdf, sector 3907029152My questions are:
a) Is it possible to recover the disks? I have found articles suggesting that LVM partitions can be recovered from the information in /etc/lvm/. However, the root partition was in an LVM partition and I cannot access the folder. I have found posts like this one, but I am unsure that this applies to this case.
b) Is it possible to recover the information from the readable LVM partitions? Booting from sysrescuecd does not show LVM partitions in /dev/mapper.
I would very much appreciate any hint on these issues. Thanks!

