分页: 1 / 1

格式化u盘为ntfs的问题

发表于 : 2019-01-22 19:48
handyw
sudo fdisk /dev/sdb
给32Gu盘分一个区
sudo mkfs -t ntfs /dev/sdb1
格式化u盘很慢到了17%就不动了
没办法就ctrl+c终止了
这到底怎么回事?怎么才能快速格式化
我手头没windows电脑

Re: 格式化u盘为ntfs的问题

发表于 : 2019-01-23 11:00
astolia
mkfs -t XXX等价于执行mkfs.XXX
你用mkfs.ntfs就能看到快速格式化的参数了

Re: 格式化u盘为ntfs的问题

发表于 : 2019-01-23 13:13
handyw
Cluster size has been automatically set to 4096 bytes.
Creating NTFS volume structures.
Error writing to /dev/sdb1: Input/output error
Error writing non-resident attribute value.
add_attr_sd failed: Input/output error
Couldn't create root directory: Input/output error
Failed to fsync device /dev/sdb1: Input/output error
Warning: Could not close /dev/sdb1: Input/output error

命令为:sudo mkfs.ntfs -f /dev/sdb1

Re: 格式化u盘为ntfs的问题

发表于 : 2019-01-23 17:24
astolia
这是硬件故障,要么盘坏了,要么usb接口有问题

Re: 格式化u盘为ntfs的问题

发表于 : 2019-01-24 16:27
handyw
估计盘坏了。usb接口是好的

Re: 格式化u盘为ntfs的问题

发表于 : 2019-03-01 10:38
handyw
windows下ntfs格式化失败