Is there a file size limit for USB 2.0?

Soldato
Joined
24 Sep 2007
Posts
5,364
Hi All

I have made a virtual machine file of my netbook, it's a 22GB file. I want to transfer this onto my external USB 2.0 drive, but I am getting an error saying that there's not enough space on the external drive, when there definitely is. A small file will copy over to the external drive just file.

Can anyone advise what is causing this? Why would the file be too large to transfer via USB?

Will I only be able to transfer such a file via a network?

Thanks
 
If the USB drive is formatted with FAT32 (which it probably is) then there will be a 4GB limit.
 
Yeah, it will probably be related to the disk's file system rather than the connection. If it's FAT32 then it needs to be converted to NTFS to accept files bigger than 4GB.
 
You can change the filesystem to NTFS usually by formatting the drive, though for flash storage it's not recommended because of the overheads. exFAT might work too, though someone will have to confirm that for me. It's more suited to flash storeage than NTFS.
 
Or, from a command prompt:

convert x: /FS:NTFS

Where x is the drive letter you want to convert.

(Might want to back it up first.)
 
Back
Top Bottom