Configuring NFS Shares
To configure NFS shares:
On the machine hosting the NFS shares, edit /etc/exports to add: /share/path <appliance IP> (rw) *(ro).
This allows the virtual appliance full read and write access to the share, but limits all other users to read only.
Start nfs services:
service portmap start service nfs start service nfslock status
If any of the services were already running:
exportfs -ra