Windows 7 で作成された GPT ディスクが Windows 10 で正しく認識されない

Windows 7 で作成された GPT ディスクが Windows 10 で正しく認識されない

私は、GPT (おそらく) としてセットアップされ、Windows 7 でディスク全体にまたがる 1 つの NTFS パーティションでフォーマットされた、内部 3 テラバイトの WD Black ディスクを持っています。

Windows 10 にアップグレードした後、システム内の他のディスクは問題なく認識されました (3 ディスク RAID を含む) が、このディスクはマップされず、ディスク管理には 2 テラバイトの GPT 保護パーティションと 700 ギガバイトほどの未割り当て領域として表示されます。

このマシンのマザーボードは 2009 年頃の Asus 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 とブート キャンプ、または内部で使用されている外付けドライブで同様の問題を抱えている人が他にもいますが、このディスクは Windows で内部的にセットアップされており、Windows 10 に移行するまで正常に動作していました。

この特定の問題を抱えている人をまだ見たことがないので、ここで質問して、誰かに何かアイデアがあるかどうか聞いてみようと思いました。ディスクにはバックアップされていないデータが約 2 TB あります (もっとよく知っておくべきです!) ので、それを保持したいと思っています。


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):

関連情報