- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS problems .
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
07-27-2003 07:28 AM
07-27-2003 07:28 AM
I have some problems with NFS perrmissions .
The NFS server is apptest , i exported a directory and i can mount it on the client , but i cant write to the mounted directory .
bye,
Eran .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 07:42 AM
07-27-2003 07:42 AM
SolutionThe entry in your /etc/exports file should probably look something like:
/filesystem/to/export -rw=client_machine_name
Then run
#exportfs -va
To re-export the filesystem.
If you'll post the entry from your /etc/exports file we may be able to tell if anything is wrong.
Also 'man exports' for more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 11:12 AM
07-27-2003 11:12 AM
Re: NFS problems .
/etc/exports :
/backup -rw=app2
Eran.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 11:58 AM
07-27-2003 11:58 AM
Re: NFS problems .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 12:10 PM
07-27-2003 12:10 PM
Re: NFS problems .
Export the directory with this options
-root=app2,-rw=app2
Also check the permissions of the exported
directory and the mount point directory,
that you have write permissions.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 11:20 PM
07-27-2003 11:20 PM
Re: NFS problems .
Eran .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2003 11:49 PM
07-27-2003 11:49 PM
Re: NFS problems .
The NFS Server thinks the client is some other hostname than that which is listed in /etc/exports.
Check the mapping of the IP to hostname of the client. Do this by:
1. Go to the client. telnet to apptest
2. who -mR the name to put into /etc/exports will be in the parans.
Remember to exportfs -av after changed /etc/exports
HTH,
-> Brian