Show what’s mounted on 192.168.1.100
and mount on /nfs/foo
$ showmount -e 192.168.1.100
Exports list on 192.168.1.100:
/export/nfs 192.168.1.101
$ sudo mount -t nfs 10.10.11.62:/export/nfs /nfs/foo
Tue Aug 19 22:04:48 2014
Show what’s mounted on 192.168.1.100
and mount on /nfs/foo
$ showmount -e 192.168.1.100
Exports list on 192.168.1.100:
/export/nfs 192.168.1.101
$ sudo mount -t nfs 10.10.11.62:/export/nfs /nfs/foo