I have a 64GB flash drive plugged into a router.
The router exposes the drive as a Windows share using Samba.
The drive is formatted as exFAT and mounted successfully at /mnt/routerusb:
mount.cifs //10.0.3.138/bezeq /mnt/routerusb -n -o vers=1.0
When I try to copy large files (>4GB), the copy fails with:
Error closing file: No space left on device
df reports only 43% usage on /mnt/routerusb.
I am running Fedora 27 64-bit.
How can I resolve this?
I know I can split and then merge the files, but I would prefer to copy directly.