File too large for external hard drive

Soldato
Joined
27 Dec 2003
Posts
17,966
Trying to put a 5.4gb .mkv file onto my external hard drive

the movie file is currently on my windows 7 laptop. When I go to move it across it says the file is too large but I have over 800gb space free :confused::confused:
 
You can usually convert to NTFS on the fly without reformatting using command:

convert x: /FS:NTFS

Best to do a chkdsk first beforehand though.
 
You can usually convert to NTFS on the fly without reformatting using command:

convert x: /FS:NTFS

Best to do a chkdsk first beforehand though.

Backup ALL data on the drive before doing this.

First thing I do when getting a new external drive is either format it as exFAT (if using on Mac and PC) or NTFS if just using on PC.
 
I've been having this same problem a few times and was wondering what it could have been, now I know. Have to make sure all my external storage is NTFS from now on.
 
I've been having this same problem a few times and was wondering what it could have been, now I know. Have to make sure all my external storage is NTFS from now on.

It's the limitations of 32bit.

FAT32 can only store 4GB files
32bit CPU can only address 4GB Memory
& there are only 4.2 billion possible 32bit IP addresses
 
Back
Top Bottom