*** This bug is a duplicate of bug 75574 ***
https://bugs.launchpad.net/bugs/75574
** This bug has been marked a duplicate of bug 75574
cp dumps core when copying >4GB files to a VFAT filesystem
--
dies due to SIGXFSZ when copying large file onto VFAT filesystem
https://bugs.launchpad.net
On 12/25/06, David Faure <[EMAIL PROTECTED]> wrote:
> Surely all the tools can't be changed to ignore SIGXFSZ, the right fix
> is in the vfat code of the linux kernel, isn't it?
As a matter of fact my memories were about linux 2.4, I had the
problem with netatalk.
In my understanding, after a qui
I get something very similiar (termination due to signal 25, SIGXFSZ)
when letting "cat" write into a FAT32 system (in my case "cat
/dev/video0 > foo.mpg"). Tried patching cat to no avail, which actually
makes sense since it's the shell which is writing into the file. I tried
zsh and bash...
Surel