fdisk -l выдаёт следующее.
> fdisk -l
Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/sde doesn't contain a valid partition table
Disk /dev/sda: 164.6 GB, 164696555520 bytes
255 heads, 63 sectors/track, 20023 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000494cb
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 20023 160633935 8e Linux LVM
Disk /dev/sdb: 36.4 GB, 36420075008 bytes
255 heads, 63 sectors/track, 4427 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0008889c
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 83 Linux
/dev/sdb2 26 4427 35359065 8e Linux LVM
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4d646165
Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x04c89e79
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 121602 976768033+ 83 Linux
Disk /dev/sde: 2000.3 GB, 2000392994816 bytes
255 heads, 63 sectors/track, 243200 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Видно что
диск видется./dev/sdd1 * 1 121602 976768033+ 83 Linux
> mount /dev/sdd1/ /mnt/hd
mount: wrong fs type, bad option, bad superblock on /dev/sdd1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
> xfs_repair /dev/sdd1
Phase 1 - find and verify superblock...
superblock read failed, offset 531361792000, size 2048, ag 17, rval -1
fatal error -- Input/output error
еще видно что Disk /dev/sdc doesn't contain a valid partition table.
Пробовал Testdisk, говорит что все о.к., что с массивом что с оттдельным диском, уже не знаю что и делать.
Please help.