下面的图片很好地解释了它,但似乎 Windows 不允许我将 8.16 GB .vhd 文件放在具有 14.6 GB 可用空间的闪存驱动器上。
Dar*_*oid 28
问题是目标文件系统是FAT32,它只支持最大 4 GB 的文件。如果您以前从未遇到过此问题,则错误消息不是很清楚。您可以用多个 4 GB 文件填充 14.6 GB 空间,但任何单个文件都不能大于 4 GB。您需要将磁盘重新格式化为NTFS或exFAT以支持更大的文件。
小智 22
除了大卫马歇尔的回答,没有必要重新格式化驱动器。您可以使用该convert
命令从 FAT32 升级到 NTFS 。
>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.
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
10430 次 |
最近记录: |