Back to Top

Wednesday 16 October 2013

Fix “File is too large for destination file system” Error

Hey friends, today I will explain how to resolve the stated error. Well this error occurs when your external disk is FAT16 or FAT32, etc. For this problem to be resolved we need to convert this format to NTFS...

For the same,
1. Click on Start
2. Type "cmd" without quotes
3. Type convert <drive> /fs:ntfs /nosecurity where <drive> is the letter of your drive for eg. convert F: /fs:ntfs /nosecurity 


Your problem is solved now you can copy files more than 4GB to your disc...