CD wrote:
> Greetings.
>
> I've go two pools, but can only access one of them from my linux-machine. 
> Both pools got the same settings and acl.
>
> Both pools has sharenfs=on. Also, every filesystem got aclinherit=passthrough
> NAME  PROPERTY  VALUE     SOURCE
> tank  sharenfs  on        local
> bitbox  sharenfs  on        local
>
>   

Does 'zfs list' show bitbox to be at the root of the server's namespace?

# zfs list -o name,sharenfs,mountpoint

What does share show as the active shares?

# share

If you don't see bitbox here, it will be a problem.

> Same ACL:
> /bitbox
> drwxr--r--+ 25 root     sa            25 Dec 18 12:43 folder0
>                group:sa:rwxpdDaARWcCos:-------:allow
>                  owner@:rwxpdDaARWcCos:-------:allow
>               everyone@:r-----a-R-c---:-------:allow
> drwxr--r--+  3 root     sa             3 Jun  1  2009 folder1
>                group:sa:rwxpdDaARWcCos:-------:allow
>                  owner@:rwxpdDaARWcCos:-------:allow
>               everyone@:r-----a-R-c---:-------:allow
>
> /tank
> drwxr--r--+  4 root     root           4 Sep  9 15:47 folder0
>                group:sa:rwxpdDaARWcCos:-------:allow
>                  owner@:rwxpdDaARWcCos:-------:allow
>               everyone@:r-----a-R-c---:-------:allow
> drwxr--r--+  7 root     sa             9 May 19  2009 folder1
>                group:sa:rwxpdDaARWcCos:-------:allow
>                  owner@:rwxpdDaARWcCos:-------:allow
>               everyone@:r-----a-R-c---:-------:allow
>
> Yet, when I mount the nfs, only 'tank' is listed:
> mount -t nfs4 srv:/ /mnt/server
>
> If I try to mount the pools separately:
> $ sudo mount -t nfs4 srv:/tank /mnt/tank/ --work perfectly
> $ sudo mount -t nfs4 srv:/bitbox /mnt/bitbox --gives error:
> mount.nfs4: mounting srv:/bitbox failed, reason given by server:
>   No such file or directory
>   

What if you try a v3 mount?


> I don't get it!
> Also, where are the config files, such as the /etc/export?
>
>   

If this were non-zfs, you'd want to look in /etc/dfs. But since this is 
zfs, the share
(i.e., export) is in the sharenfs property of the filesystem.




> Thanks!
>   

Reply via email to