linux NFS
be sure nfs server is running, if not, start it define the share, either through file edit of /etc/exports or the gui tool exportfs –a (to share all) mount filesystem on remote server unmount filesystem from remote server exportfs –ua unmount local filesystem if desired service nfs status service nfs start Original post blogged on […]