- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount
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
тАО02-23-2001 07:45 AM
тАО02-23-2001 07:45 AM
I am trying to NFS mount from client machine
I made the entry
/SD_CDROM -access x.x.x.x
in server machine
exportfs -a
started nfs.server
and on client machine i started
nfs.client
then
mount -F nfs
I get the error
nfs mount: get_fh :
What could be the problem
Thanks in advance
Praveen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2001 07:47 AM
тАО02-23-2001 07:47 AM
Re: NFS mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2001 07:49 AM
тАО02-23-2001 07:49 AM
Re: NFS mount
When I give IP i get permission denied.. : (
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2001 07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 05:15 PM
тАО02-24-2001 05:15 PM
Re: NFS mount
Best,
Chris Stamps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 04:10 AM
тАО06-18-2004 04:10 AM
Re: NFS mount
/sbin/init.d/nfs.server start
...and that's it.
I hope it helps.
Best regards.
Pablo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 05:05 AM
тАО06-18-2004 05:05 AM
Re: NFS mount
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2004 04:59 PM
тАО06-18-2004 04:59 PM
Re: NFS mount
Use the root option on exporting directories as like
exportfs -iv -o -root=x.x.x.x /SD_CDROM
You are giving access using the ip-address. What is ur entries in the NFS client /etc/hosts file. Did u check the connectivity to server using ping,linkloop.
The problem is because of server connectivity. Check RPC informations and mount informations with
nfsstat -r
nfsstat -m
If the rpc informations,no calls will be made for transaction.
Make the proper connectivity between the server and client. Check the hostname resolvation.
Regards,
Muthukumar