ご助力いただければ幸いです。私は 2 つの 2.5 インチ ハード ドライブ (それぞれ 250 GB と 500 GB) を Acteck USB 2.0 ドライブ ケースに入れて Linux でフォーマットし、新しい GPT パーティション テーブル (を使用) を作成し、各ドライブに、デフォルト パラメータ (つまり、クラスターまたはセクター サイズは設定していません) をgdisk
使用して NTFS としてフォーマットされたタイプ 0700 (Windows の通常データ) のパーティションを 1 つだけ追加しました。mkntfs
mkntfs /dev/sdb1
どちらも Linux で問題なく動作し、マウントしてファイルを参照できますが、Windows では 1 つしか表示されず (500 GB のもの)、もう 1 つはドライブ マネージャーに未割り当てデータとして表示され、新しいパーティション テーブルを作成するように求められます。同じ Windows マシンの複数の異なるポートに何度か接続しましたが、結果は同じでした。また、ライブ バージョンの Linux を実行している同じマシンに両方を接続しましたが、両方のドライブは完全に正常に動作しました。また、フォーマットした同じ Linux ボックスに接続したところ、Thunar に表示されましたが、その後 Windows VM を起動してドライブを接続すると、同じ結果になりました。したがって、これは Windows の問題であると言えます。
これは、接続したすべての Windows マシン (VM を含む) に表示される内容です。
gdisk /dev/sdb -l
250GB の場合の出力は次のとおりです。
GPT fdisk (gdisk) version 1.0.0
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 488397168 sectors, 232.9 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 013E97B6-B8DE-4D39-A9A6-B9A8704370B6
Partition table holds up to 128 entries
First usable sector is 2048, last usable sector is 488397134
Partitions will be aligned on 2048-sector boundaries
Total free space is 0 sectors (0 bytes)
Number Start (sector) End (sector) Size Code Name
1 2048 488397134 232.9 GiB 0700 Ariel250GB
gdisk /dev/sdb -l
500GB の場合の出力は次のようになります。
GPT fdisk (gdisk) version 1.0.0
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 963D42B4-A1C2-449F-93BF-9197F904809A
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 976773134 465.8 GiB 0700 Ariel500GB
編集:
近くに Windows 8 マシンがないので、Windows 7 のみを使用してテストしました。また、1 つのマシンでは fdisk を使用してパーティション テーブルを作成し、もう 1 つのマシンでは gdisk を使用していましたが、どちらをどちらに使用したかは覚えていません。