Cindy,

I forgot to post the server NFS config.

# zpool status
  pool: nfs
 state: ONLINE
 scrub: none requested
config:

        NAME                                     STATE     READ WRITE CKSUM
        nfs                                      ONLINE       0     0     0
          c4t60060E8004A4A0000000A4A0000000FDd0  ONLINE       0     0     0
          c4t60060E8004A4A0000000A4A0000000FEd0  ONLINE       0     0     0
          c4t60060E8004A4A0000000A4A0000000FFd0  ONLINE       0     0     0

errors: No known data errors

# zfs list
NAME   USED  AVAIL  REFER  MOUNTPOINT
nfs    125K  1.55T    20K  /nfs
#


-----Original Message-----
From: Cindy Swearingen [mailto:cindy.swearin...@oracle.com] 
Sent: Friday, August 13, 2010 12:59 PM
To: Phillip Bruce (Mindsource)
Cc: zfs-discuss@opensolaris.org
Subject: Re: [zfs-discuss] NFS issue with ZFS

Hi Phillip,

What's the error message?

How did you share the ZFS file system?

# zfs create tank/cindys
# zfs sharenfs=on tank/cindys
# share
-               /tank/cindys   rw   ""
# cp /usr/dict/words /tank/cindys/file.1
# cd /tank/cindys
# chmod 666 file.1
# ls -l file.1
-rw-rw-rw-   1 root     root      206663 Aug 13 13:03 file.1


Some things to check:

- Are the UID/GID and hostnames resolving between the NFS server
and the NFS client?
- File permissions
- Mount point permissions

Can you access the file system on the client by using the automounter?

# pwd
/net/t2k-brm-03/tank/cindys
# echo abc > file.1
#

Thanks,

Cindy

On 08/13/10 13:19, Phillip Bruce wrote:
> I have Solaris 10 U7 that is exporting ZFS filesytem.
> The client is Solaris 9 U7. 
> 
> I can mount the filesytem just fine but I am unable to write to it.
> showmount -e shows my mount is set for everyone.
> the dfstab file has option rw set.
> 
> So what gives?
> 
> Phillip

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to