LINUX | Export NFS for VMware datastore

Posted: 09/12/2023 in linux, VMware
Tags: , ,

vi /etc/exports (add line)
/path/to/share 10.123.123.123(rw,sync,no_root_squash) ->ESX IP

exportfs -> verify actual shares on NFS server
exportfs -r -> reexport online all shares on NFS server after modif. /etc/exports

Leave a comment