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".
Asked
Active
Viewed 192 times
0
-
This should be on http://superuser.com – David Heffernan Jan 31 '12 at 10:16
-
Format the flash drive with a filesystem that supports large files. – David Schwartz Jan 31 '12 at 10:22
-
@DavidSchwartz Thanks for your response. I do formated flash but don't correct. – Sam Jan 31 '12 at 10:24
-
Formta with Fat32 on windows. – Sam Jan 31 '12 at 10:28
-
I found my answer myself ;). In Fat32 file format maximum file size is 4G so I formatting flash memory with NTFS file format and problem fixed. – Sam Jan 31 '12 at 12:46
-
well, David Schwartz found the answer! – David Heffernan Jan 31 '12 at 18:27
1 Answers
1
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.

BitBank
- 8,500
- 3
- 28
- 46