- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount linux client.
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
12-11-2005 06:54 PM
12-11-2005 06:54 PM
mount linux client.
I was looking for the way make nfs client mount. is it right make that? and is there any consideration when it make nfs with linux?
# /etc/init.d/nfslock start
# mount -t nfs NFS-server:/export/ftp/pub /usr/local/pub
# cat /etc/fstab
NFS-SERVER:/export/ftp/pub /usr/local/pub nfs defaults
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2005 07:02 PM
12-11-2005 07:02 PM
Re: mount linux client.
did you get any error??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 03:24 PM
12-12-2005 03:24 PM
Re: mount linux client.
/devdb04 -anon=65534,access=devdb
/cdr_handy -anon=0,access=handy
what does these 65534 and 0 have difference?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:30 PM
12-12-2005 08:30 PM
Re: mount linux client.
Root users (user ID 0) are always treated as user
unknown by the NFS server unless they are included in
the root option with exportfs.
If a request comes from an unknown user, use 65534 as the
effective user ID.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 03:33 PM
12-13-2005 03:33 PM
Re: mount linux client.
so,If it have to treated as root user, it have to be configured as root=hostA ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 03:51 PM
12-13-2005 03:51 PM
Re: mount linux client.
This may be helpful.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 05:29 PM
12-13-2005 05:29 PM
Re: mount linux client.
Are you not able to get this working? If not, please specify exactly what steps you're taking and exactly what error messages you're getting.
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 11:25 AM
12-14-2005 11:25 AM
Re: mount linux client.
solved this problem as I isert without any option in /etc/exports.
Thanks Regard