不能直接拷贝4G以上的单个文件到FAT32格式的移动硬盘上

转换FAT32至NTFS
本文介绍了一种将FAT32格式磁盘转换为NTFS格式的方法,通过使用Windows自带的convert命令,可以避免重新格式化磁盘带来的不便。文章详细解释了convert命令的参数选项。

这个标题好长。乃读通没?

分离一下:不能直接拷贝4G以上的单个文件FAT32格式的移动硬盘上。

我上次遇到这个问题的时候,智商拙急了,整个把盘格掉了,改成NTFS。

高明一点的做法是:cmd, convert/? 得到下面的东东。

C:\Users\admin>convert/?
Converts a FAT volume to NTFS.

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]


volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume will be converted to NTFS.
/V Specifies that Convert will be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory
that will be the place holder for NTFS system files.
/NoSecurity Specifies that the security settings on the converted
files and directories allow access by all users.
/X Forces the volume to dismount first if necessary.
All open handles to the volume will not be valid.

所以:最后输入convert C /fs:NTFS 完事!

转载于:https://www.cnblogs.com/yoyohappy/p/3446842.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值