編集Top >
nfs
# rpcbind_enable="YES"
# nfs_server_enable="YES"
# mountd_flags="-r"
# vi /etc/exports
/filebox -maproot=0 192.168.0.11
root許可 クライアントIP
-ro
read only
-alldirs
以下のdir全て
# mkdir /nfs
# chmod 777 /nfs
# rpcbind
# nfsd
# mountd -r
exportsの更新の時はmountdをreboot
クライアント側
# nfs_client_enable="YES"?
# nfsiod -n 4?
# mount -t nfs IPadd:/nfs /mnt
最終更新:2008年10月20日 10:08