On 2023-11-02, Alexander V. Makartsev wrote: > I've tried to mount filesystems (all NTFS) with different locale parameters, > still ended up with either garbled filenames or charset conversion and 'path > too long' complains from rsync.
I use rsync on ntfs without locale parameter. This is my fstab entry : UUID=DA1AAA191AA9F325 /var/windows ntfs3 user,defaults,rw,noatime,noauto,noexec,lazytime 0 2 Perhaps you don't use v3 ? Could you mount your filesystem and provide result from "mount" command ?