- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to check what shares are available on nfs serv...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 05:01 AM
тАО11-10-2004 05:01 AM
os = rhl9
nfs server's ip = 10.0.0.1
nfs client's ip = 10.0.0.2
On nfs server(10.0.0.1)
[root@wods root]cat /etc/exports
/home 10.0.0.0/8(rw,sync)
/tmp 10.0.0.0/8(rw,sync)
/mnt/cdrom 10.0.0.0/8(rw,sync)
from client(10.0.0.2) how can i check that what shares are available on nfs server(10.0.0.1).
Thanks in anticipation
Best Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 07:13 AM
тАО11-10-2004 07:13 AM
Re: how to check what shares are available on nfs server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 07:51 AM
тАО11-10-2004 07:51 AM
Re: how to check what shares are available on nfs server
I don't know of any way to check the possible mounts from the client side, and I'm not sure you would want that ability for security reasons. Otherwise, someone could run a command from the client side, see all the NFS mounts that are exported from a server, and start trying to mount them.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 11:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 05:10 PM
тАО11-10-2004 05:10 PM
Re: how to check what shares are available on nfs server
showmount -e server
By rpcinfo -p server you can check all needed proceses are running on server(portmap, rpc.nfsd, rpc.mountd)
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 05:15 PM
тАО11-10-2004 05:15 PM
Re: how to check what shares are available on nfs server
yet another info
nfsstat prints NFS statistics on server or client side
nfsstat -s on server
nfsstat -c on client side
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2004 11:44 PM
тАО11-10-2004 11:44 PM
Re: how to check what shares are available on nfs server
showmount -e nfs_server
or
showmount --exports nfs_server
will show the NFS server export list.
Regards,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2004 12:59 AM
тАО11-11-2004 12:59 AM
Re: how to check what shares are available on nfs server
Dear Ermin Borovac. I highly appreciate for the help/assistance. U solved my problem, by let me know how to check the available shares on the NFS server. Thanks Thanks and Thanks a Million for such a prompt and supporting reply. Thanks again.
Dear Jan Sladky, and Ross Minkov, i also am highly thankfull to u for such a great help and explanations.
Thanks a Million to all
Best Regards
Maaz