Storing big (bigger than 4GiB) files on a USB flash drive

Walt Mankowski waltman at pobox.com
Sat Nov 27 15:54:22 UTC 2021


Hi,

I've run into this problem too. VFAT does in fact have a 4 GB file
size limit. Since I needed to use the drive on both Linux and Windows
I reformatted it as exfat. Ext4 should be fine if you only want to use
it on Linux.

Walt

On Sat, Nov 27, 2021 at 03:41:52PM +0000, Ian Bruntlett wrote:
> Hi,
> 
> I have a backup .tar.gz file that is 4666239910 bytes in size. That is,
> 4.4GB
> 
> I have a 128 GB USB flash drive. Attempting to copy that file results in a
> "file too large" error.
> 
> Nautilus (properties option) says the drive is formatted as *"msdos"*
> 
> df says:
> $ df -Th /media/ian/MANDELBROT/
> Filesystem     Type  Size  Used Avail Use% Mounted on
> /dev/sdb1      *vfat*  115G  101G   15G  88% /media/ian/MANDELBROT
> 
> According to my research on the Internet, a VFAT drive can handle files
> larger than 4GB. However,my experience with this contradicts my research.
> 
> Any ideas? I can't split the files up into separate .tar.gz files. Will I
> have to reformat my USB drive to something like ext4?
> 
> TIA,
> 
> 
> Ian
> 
> -- 
> -- ACCU - Professionalism in programming - http://www.accu.org
> -- My writing - https://sites.google.com/site/ianbruntlett/
> -- Free Software page -
> https://sites.google.com/site/ianbruntlett/home/free-software

> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users





More information about the ubuntu-users mailing list