Listing NFS Exports

Posted by Joshua Schmidlkofer Tue, 21 Nov 2006 19:14:00 GMT

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.

Leave a comment

Comments