- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS Mount
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-14-2005 05:46 AM
12-14-2005 05:46 AM
I have mounted a filesystem thro' NFS in a client. Only the root is able to create files/direcs..inside this mountpoint in the client-side. When a normal user tried creating a file, Im getting permission denied. How can make all users in my NFS client to have permission for creating file/directories..
I have started nfs.core and nfs.server in the SERVER side and nfs.client in the CLIENT side. My entries inside the export file is
just /delta1.
Just-In
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 05:51 AM
12-14-2005 05:51 AM
Re: NFS Mount
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 05:52 AM
12-14-2005 05:52 AM
Re: NFS Mount
To me it looks more like the way you did the export, how did you configure in case of unknown ID? (root= UID 0 on ALL unix systems...)
I would believe in UID mismatch betweeen your 2 hosts...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 05:56 AM
12-14-2005 05:56 AM
Re: NFS Mount
My entries inside export file is
/delta1 -anon=2,access=crms
-Just-in
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 06:01 AM
12-14-2005 06:01 AM
SolutionWhen a root user creates a file in the NFS-mounted directory, what permissions do the created file have? Uid=2?
Back to Geoff's original question - what are the permissions of the exported directory on the NFS server? If you modify the directory permissions of the exported directory to 777 can non-root users then create files?
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 06:17 AM
12-14-2005 06:17 AM
Re: NFS Mount
Dave.. thxs to strike me chmod 777 folder in SERVER side. As I was just thinking all about doing diff options inside /etc/export file. Thxs guys.
Cheers...Just-In
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 06:19 AM
12-14-2005 06:19 AM
Re: NFS Mount
Should be 775 - and make the group the same as the one the users are in :)
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 06:22 AM
12-14-2005 06:22 AM
Re: NFS Mount
The 777 was simply a test to see if the directory permissions were causing the problem. I wouldn't suggest leaving the directory with these permissions, but that's the quickest way to see if what you're battling is a problem caused by too restrictive directory permissions.
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]
