Displaying 1 result from an estimated 1 matches for "lxm6rg".
Did you mean:
lamrg
2008 Mar 12
0
Uppercase directories on windows don't work
...ion - to reformat the disk) was this one:
http://www.linuxforums.org/forum/linux-newbie/55198-rsync-complains-no-such-file-directory.html
Citing the relevant conclusion from that page:
#################################
# One of the errors:
rsync: mkstemp "/media/...snip.../Tex/ANIM/.0047.LXm6rG" failed: No
such file or directory (2)
# The original:
$ ls -a /home/...snip.../Tex/
... ANIM ...
$ ls -a /home/...snip.../Tex/ANIM/
# lots of files are listed
# The copy:
$ ls -a /media/...snip.../Tex/
... anim ...
$ ls -a /media/...snip.../Tex/anim/
. ..
#################################...