在 FreeBSD 12.0 下,对于 1 TB 硬盘驱动器,该命令mkntfs -Q /dev/da3s1
(带有快速格式化标志)仍然需要很长时间(几个小时后仍未完成)。
它给出以下警告:
The partition start sector was not specified for /dev/da3s1 and it could not be obtained automatically. It has been set to 0.
The number of sectors per track was not specified for /dev/da3s1 and it could not be obtained automatically. It has been set to 0.
The number of heads was not specified for /dev/da3s1 and it could not be obtained automatically. It has been set to 0.
Cluster size has been automatically set to 4096 bytes.
To boot from a device, Windows needs the 'partition start sector', the 'sectors per track' and the 'number of heads' to be set.
Windows will not be able to boot from this device.
Creating NTFS volume structures.
Run Code Online (Sandbox Code Playgroud)
如何获得与 Windows 类似的快速格式化速度?
这是由于库中的错误ublio
(端口的直接依赖sysutils/fusefs-ntfs
)造成的 - 有一个针对它的开放错误报告。
我最近遇到了同样的问题,我使用的解决方法不太优雅 - 重新安装sysutils/fusefs-ntfs
,但禁用UBLIO
支持。然后您就可以运行mkntfs
来格式化您的设备。在 1TB 上,速度会很快 - 不知道与 Windows 下本地执行相比如何,但它完成了,这是对无限期挂起的改进!
如果您想在 FreeBSD 下安装 NTFS 设备,您需要重新安装sysutils/fusefs-ntfs
,但要UBLIO
启用,否则驱动器上的 IO 性能会非常差。mkntfs
您可以在路径上的某个位置以不同的名称创建不支持的二进制文件的副本UBLIO
,这样在重新安装后,如果需要,您仍然可以使用它UBLIO
。
归档时间: |
|
查看次数: |
4054 次 |
最近记录: |