Detect NFS servers over a network

Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.

Moderators: snarkout, Patrick, dann

Post Reply
User avatar
Jza
Posts: 466
Joined: Sun Oct 30, 2005 7:01 pm
Location: Mexico
Contact:

Detect NFS servers over a network

Post by Jza » Wed Jan 18, 2006 1:14 am

I want to know if you guys can tell me how to search for NFS/Samba servers over a network.

In the scenario where I come to a Wireless Hotspot and I want to share files with the rest of the workgroup which command should I use to detect hosts/nfs and samba servers to mount.
Alexandro COLORADO

doublejoon
Posts: 86
Joined: Tue Dec 06, 2005 7:48 am
Location: King George, VA

Post by doublejoon » Wed Jan 18, 2006 6:59 am

I know for a particular suspected NFS server it's

showmount -e nfsmachine
Im not sure of how to look on a whole network though. maybe
showmount -e network/mask ex: showmount -e 192.168.1.0/24


and for Samba shares it's the nmblookup command. not sure of the switches though

Post Reply