On Thu, Jun 3, 2010 at 10:53 AM, Cassandra Pugh <cp...@pppl.gov> wrote: > I have ensured that they all have a sharenfs option, as I have done with > other shares.
You can verify this from your linux client with: # showmount -e nfs_server > My client is linux. I would assume we are using nfs v3. > I also notice that the permissions are not showing through correctly. > The mount options used are our "defaults" (hard,rw,nosuid,nodev,intr,noacl) Recent Linux distros have support for nfs v4, but requires mounting the filesystem as nfs4, not nfs. I'm not sure if there is support for mirror mounts. > I am not sure what this mirror mounting is? Would that help me? > Is there something else I could be doing to approach this better? This is probably a technically wrong description, but mirror mounts let the server tell the client to mount a new share. In your example, the client would automatically mount mypool/mydir/dir1 and mypool/mydir/dir1/compressed1, etc. A possible workaround is to set up an automount map for your client, or to explicitly state the mounts in /etc/mtab . I'd favor the latter, as the automounter in Linux can be pretty buggy. -B -- Brandon High : bh...@freaks.com _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss