Originally posted by: floore
Hi everyone,
I'm having an issue when copying a file from a Windows mount point (mounted using cifs) to a local filesystem (a disk presented from a SAN). I have created a JFS2 filesystem on the local disk, and it is 400GB in size. The file I am copying is 200GB, but it keeps failing at 4GB with the following:
'Value too large to be stored in data type'
The limits on the user are set to be unlimited:
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
max memory size (kbytes, -m) unlimited
open files (-n) unlimited
pipe size (512 bytes, -p) 64
stack size (kbytes, -s) unlimited
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
I changed these limits as a test to see if the copy would complete, because by now I am tearing my hair out as to why this is failing!
If anyone can offer some assistance it would be greatly appreciated...boss is breathing down my neck!
Regards,
Tom