Displaying 1 result from an estimated 1 matches for "los_1".
Did you mean:
lcs_1
2019 Dec 11
1
Mac clients trouble with NFD accented characters on Samba share
...ng = native
>
So I enabled vfs_fruit, but it doesn't seem to help for accented
characters. Maybe it only solves a problem with illegal characters?
This is what I tried, but which didn't help:
Create the folders/files on the Samba server (Debian 9, smbd version
4.5.16) :
mkdir v?los_1 # normal NFC dir
mkdir "ve$(printf '\u301')los_2" # NFD dir
cd v*_1
echo "NFC" >> v?lo.txt
cd ../v*_2
echo "NFD" >> "ve$(printf '\u301')lo.txt"
This is my samba config:
# testparm -s...