Windows 10 無法正確辨識在 Windows 7 中建立的 GPT 磁碟

Windows 10 無法正確辨識在 Windows 7 中建立的 GPT 磁碟

我有一個內部 3 TB WD Black 磁碟,該磁碟設定為 GPT(大概?),並在 Windows 7 下使用跨整個磁碟的一個 NTFS 分割區進行格式化。

升級到 Windows 10 後,系統中的其他磁碟都可以正常識別(包括 3 磁碟 raid!),但該磁碟未映射並在磁碟管理中顯示為 2 TB GPT 保護分割區和 700 多 GB未分配的空間。

這台機器的主機板是 2009 年左右的華碩 M4A78 Plus,所以它是 UEFI 之前的,但我不會嘗試從這個磁碟啟動,所以這不應該是問題。

我已經取出驅動器並將其放入我的 Linux 機器中,其中 fdisk 說:

Disk /dev/sdd: 3000.6 GB, 3000592982016 bytes, 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x59e095e7

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1  4294967295  2147483647+  ee  GPT
Partition 1 does not start on physical sector boundary.

可能與512位元組邏輯磁區大小有關?我也遇到過其他人在使用 Mac 和 Boot Camp 或內部使用的外部驅動器時遇到類似問題,但該磁碟已在 Windows 上內部設定並且工作正常,直到我遷移到 Windows 10。

我還沒有看到有人遇到這個具體問題,所以我想我應該在這裡問一下,看看是否有人有任何想法。該磁碟有大約 2tb 的資料未備份(我應該更清楚!),所以我希望保留它。


gdisk 輸出(裝置名稱已更改):

GPT fdisk (gdisk) version 0.8.10

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

Command (? for help): v

No problems found. 5860533101 free sectors (2.7 TiB) available in 1
segments, the largest of which is 5860533101 (2.7 TiB) in size.

Command (? for help): p
Disk /dev/sde: 5860533168 sectors, 2.7 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 50176CDA-0B0F-4D2E-9459-687BCF80AF4E
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 5860533134
Partitions will be aligned on 2048-sector boundaries
Total free space is 5860533101 sectors (2.7 TiB)

Number  Start (sector)    End (sector)  Size       Code  Name

Command (? for help):

相關內容