У меня очень интересная проблема с жестким диском Seagate (3 ТБ): в Windows размер жесткого диска составляет ~ 3 ТБ. Когда я подключаю его к Ubuntu 14.04 и пытаюсь отформатировать его с помощью GParted, GParted сообщает мне, что таблица разделов резервной копии (GPT) повреждена и использует файл main. НО: После этого gparted выдал ошибку (в каком-то файле .c) и разбился. Я попробовал gdisk:
nch@Media:/mnt$ sudo gdisk /dev/sdi GPT fdisk (gdisk) version 0.8.8
Warning! Disk size is smaller than the main header indicates! Loading secondary header from the last sector of the disk! You should use 'v' to verify disk integrity, and perhaps options on the experts' menu to repair the disk. Caution: invalid backup GPT header, but valid main header; regenerating backup header from main header.
Warning! One or more CRCs don't match. You should repair the disk!
Partition table scan: MBR: protective BSD: not present APM: not present GPT: damaged
**************************************************************************** Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk verification and recovery are STRONGLY recommended.
****************************************************************************
Command (? for help): p Disk /dev/sdi: 1565565872 sectors, 746.5 GiB Logical sector size: 512 bytes Disk identifier (GUID): 329DB2A5-1B26-4FCC-9599-288010699D37 Partition table holds up to 128 entries First usable sector is 34, last usable sector is 5860533134 Partitions will be aligned on 8-sector boundaries Total free space is 5860270957 sectors (2.7 TiB)
Number Start (sector) End (sector) Size Code Name 1 34 262177 128.0 MiB 0C01 Microsoft reserved part
Command (? for help): v
Caution: The CRC for the backup partition table is invalid. This table may be corrupt. This program will automatically create a new backup partition table when you save your partitions.
Problem: The secondary header's self-pointer indicates that it doesn't reside at the end of the disk. If you've added a disk to a RAID array, use the 'e' option on the experts' menu to adjust the secondary header's and partition table's locations.
Problem: Disk is too small to hold all the data! (Disk size is 1565565872 sectors, needs to be 5860533168 sectors.) The 'e' option on the experts' menu may fix this problem.
Problem: GPT claims the disk is larger than it is! (Claimed last usable sector is 5860533134, but backup header is at 5860533167 and disk size is 1565565872 sectors. The 'e' option on the experts' menu will probably fix this problem
Caution: Partition 1 doesn't begin on a 8-sector boundary. This may result in degraded performance on some modern (2009 and later) hard disks.
Consult http://www.ibm.com/developerworks/linux/library/l-4kb-sector-disks/ for information on disk alignment.
Identified 4 problems!
Command (? for help): r
Recovery/transformation command (? for help): f Warning! This will destroy the currently defined partitions! Proceed? (Y/N): yes
Recovery/transformation command (? for help): f Warning! This will destroy the currently defined partitions! Proceed? (Y/N): y
Recovery/transformation command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!!
Do you want to proceed? (Y/N): y OK; writing new GUID partition table (GPT) to /dev/sdi. The operation has completed successfully.
Интересно то, что gdisk показал мне 2,7 ТБ свободного места, но после ремонта я использовал
fdisk -l
и он показал мне следующее:
Disk /dev/sdi: 801.6 GB, 801569726464 bytes
256 Köpfe, 63 Sektoren/Spur, 97071 Zylinder, zusammen 1565565872 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x00000000
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdi1 1 1565565871 782782935+ ee GPT
Я пробовал несколько других ремонтов с помощью gdisk, но безуспешно. Под Windows мне нужно только преобразовать диск gpt в диск mbr, и тогда я вижу два неформатированных раздела:
Что здесь не так и как это исправить?
Очень часто "внешние" жесткие диски сообщают о неправильном размере, если размер жесткого диска превышает поддерживаемый максимальный размер моста usb. если внешний жесткий диск представляет собой комплектный корпус, вы можете проигнорировать мой ответ, если это что-то вроде док-станции, это может быть вашей проблемой.
попробуйте другой корпус, который поддерживает жесткие диски емкостью 3 ТБ и выше ...