Showing posts with label nfs install. Show all posts
Showing posts with label nfs install. Show all posts

Friday, June 14, 2019

NFS file mounting and sharing notes




show remote shares on a system:

showmount -e <nas host name or ip>

Install NFS on Ubuntu (client and server)

https://vitux.com/install-nfs-server-and-client-on-ubuntu/

--30--