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 です