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

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

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

Thanks!
-- 
This message posted from opensolaris.org

Reply via email to