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.
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:
or in Windows by right clicking on the USB and clicking format.