I have a NFS server running on a Fedora 29 machine and other machines on my network (an Ubuntu box and a Debian VM) mount it properly.
But when I mount it on an OpenBSD VM, the charset is wrong, for example:
openBSD# ls -la a*o
-rw-rw-r-- 1 renan renan 0 Mar 4 2019 a????o
The ???? should be 'çã' (the file name is ação).
My command line on the OpenBSD was mount -o tcp -t nfs 192.168.1.7:/mnt/data /mnt/data.
What to do? I went through mount's man page and there is no way to set the charset to use, apparently.