Listing NFS Exports

Posted by Joshua Schmidlkofer 21/11/2006 at 11h14

One problem that I have frequently is remembering how to list NFS exports on a remote server. It's really simple:

showmount

osXlt:~ joshua$ showmount -a gambit
All mount points on gambit:
osXlt:~ joshua$ showmount -a forge
All mount points on forge:
:/data
,bubbles.mynetwork.com:/data
,bubbles.mynetwork.com:/usr/portage
,mdd.mynetwork.com:/data
,shelob.mynetwork.com:/data
,shelob.mynetwork.com:/home
,shelob.mynetwork.com:/usr/portage
,thrall.mynetwork.com:/data
*,thrall.mynetwork.com:/home

It's simple. I just keep forgetting. Score one for perpetuity.