HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Automounting a folder from a remote server
Operating System - HP-UX
1837245
Members
4941
Online
110115
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
04-10-2003 08:41 PM
04-10-2003 08:41 PM
I am trying to do a automount a folder named Data on a UX workstation IP address 10.202.75.12 from a UX server IP Address 10.202.75.10.
Can anyone tell me what is the exact command line that I should add onto the etc/fstab?
Can anyone tell me what is the exact command line that I should add onto the etc/fstab?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 08:55 PM
04-10-2003 08:55 PM
Solution
hi,
On: 10.202.75.12
=================
In /etc/exports
/Data -anon=65534
On: 10.202.75.10
=================
in /etc/fstab
10.202.75.10:/Data /RemoteData nfs ro,suid 0 0
You can also do it using the SAM interface, which does all necessary modification to the required files.
BUT, don't forget about security.
hth
Yogeeraj
On: 10.202.75.12
=================
In /etc/exports
/Data -anon=65534
On: 10.202.75.10
=================
in /etc/fstab
10.202.75.10:/Data /RemoteData nfs ro,suid 0 0
You can also do it using the SAM interface, which does all necessary modification to the required files.
BUT, don't forget about security.
hth
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 09:00 PM
04-10-2003 09:00 PM
Re: Automounting a folder from a remote server
Hi,
For automounts you don't normally specify entries in the /etc/fstab.
Do the following.
On the nfs server -
1. add entry for the share in the /etc/exports file - see man exports for syntax if required.
2. run exportfs -a
3. check to see if the share has been exported by running exportfs
On the nfs client -
1. in the /etc/auto_master add the following line:
/net -hosts -nosuid,soft
see man auto_master for more information and specific options.
2. probably you should (re)start your automount daemon:
/path/to/automount -f /etc/auto_master
3. check whether the exported share is available to you:
showmount -e
4. traverse to directory
/net//
5. ls
the above should list the exported mount among the various directories listed.
That should help i guess.
- ramd.
For automounts you don't normally specify entries in the /etc/fstab.
Do the following.
On the nfs server -
1. add entry for the share in the /etc/exports file - see man exports for syntax if required.
2. run exportfs -a
3. check to see if the share has been exported by running exportfs
On the nfs client -
1. in the /etc/auto_master add the following line:
/net -hosts -nosuid,soft
see man auto_master for more information and specific options.
2. probably you should (re)start your automount daemon:
/path/to/automount -f /etc/auto_master
3. check whether the exported share is available to you:
showmount -e
4. traverse to directory
/net/
5. ls
the above should list the exported mount among the various directories listed.
That should help i guess.
- ramd.
HPE Software Rocks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2003 11:06 PM
04-10-2003 11:06 PM
Re: Automounting a folder from a remote server
Thank you all for your help. In fact my previous administrator has done a combined of both methods, but forgot to create a mount point on one of the workstation.
It is working now.
It is working now.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP