Displaying 1 result from an estimated 1 matches for "call_of_duty2".
2006 Nov 23
0
Error while transfering large files
...)
I've mounted a windows share on my linux and I'm trying now to copy files to
the windows with rsync.
The windows share is a NTFS filesystem
It's all working except I have a error on large files.
This is the command that I'm trying:
rsync -a --no-o --delete /public/Games/Call_of_Duty2/
/backup/public/Games/Call_of_Duty2/
and this is the error I'm receiving on this command:
rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32)
rsync: write failed on "/backup/public/Games/Call_of_Duty2/dev-cod2.iso":
File too large (27)
rsync error: erro...