I know the title may seem confusing but let me explain. I am using OMV 7 on a NAS and exported a NFS share without modifying any options:
On my clients I created the following mount points and /etc/fstab entries:
Nobara:
Fedora Kinoite:
The users on both clients have the same username (which is different from the OMV user) and do own the mount points (UID:GID). UIDs are the same, GIDs differ on the two clients:
Nobara: UID=1000, GID=1001
Kinoite: UID=1000, GID=1000
The exported folder "nfs_share" is owned by root and group users which has GID 100.
After mount -a I expected to see some error messages but there was nothing to see. The nfs share is mounted on each client and is RW.
Back to the title of the topic: why does this work? It´s nice it does - but I expected it not to which means I don´t fully understand NFS
Any idea?