HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What are the different NFS mounts ?
Operating System - HP-UX
1827459
Members
3825
Online
109965
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-13-2002 02:02 AM
12-13-2002 02:02 AM
Hi all,
I've heard that there are several way of mounting NFS directories: some are hard ones, others are soft ones. What does this mean?
My problem is that my client is afraid about NFS because they have had experience of system panic with NFS, but it was probably this famous hard NFS mount. In that case, if there is any problem in the network, nfsd tries indefinitely to connect and the system hangs. That's why I'm looking for a NFS mount probably less reliable in terms of connectivity but safer for the system.
Thanks in advance for your help.
Anselme Huber
I've heard that there are several way of mounting NFS directories: some are hard ones, others are soft ones. What does this mean?
My problem is that my client is afraid about NFS because they have had experience of system panic with NFS, but it was probably this famous hard NFS mount. In that case, if there is any problem in the network, nfsd tries indefinitely to connect and the system hangs. That's why I'm looking for a NFS mount probably less reliable in terms of connectivity but safer for the system.
Thanks in advance for your help.
Anselme Huber
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:05 AM
12-13-2002 02:05 AM
SolutionYou definitely want nfs soft mounting then. This is much safer as if the source of the nfs mount point is unavailable it wont severely impact the server its mounted on like a hard mount would.
mount options should be;
soft,retry=999
(so if the source does go down nfs will keep retrying to see if its back up)
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:10 AM
12-13-2002 02:10 AM
Re: What are the different NFS mounts ?
Hi,
ref:
This is a UNIX terminology as to what the client does when it can't talk to an NFS Server. If you just mount a file system without specifying hard or soft, the default is a hard mount. Hard mounts are preferable because of the stateless nature of NFS. If a client sends an I/O request to the server (such as an ls -la), and the server gets rebooted, the client will wait until the server comes back on line. This preserves data transfers in the event of a server failure. There are disadvantages to this, as a simple mount request could hang. A soft link will return with an error and fail. This kills the wait time, but can cause problems with data transfers.
Better is the soft mount for situation.
mount -o ro,soft nfserver:/home/data /data
regards ,
U.SivaKumar
ref:
This is a UNIX terminology as to what the client does when it can't talk to an NFS Server. If you just mount a file system without specifying hard or soft, the default is a hard mount. Hard mounts are preferable because of the stateless nature of NFS. If a client sends an I/O request to the server (such as an ls -la), and the server gets rebooted, the client will wait until the server comes back on line. This preserves data transfers in the event of a server failure. There are disadvantages to this, as a simple mount request could hang. A soft link will return with an error and fail. This kills the wait time, but can cause problems with data transfers.
Better is the soft mount for situation.
mount -o ro,soft nfserver:/home/data /data
regards ,
U.SivaKumar
Innovations are made when conventions are broken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2002 02:45 AM
12-13-2002 02:45 AM
Re: What are the different NFS mounts ?
Thank you all for your answers. It's very clear: I will use soft mount.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP