- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount and the NFS automounter
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
04-07-2003 08:55 AM
04-07-2003 08:55 AM
Can some refer me to the right documentation?
What is the difference between NFS mount and the NFS automounter
When its better to use one over the other
Thank you ,
A.K.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:59 AM
04-07-2003 08:59 AM
Re: NFS mount and the NFS automounter
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:06 AM
04-07-2003 09:06 AM
Solutionhttp://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90048/B1031-90048_top.html&con=/hpux/onlinedocs/B1031-90048/00/00/12-con.html&toc=/hpux/onlinedocs/B1031-90048/00/00/12-toc.html&searchterms=automount&queryid=20030407-105923
The automounter (AutoFS) uses NFS to do automatic mounting of FS and automatic unmounting of FS when not in use as oppose to the traditional NFS hard mounts which have to be "pre-defined" in /etc/fstab file for it to happen. The NFS automounter/autoFS is definately recommended because it does not keep the mount points if not being used, hence reduces system resources.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:13 AM
04-07-2003 09:13 AM
Re: NFS mount and the NFS automounter
the man pages seem to be a good point to start.
man nfs
man automount
then, of course, what little i know of these 2. typically the automount works in a case where you traverse (cd) into a directory cd /net/hostA. when you cd to this, the exported shares from hostA become available to you on demand. They are 'automounted' and remain that way as long as you don't traverse out of the directory structure on the mount. however if left free for a while, the mount gets automaticall unmounted, or upon a shutdown/reboot. also, the mounts are mounted with the Autofs option - meaning that the mounted fs is decided at the time of mounting. the automount daemon (/usr/sbin/automount) provides this auto mount facility.
The non auto - nfs mounts however are the normal mounts that you specify in /etc/fstab and which are not mounted on demand. they are mounted at boot-time or when the mount command is run. these are mounted unless explicitly stated, with the specified fs option only. also, these are unmounted only upon shutdown or when prompted by the root thro' the umount command.
hope this helps.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:28 AM
04-07-2003 09:28 AM