|
按照这儿玩的
http://en.gentoo-wiki.com/wiki/NFS/Server
http://en.gentoo-wiki.com/wiki/NFS/Client
- shuge-lab ~ # mount -t nfs -o nolock localhost:/home/ /tmp/nfs
- mount.nfs: mount to NFS server 'localhost:/home/' failed: RPC Error: Program not registered
复制代码
- shuge-lab ~ # cat /etc/exports
- # /etc/exports: NFS file systems being exported. See exports(5).
- /home/ 192.168.1.0/255.255.255.0(async,no_subtree_check,rw,no_root_squash)
复制代码
- shuge-lab ~ # exportfs
- /home 192.168.1.0/255.255.255.0
- shuge-lab ~ # rc-status
- Runlevel: default
- dbus [ started ]
- hald [ started ]
- local [ started ]
- mysql [ started ]
- netmount [ started ]
- xdm [ started ]
复制代码 |
|