Jump to content

Problem with NFS mount from Solaris server to Mac OS X client


Recommended Posts

I'm having problems with the UID & GID 60001 on an NFS mounted share from a Solaris server to a Mac OS X client. Any files with the UID/GID of 60001 show up on the Mac OS X client as 4294967294. If i mount the same share on a Solaris client they show up just fine as 60001.

 

Export directory from Solaris 8 system: server:/testdir

NFS mount directrory on Max OS X (10.3.8) system: client:/nfs/server/testdir

 

Problem is that the UID or GID of 60001 shows up as 4294967294 on the NFS mount.

 

Folder listing on Solaris 8 NFS server:

root@server# ls -lan /testdir/

total 8

drwxr-xr-x 4 8055 24 512 Jun 10 19:33 ./

drwxr-xr-x 27 0 1 512 Jun 10 17:20 ../

-rw-r--r-- 1 60000 60000 0 Jun 10 18:14 foo0

-rw-r--r-- 1 60001 60001 0 Jun 10 17:49 foo1

-rw-r--r-- 1 60002 60002 0 Jun 10 17:49 foo2

-rw-r--r-- 1 0 1 0 Jun 10 18:07 foo3

-rw-r--r-- 1 65534 65534 0 Jun 10 18:07 foo4

drwxr-xr-x 2 8055 24 512 Jun 10 17:20 testsubdir/

 

Folder listing on Mac OS X NFS client:

client:/nfs/server root# ls -lan testdir/

total 6

drwxr-xr-x 4 8055 24 512 10 Jun 19:33 .

drwxr-xr-x 5 0 80 170 10 Jun 18:38 ..

-rw-r--r-- 1 60000 60000 0 10 Jun 18:14 foo0

-rw-r--r-- 1 4294967294 4294967294 0 10 Jun 17:49 foo1

-rw-r--r-- 1 60002 60002 0 10 Jun 17:49 foo2

-rw-r--r-- 1 0 1 0 10 Jun 18:07 foo3

-rw-r--r-- 1 65534 65534 0 10 Jun 18:07 foo4

drwxr-xr-x 2 8055 24 512 10 Jun 17:20 testsubdir

 

The NFS share on the server was set up as:

root@server# share

- /testdir root=client.domain.com,rw=client.domain.com ""

 

The client mount was set up as:

client:/ root# mount_nfs server:/testdir /nfs/server/testdir/

 

Any ideas as to why this is happening or how i fix this?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...