Most of the times we can not Copy one file having size more than 4GB to the PENDRIVE/FLASHDRIVE.
As File System of Pendrive/Flashdrive is : FAT/FAT32 .
These File System Don't support to store one file having size more than 4GB.
If we want to store any Game/Software having "ISO image" more than 4GB in the Pendrive then it is not possible due to FAT System.
So you have to convert that FAT file system to NTFS .
Here is The Step by Step Guide that How to do that :
- Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
- CLICK ON IMAGE To SEE it Clearly.
- At the command prompt, type the following, where drive letter is the drive that you want to convert:convert drive letter: /fs:ntfsFor example, type the following command to convert drive E to NTFS:convert e: /fs:ntfs
- When the conversion to NTFS is complete, you receive the following message at the command prompt:
- Quit the command prompt.