|
gpt раздел и fsck
возникла проблема - не монтируется жесткий диск с 1 разделом GPT на 3Тб.
в цикле выдает после монтирования :
[2623701.320544] ata7: hard resetting link
[2623708.691804] ata7: link is slow to respond, please be patient (ready=-19)
[2623749.749097] ata7: COMRESET failed (errno=-16)
[2623749.749125] ata7: limiting SATA link speed to 1.5 Gbps
[2623749.749134] ata7: hard resetting link
[2623756.629688] ata7: COMRESET failed (errno=-16)
и пропадает из системы совсем, до переподключения
подключал на винде, с драйвером ext3 - данные присутсвуют, видимо ошибка в таблицах суперблоках файловой системе
пробую проверить:
fileserver:/# fsck -t ext3 /dev/sde
fsck 1.41.3 (12-Oct-2008)
e2fsck 1.41.3 (12-Oct-2008)
fsck.ext3: Superblock invalid, trying backup blocks...
fsck.ext3: Bad magic number in super-block while trying to open /dev/sde
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, перелить столько инфы некуда. Подскажите как правильно поступить?
данные по винту:
Цитата:
fileserver:/# fdisk -l /dev/sde
WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sde: 3000.5 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sde1 1 267350 2147483647+ ee EFI GPT
во вложении результат hdparm -I
система дебиан ленни
|