showmount how to find a nfs server?

Ed Greshko Ed.Greshko at greshko.com
Mon May 6 08:58:11 UTC 2013


On 05/06/13 16:13, Frank Murphy wrote:
> How can "showmount -e" be used to find nfs-server 
> Name and ip unknown as yet.
>
> I do know them, but as above q.
> man showmount hasn't helped in this
>
> nagios(plugin) would probably find this stuff.
> But, want to keep it a close to default 
> Xfce install as possible.

I suppose you could always do something like this.....  But it will take a fair amount of time....

for i in `seq 1 254`; do echo Address 10.10.156.${i}; /sbin/showmount -e 10.10.156.${i}; done;

-- 
The only thing worse than a poorly asked question is a cryptic answer.


More information about the users mailing list