Here I am again
It’s that time of year when I get the urge to configure access to my NAS via NFS. In some folders managed by the admin user, it’s easy to set permissions by setting the “squash” and “map all users to admin” permissions in Synology.
But when it comes to matching my local user with the remote one, it’s a mess because the PUID and GUID don’t match.
I started with the wiki (YaST NFS Client - openSUSE Wiki), but even after installing yast2-nfs-utils, I don’t have this option.
Most of the references I found use the simplification of a shared folder and admin user.
Others use nfs-utils (which I don’t have in Tumbleweed) and idmapd, which I can’t find.
Do you have any references/suggestions for doing this accurately?
PS. I know I could use SMB, which works and I have already configured, but from the tests I’ve done, NFS is much more fluid in my configuration.
Edit:
192.168.20.2:/volume1/home /mnt/magnum/home nfs defaults,noatime,x-systemd.automount 0 0
192.168.20.2:/volume1/shared /mnt/magnum/shared nfs defaults,noatime,x-systemd.automount 0 0
forgot to past my current entry in /etc/fstab.
For shared it’s ok to squash the permission but for my home I’d like to sync my permissions.
