I got new pen drive, getting the below error while copying the file to the pen drive. File size is 4.3 GB.
Reason for the below error message:
File size was 4.3 GB in size and my pen drive was formatted in FAT32 format. The max file size for FAT32 is 4GB. The max file size for FAT16 is only 2GB!
How to fix the issue:
Run this command in command prompt:
convert d: /fs:ntfs
d => D drive.
This commnad will covert FAT file system in NTFS.
Enjoy to copy !!
Reason for the below error message:
File size was 4.3 GB in size and my pen drive was formatted in FAT32 format. The max file size for FAT32 is 4GB. The max file size for FAT16 is only 2GB!
How to fix the issue:
Run this command in command prompt:
convert d: /fs:ntfs
d => D drive.
This commnad will covert FAT file system in NTFS.
Enjoy to copy !!

No comments:
Post a Comment