Hi, I'm very new to Solaris. I managed to get snv-44 to work under Xen (Slackware 11) and setup a hard disk with ZFS. I now have a ZFS pool with a filesystem tank/media mounted to /export/media. I did 'zfs set sharenfs=on tank/media' and the command 'share' shows: # share - /export/media rw ""
Hence, everything seems good. On the client side (Slackware 11), the command # mount -t nfs -o rw,tcp,intr,nfsvers=3,rsize=8192,wsize=8192 10.0.0.2:/export/media /mnt/tmp mounts the filesystem as wished. I can access the filesystem and read from it from the mount point '/mnt/tmp' (as root). The problem is when I try to create or copy a file to the NFS mount. It fails with 'cp: cannot create regular file `/mnt/tmp/foo.txt': Permission denied' message. Any toughts? Thanks! Fran?ois This message posted from opensolaris.org