我希望你可以帮助我,我有两个2.5英寸硬盘(分别为250和500GB)放在Acteck USB 2.0驱动器盒中并在linux下格式化它们,创建一个新的GPT分区表(使用gdisk
)并只添加一个使用mkntfs
默认参数格式化为NTFS的0700型(Windows常规数据)分区(即我没有设置任何集群或扇区大小)仅mkntfs /dev/sdb1
在每个驱动器上。
它们都可以在Linux下完美运行,我可以安装它们并浏览它们上的文件; 但是在Windows下只能看到其中一个(500GB一个),另一个只是在驱动管理器上显示为未分配的数据,它要求我在其上创建一个新的分区表。我已经在同一台Windows机器上的几个不同端口上连接了几次,结果相同; 我已将它们连接到运行Linux实时版本的同一台机器上,并且两个驱动器都可以正常工作。我也将它连接到我格式化的同一个linux盒子上,它在Thunar上显示但是我启动了一个Windows VM并将驱动器连接到它并且它具有相同的效果,所以我要说这是一个问题视窗。
这就是它在我连接它的每台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 7进行了测试,因为我附近没有任何Windows 8机器。我还使用fdisk在一个上创建分区表,在另一个上使用gdisk,但我不记得我在哪个上使用了哪个。
驱动器处于脱机状态 联机:i-msdn.sec.s-msft.com/dynimg/IC235920.png
—
magicandre1981 2015年
它说磁盘的结构要么损坏要么难以辨认
—
arielnmz 2015年
你有任何数据吗?如果没有,请在Windows中再次格式化。
—
magicandre1981 2015年
Linux仍然不完全支持NTFS。如果您想在Linux和Windows之间实现真正的文件系统互操作性,则应使用FAT32。
—
fpmurphy 2015年