Jul 22, 2009

Copy File having Size more than 4GB to Pendrive/Flashdrive

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 :

  1. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
  2. CLICK ON IMAGE To SEE it Clearly.
  3. At the command prompt, type the following, where drive letter is the drive that you want to convert:
    convert drive letter: /fs:ntfs
    For example, type the following command to convert drive E to NTFS:
    convert e: /fs:ntfs
  4. When the conversion to NTFS is complete, you receive the following message at the command prompt:
    Conversion complete
  5. Quit the command prompt.

Blog Widget by VENOM