[OT] Argument list too long

Michael R Head burner at suppressingfire.org
Fri Aug 12 17:08:56 UTC 2005


On Fri, 2005-08-12 at 18:18 +0200, Thomas Kaiser (ubuntu) wrote:
> Hello All
> 
> I try to copy my mp3's (108GB) from a nethd to the local hd on my box. 
> Nautilus just stops copy after some times (no message, just stops). So I 
> tried it on the command line with cp and got:
> 
> thomas at AMD64:~$ cp -r /media/nethd/Sound/* /media/Sound/
> bash: /bin/cp: Argument list too long
> 
> So, I tried rsync:
> 
> thomas at AMD64:~$ rsync -rvtn --modify-window=1 --exclude "lost+found" 
> /media/nethd/Sound/* /media/Sound
> bash: /usr/bin/rsync: Argument list too long
> 
> Any help?

In addition to the other solutions presented, why not just do this?

cp -r /media/methd/Sound/ /media/ ?

or

rsync  -r /media/nethd/Sound/ /media/Sound/ ?

> 
> Regards, Thomas
> 
> -- 
> http://www.kaiser-linux.li
> 

-- 
Michael R Head <burner at suppressingfire.org>
burner | suppressingfire | firestorm | phoenix | firefighter





More information about the ubuntu-users mailing list