Myron Overton
  • Home
  • Resume
  • Accomplishments
  • Notes
⌕
Home › Notes › Network › NFS

NFS

NFS

mkdir -p /export/ws-x

cat /etc/exports
/export          192.168.1.0/24(rw,fsid=0,insecure,no_subtree_check,async)
/export/ws-x 192.168.1.0/24(rw,nohide,insecure,no_subtree_check,async)

cat /etc/fstab
...
/home/myron/ws    /export/ws-x   none    bind  0  0

mount -a

service nfs-kernel-server restart

systemctl enable rpc-statd.service



# on mac
showmount -e 192.168.1.102

  • https://help.ubuntu.com/community/SettingUpNFSHowTo
  • https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-18-04

Myron Overton — Principal Software Engineer

info@myron-overton.com  •  myron-overton.com