nfs server の設定 in Ubuntu

# sudo apt-get install nfs-kernel-server

/etc/exports の設定

/tmp    *(rw,sync,no_subtree_check)
/home   *(rw,sync,no_subtree_check)
/home/scott    *(rw,sync,no_subtree_check)
再起動

sudo service nfs-kernel-server restart


Show the server's exported file systems:
$ showmount -e host_server

Arch Linux

# pacman -S nfs-utils


Arch Linux

# systemctl status nfs-server.service


Return

Sep/21/2015 AM 08:15