Joseph L. Casale wrote:
>> You can look at convmv (http://www.j3e.de/linux/convmv/ (see the man
>> directory for basic documentation).
> 
> I was hoping to not do this, I need an exact copy. Is this a limitation
> involved in the file systems being used (ntfs) or rsync?

Maybe you have to play with the iocharset mount option
(both for cifs and ntfs).

If your machine is UTF8, you have to find a combination of
options for which the file names are always shown correctly.

You have to do little steps:

- mount /ntfs
- touch /ntfs/test_à.txt
- ls -l /ntfs

ok? if not,

- mount /ntfs -o iocharset=iso8859-1
- touch /ntfs/test_è.txt
- ls -l /ntfs

and so on... you get the idea.

Best regards.
-- 
   Roberto Ragusa    mail at robertoragusa.it

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to