nfs mount permission issues


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users nfs mount permission issues
# 1  
Old 07-13-2011
nfs mount permission issues

Hello,
We have some new application requirements that require us to use nfs mounts from aix 5.3 and mount to Oracle Linux 5.6.

Do you know why when on the destination ( linux ) box, the root user cannot access directories made by other users in the nfs mounted filesystem ?

I read that there needs to be an option in the /etc/exports file for the source, called -maproot=root.
I tried that, but am not sure of a clean way to have the client read the exports file again to take the new parameter.

Any ideas would be appreciated.

Thanks,
floyd

---------- Post updated at 06:08 PM ---------- Previous update was at 05:46 PM ----------

Never mind, I figured it out.
If i put the option "root=client" in the exportfs file, it works.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

2. Solaris

No write permission on NFS mount point

hi all i have mounted one nfs mount point but i has no write permission on it. when i am going to make a directory it is giving an error # mkdir 1 mkdir: Failed to make directory "1"; Permission denied i shared using command # share -F nfs -o rw -d "backup" /backup mounted using... (3 Replies)
Discussion started by: nikhil kasar
3 Replies

3. Red Hat

NFS mount issues

Hi Experts, I have been using Linux (Redhat server 5.6) as a NFS server and it is mounted to 4 linux (SUSE) servers for storing the db logs. I added an entry in fstab in all my 4 clients to make sure the mount is available all the time. but unfortunately the mount is not showing in servers after... (6 Replies)
Discussion started by: sarav
6 Replies

4. UNIX for Dummies Questions & Answers

Permission Denied creating file under nfs mount

I have two servers, 82 and 70. My exports file on 82 reads / ...70(rw) on 70 I have a mountpoint called mnt_for_82 I execute on 70 mount -t nfs -o rw ...82:/ mnt_for_82 I go to server 70 and indeed can read and travers the mounted subdirectories. However, I try... (0 Replies)
Discussion started by: blaine.miller
0 Replies

5. UNIX for Dummies Questions & Answers

NFS permission

Two AIX 5.3 machines. On the first a file system is exported, on second it is mounted (NFS). The problem is when i want to create/write a file on a mounted file system: The file system has read permission only. ksh: testfile1: 0403-005 Cannot create the specified file. The permission for this FS... (7 Replies)
Discussion started by: frajer
7 Replies

6. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

7. UNIX for Advanced & Expert Users

mount -t cifs permission denied by mount -t smbfs works fine

I am having trouble mounting with cifs, but mounting the exact same command with smbfs works fine. The share is on another samba server and is set to full public guest access. # mount -t cifs //servername/sharename /mnt/temp -o password="" mount error 13 = Permission denied Refer to the... (3 Replies)
Discussion started by: humbletech99
3 Replies

8. UNIX for Dummies Questions & Answers

NFS Mount: Permission Denied

Hi, - I have two solaris 10 servers. One is running nfs server (let's call it server-1) and has a share set through /etc/dfs/dfstab file: share -F nfs /opt/SHARE (where SHARE directory contains sub-items that I want to share) - On server-1, I have started the nfs server service and have... (2 Replies)
Discussion started by: jackola
2 Replies

9. UNIX for Dummies Questions & Answers

mount -o llock -F nfs vs mount -F nfs

Hi, We encountered NFS issue (solaris) especially running on Oracle application. Problem such as forms hang when close button is click, concurrent job shows running status all time. Understand we need to use mount -o llock -F nfs instead of mount -F nfs to eliminate? this problem.. Can... (1 Reply)
Discussion started by: KhawHL
1 Replies

10. UNIX for Dummies Questions & Answers

Permission Denied using VI on my NFS

Hi Friends, I have problem using VI on my NFS as a user. But root does not. When I tried to vi .cshrc, I have this error msg pops out jennifer_hostname > vi .cshrc "/var/tmp/Ex???? : Permission Denied" jennifer_hostname > Does any of you encounter this problem before or... (4 Replies)
Discussion started by: jennifer
4 Replies
Login or Register to Ask a Question
nfs(5nfs)																 nfs(5nfs)

Name
       nfs - Network File System

Description
       The Network File System (NFS) is a specific file system implemented under the Generic File System Interface, as described in

       NFS  provides  support  for sharing ordinary files and directories in a multivendor networking environment.  The system administrator for a
       file server machine makes a file system available for remote access by placing the name of the file system to be shared in an export  list.
       The  administrator for a client machine can import a file system from any server machine that has granted access permission to the request-
       ing client machine.  A complete exported file system or any subtree of an exported file system can be imported by the client machine.  Once
       imported, users on the client machine can access files in the remote file system as though they were local files.

See Also
       getdirentries(2), getmnt(2), mount(2nfs), mount(2), exports(5nfs), fstab(5), gfsi(5), mount(8nfs), showmount(8nfs)

																	 nfs(5nfs)