- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS Mount - Question
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
Forums
Discussions
Discussions
Discussions
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
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
10-24-2001 11:20 PM
10-24-2001 11:20 PM
NFS Mount - Question
Can anyone tell me the command to check whether a particular directory is NFS Mounted or not?
Thanks
Vasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 11:31 PM
10-24-2001 11:31 PM
Re: NFS Mount - Question
or
man exportfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:12 AM
10-25-2001 01:12 AM
Re: NFS Mount - Question
On the server it will be in /etc/exports
On the client they will be shown in /etc/fstab
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:13 AM
10-25-2001 01:13 AM
Re: NFS Mount - Question
Not sure what you want.
at nfs server see
#cat /etc/exports for the directory made for nfs mount
at client just do a bdf.
In case if you are using automount check /etc/auto.direct at server end.
Best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:21 AM
10-25-2001 01:21 AM
Re: NFS Mount - Question
nfs_servername:/dev/vg##/lvol# ... /client_fs
Also looking in fstab on the client and /etc/exports on the server.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:46 AM
10-25-2001 01:46 AM
Re: NFS Mount - Question
at the server end #exportfs shows all the file systems that are exported, at the client end /etc/fstab file and bdf shows the NFS mounted file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 02:54 AM
10-25-2001 02:54 AM
Re: NFS Mount - Question
df -g
on the 2nd column, 5th row, it is specified the filesystem type.
E.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 05:52 PM
10-25-2001 05:52 PM
Re: NFS Mount - Question
The easiest way is:
# bdf
from the NFS Client machine. You should see list of NFS mounted directory after the regular volume group.
If the NFS mounted directory is there, you could proceed to change to the NFS directory and issue
# ll
You should see some files there if the source directory (NFS Server) has the files.
If you are still facing un-accessable directory, please make sure your third party NFS S/W is not an evaluation copy. I have faced this problem before.
Good luck !
regards
ckchua
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 08:09 AM
10-26-2001 08:09 AM
Re: NFS Mount - Question
#showmount -a will show all remote mounts
#showmount -e will show all exported file systems.
HTH
Prashant.