On Sun February 17 2008 12:16:39 Philippe Landau wrote:
eBook - Psychologie, Psychiatrie - Auszug [Der Psychotherapeut - Springer Verlag 2000] - Die Behandlung Von Borderline-Persoenlichkeitsstoerungen.pdf
Even when unchecking "windows compatibility" in grsync, i get: "rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9]"
I think your file name may be too long for fat32. Spaces and brackets are also a frequent source of trouble when transferring file names. If you need to keep this long name, you can pack the file within a tarball: tar cvf shortname.tar longname.pdf But the best is to create a habit of storing names without brackets and spaces. Here is my alias for replacing all spaces in file names within the current directory: alias cleanspaces='for i in *" "*; do mv -i "$i" ${i// /_}; done' which I keep in my .alias -- Carlos FL "It is not worth an intelligent man's time to be in the majority. By definition, there are already enough people to do that." - G. H. Hardy -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org