- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- 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
05-26-2006 01:56 AM
05-26-2006 01:56 AM
Is there a difference in nfs mount between redhat and solaris?.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:27 AM
05-26-2006 02:27 AM
Re: nfs mount question
I don't know about Solaris but normally there are no big differences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:31 AM
05-26-2006 02:31 AM
Re: nfs mount question
Once nfs mount is done (mounting) the nfs client daemon attempts to maintain that connection until it is specifically broken.
The nfs clients for most OS's are built on the same code base. There are standards for what NFS does and does not do and how it does it.
The real difference with nfs is the version of nfs is running. v2 v3 are in wide user and v4 was released within the past two years.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:41 AM
05-26-2006 02:41 AM
Re: nfs mount question
How would I mount this on the client side to tell me to umount after 10min.
Usually I would do mount -F nfs ..... /mnt/nfs on the client side. This stayed mounted all night and I am trying to make a point here that there is a option that we can use to where it will automatically umount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:51 AM
05-26-2006 02:51 AM
SolutionOn linux is somethig like this:
# cat /etc/auto.master
/misc /etc/auto.nfs --timeout=600
# cat /etc/auto.nfs
nfs -ro,soft server:/export
# service autofs start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 02:55 AM
05-26-2006 02:55 AM
Re: nfs mount question
http://freespace.sourceforge.net/guidod/howto/autofs.html
http://ozguru.mu.nu/archives/2005/11/tech_tip_automo.html
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 03:17 AM
05-26-2006 03:17 AM