Hi leofelipe222,
Yes, it is possible. However, non-root users can only mount the shares defined in /etc/fstab. You have to set something like this in /etc/fstab file of the server on which you want normal users to mount nfs share:
Code:
nfs-server01:/export /media nfs noauto,user 0 0
And then mount it using the following command:
You can definitely go with sudo approach but that will be like giving too much access for one nfs share.