Issue with special character in NFS shares
I run a Ubuntu 10.04 server for serving my files via NFS. I have no problems mounting the NFS shares in my iMac (OS X 10.6.3). I can access all files, even the ones containing special characters in their names. I can copy, create, move them with no problem, both on Finder and on the Terminal.
The problem comes when I try to synchronize or backup files using backup tools. Files with accents in their names (á, é, ã, ç, etc) are simply ignored by the backup/sync tools I am using. I could reproduce the problem in different softwares like "ChronoSync" and "File Synchronization". Accents are a must have in my network.
I saw in other posts in this forum that there might be some incompatibilities with Unicode and special chars while using Mac OS X as a NFS client for a Linux NFS server. What strikes me is that Finder and Terminal work just OK.
Any clue?
Some details of my NFS configuration:
/etc/exports on my server:
/mnt/disco01 10.209.1.0/24(rw,sync,no subtree_check,anonuid=1000,anongid=1000,allsquash)
/mnt/disco02 10.209.1.0/24(rw,sync,no subtree_check,anonuid=1000,anongid=1000,allsquash)
/mnt/disco03 10.209.1.0/24(rw,sync,no subtree_check,anonuid=1000,anongid=1000,allsquash)
/mnt/disco04 10.209.1.0/24(rw,sync,no subtree_check,anonuid=1000,anongid=1000,allsquash)
On my iMac I moount them like this using Disk Utility's NFS tool:
URL: nfs://servidor/mnt/disco01
Mount point: /Network/disco01
Options: -P nosuid
Thanks for any help you can give me.
iMac, Mac OS X (10.6.3)