temeela

joined 1 year ago
[–] temeela@lemmy.blahaj.zone 71 points 11 months ago (4 children)

Seems like your USB drive is formatted with a filesystem that doesn't support large files like FAT32, if you are able to, try formatting into exFAT in Linux with:

sudo mkfs.exfat -n LABEL /dev/YOURUSB

or in Windows by right clicking on the USB and clicking format.