![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mount -o llock -F nfs vs mount -F nfs | KhawHL | UNIX for Dummies Questions & Answers | 1 | 01-16-2008 12:48 AM |
| Mount a DVD | janet | AIX | 1 | 04-04-2006 12:35 PM |
| one of the mount pts 100% | matrixmadhan | UNIX for Advanced & Expert Users | 6 | 09-15-2005 09:54 AM |
| mount | mcaelbukch | UNIX for Dummies Questions & Answers | 1 | 12-13-2001 06:09 PM |
| how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command? | soulshaker | UNIX for Dummies Questions & Answers | 4 | 07-18-2001 02:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
NFS Mount UID and GID
I have a truble with NFS mount.
When i mount remote dir, then all permissions changes! For example: Code:
# mkdir /data # mount 10.1.1.100:/var/data /data # ls -l /data drwxr-xr-x 7 nobody nobody 5632 Oct 22 14:55 file1 drwxr-xr-x 4 nobody nobody 512 Oct 22 14:55 file2 .... Code:
# mkdir /arch # mount 10.0.0.1:/odb0/arch /arch # ls -l /data drwxr-xr-x 7 kripton dba 2331 Oct 22 14:55 file1 drwxr-xr-x 4 kripton dba 314 Oct 22 14:55 file1 .... NFS mount inherits permission UID and GID (digital value), but from other machine these values have coincided under number of my user. On remote host files have permissions oracle:dba and i want mount this directory with same rights. Thanks |
|
||||
|
Yes, NFS passes the numeric value for both gid and uid, the simplest solution is to have the gid and uid mappings consistent on all machines sharing the nfs mount.
|
|
||||
|
Where are you expecting to fix up the uid/gid mappings, on the client side or the server side?
I can't easily see how it can be fixed on the server side given it can have multiple clients each with their own variations on the mapping. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|