我希望你能幫助我,我有兩個2.5 吋硬碟(分別為250 和500GB),我將它們放入Acteck USB 2.0 磁碟機盒中,並在Linux 下格式化它們,建立一個新的GPT 分割區表(使用gdisk
)並僅添加一個每個磁碟機上使用mkntfs
預設參數(即我沒有設定任何簇或磁區大小)mkntfs /dev/sdb1
。
它們都在Linux下完美運行,我可以掛載它們並瀏覽它們上的文件;但在Windows下只有其中一個是可見的(500GB),另一個只是在驅動器管理器上顯示為未分配的數據,並要求我在其上創建一個新的分區表。我在同一台 Windows 機器上的幾個不同連接埠上將它們連接了幾次,結果相同;我已將它們連接到運行即時版本 Linux 的同一台機器上,並且兩個驅動器都運作得很好。我還將它連接到我格式化它的同一個Linux 盒子上,它顯示在Thunar 上,但後來我啟動了一個Windows VM 並將驅動器連接到它,它具有相同的效果,所以我想說這是一個問題視窗。
這是它在我連接的每台 Windows 電腦(包括虛擬機器)上的顯示方式:
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 7 進行了測試,因為我附近沒有任何 Windows 8 機器。我還使用 fdisk 在一個上建立分區表,並使用 gdisk 為另一個建立分區表,但我不記得在哪個上使用了哪一個。