LinuxでNFSサーバ・クライアントの設定コマンド

[Server]
>#vim /etc/exports
/home/xxxx/yyy 192.168.11.5/24(rw,sync,no_root_squash)
>systemctl start rpcbind.service
>systemctl start nfs-server.service
>systemctl start nfs-lock.service
>systemctl start nfs-idmap.service
>systemctl enable (commands)

[Client]
>mount -t nfs 192.168.11.3:/home/xxxx/yyy /mnt/dir

Fedora 17 - NFSサーバー構築 : Server World
http://www.server-world.info/query?os=Fedora_17&p=nfs