temeela, 1 year ago 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: <span style="color:#323232;">sudo mkfs.exfat -n LABEL /dev/YOURUSB </span> 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:
<span style="color:#323232;">sudo mkfs.exfat -n LABEL /dev/YOURUSB </span>
or in Windows by right clicking on the USB and clicking format.