NFS

# show shares
showmount -e <IP>

# mount it locally
sudo mount -t nfs 10.129.230.172:/site_backups ./nfs/ -o nolock -o nfsvers=3

Last updated