macOS: Mount NFS With Proper Unicode Encoding
Contents
I recently moved my external storage to a NAS. After some testing I decided to use NFS instead of SMB. One issue I ran into was that macOS was not correctly displaying filenames that contained Unicode characters. The fix is to use the nfc (Normalization Form C) option when mounting:
|
|
Or permanently in /etc/fstab:
server:/export /local/mountpoint nfs nfc 0 0