HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS mount permission denied
Operating System - HP-UX
1834800
Members
2672
Online
110070
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
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
12-21-2009 03:28 AM
12-21-2009 03:28 AM
NFS mount permission denied
hello there,
i needed to mount a directory from server1 to a client as root, it give a permission error.
eg:
mount 172.xx.xx.xx:/u01 /tmp1
nfs mount: 172.xx.xx.xx:/u01: Permission denied
kindly explain is i have to make anyu host entries
i needed to mount a directory from server1 to a client as root, it give a permission error.
eg:
mount 172.xx.xx.xx:/u01 /tmp1
nfs mount: 172.xx.xx.xx:/u01: Permission denied
kindly explain is i have to make anyu host entries
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2009 04:02 AM
12-21-2009 04:02 AM
Re: NFS mount permission denied
Hi
is /u01 on the server shared/exported with correct permissions?
on the server you need to export this filesystem.
exportfs -o root=,access= /u01
also perhaps need to edit /etc/exports on the server if this is not a temporary share.
from the client
execute
showmount -e
if that shows correctly, then
mount:/u01 /tmp1
etc etc
regards
sujit
is /u01 on the server shared/exported with correct permissions?
on the server you need to export this filesystem.
exportfs -o root=
also perhaps need to edit /etc/exports on the server if this is not a temporary share.
from the client
execute
showmount -e
if that shows correctly, then
mount
etc etc
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2009 04:44 AM
12-22-2009 04:44 AM
Re: NFS mount permission denied
If you are using 11iv3 then look for the /etc/dfs/dfstab file instead of /etc/exports.
And you can verify that the filesystem was exported like this:
# showmount -e nfsserver
In the output you should find the exported filesystem and the client it was exported.
And you can verify that the filesystem was exported like this:
# showmount -e nfsserver
In the output you should find the exported filesystem and the client it was exported.
****
Unix operates with beer.
Unix operates with beer.
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