[Xfce-bugs] [Bug 13751] Warn on copying files too large for file system (e.g. 5G file to vfat)
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Aug 22 14:59:27 CEST 2018
https://bugzilla.xfce.org/show_bug.cgi?id=13751
--- Comment #8 from unhammer+dill at mm.st ---
Ooh, right, I forgot that in between reporting and now :) So now I can also
reproduce:
$ dd if=/dev/zero of=5G count=5000 bs=1M
$ dd if=/dev/zero of=6G count=6000 bs=1M
$ mkfs.vfat 6G
$ sudo mount -t vfat 6G /mnt/vfats -o uid=$USER,gid=$USER
$ thunar .
and try copying 5G into /mnt/vfats – it spends a while copying until it
finally can't write any more, saying "error splicing file; file too large;
would you like to skip".
So it's not fixed, and it's easy to reproduce with the above commands.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list