无法复制闪存中大尺寸图像文件
我想在 Windows XP 操作系统中将大尺寸(4G)的图像文件复制到闪存,并且闪存容量为 8G 并且可用,但 Windows 显示错误对话框:“目标驱动器中的磁盘已满”。
I want copy image file with large size(4G) to flash memory in Windows XP os and capacity of flash memory is 8G and free, but windows shows error dialog : "The disk in the destination drive is full".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FAT32 文件系统支持大于 4GB 的驱动器,但单个文件不能大于 4GB-1 (4294967295) 字节。如果必须存储如此大的文件,则需要使用不同的文件系统。支持如此大文件的最常用文件系统是NTFS。
The FAT32 file system supports drives larger than 4GB, but individual files cannot be larger than 4GB-1 (4294967295) bytes. If you must store such large files you will need to use a different file system. The most commonly used file system which supports such large files is NTFS.