When attempting to mount an exported NFS share from a linux server, you may get the following error:
vmount: Operation not permitted.
This is accomplished with the following command:
nfso -o nfs_use_reserved_ports=1
Add a -p if you wish for it to survive on “reboots of the server”. Now, you should be able to successfully mount the share.
Setup NFS Mount on Linux
Assuming NFS is already setup, you edit the /etc/exports file, and save your changes.
sudo /etc/init.d/portmap restart sudo /etc/init.d/nfs-common restart sudo exportfs -a
1 thought on “Mounting NFS share from Linux NFS Exported directory”
Comments are closed.