[zfs-discuss] Re: NFS share problem with mac os x client

2007-02-08 Thread Wes Williams
> In short - make sure your UID on Mac is enough to
> access the files on
> nfs (as it would be if you would try to access those
> files locally).
> Or perhaps you tried from user with uid=0 in which
> case it's mapped to
> nobody user by default.
> 
> -- 
> Best regards,
> Robert

Exactly as Robert suggests.

I've had the same "problem" but it turned out to simply be that I needed the OS 
X group and user ID's to match those setup on the ZFS OpenSolaris server.  Once 
you correct this, the Finder will work great to a ZFS NFS share.
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


[zfs-discuss] Re: NFS share problem with mac os x client

2007-02-08 Thread Sergey
The setup below works fine for me.

macmini:~ jimb$ mount | grep jimb
ride:/xraid2/home/jimb on /private/var/automount/home/jimb (nosuid, automounted)

macmini:~ jimb$ nidump fstab / | grep jimb
ride:/xraid2/home/jimb /home/jimb nfs rw,nosuid,tcp 0 0

NFS server: Solaris 10 11/06 x86_64 + patches, NFSv3.
On the client there's latest release MacOSX version + patches.
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss