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.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to