Refresher on NFS exporting
on the server, in /etc/exports:
`
/home/somedirectory * 192.168.1.0/24 * (no_root_squash,rw,nohide) `
then after editing /etc/exports, refresh the NFS server with:
`
/sbin/exportfs -a
`
on the server, in /etc/exports:
`
/home/somedirectory * 192.168.1.0/24 * (no_root_squash,rw,nohide) `
then after editing /etc/exports, refresh the NFS server with:
`
/sbin/exportfs -a
`