08/04/28 22:30:19 D9utYmLG
#書き忘れましたが192.168.11.4はPlamoをインストールするPCです。
#eeepc(NFS Server)は192.168.11.5です。
ubuntu@ubuntu:~$ cat /etc/exports
/mnt/iso 192.168.11.0/255.255.255.0(ro)
/mnt/iso 127.0.0.1(ro)
ubuntu@ubuntu:~$ sudo portmap
ubuntu@ubuntu:~$ sudo /etc/init.d/nfs-common start
* Starting NFS common utilities [ OK ]
ubuntu@ubuntu:~$ sudo /etc/init.d/nfs-kernel-server start
* Exporting directories for NFS kernel daemon... exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.11.0/255.255.255.0:/mnt/iso".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "127.0.0.1:/mnt/iso".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
[ OK ]
* Starting NFS kernel daemon [ OK ]
ubuntu@ubuntu:~$ showmount -e 127.0.0.1
(何も表示されず・・・)
念のため
ubuntu@ubuntu:~$ sudo mount -t nfs localhost:/ /mnt/check すると
mount.nfs: mount to NFS server 'localhost' failed: timed out, retrying
です
参考にした頁は
URLリンク(itmst.blog71.fc2.com)
URLリンク(www.linux.or.jp)
です。よろしくおねがいします。