Zone でグローバルゾーンのあるディレクトリをマウントするには

zonecfg で下記のように行う。dir はゾーン内のディレクトリ、special はグローバルゾーンのマウント対象ディレクトリ、options は rw にして読み書き可能にしている。

# zonecfg -z testzone
zonecfg:testzone> add fs
zonecfg:testzone:fs> set dir = /shared
zonecfg:testzone:fs> set special = /export/shared                 
zonecfg:testzone:fs> set type = lofs
zonecfg:testzone:fs> set options = rw
zonecfg:testzone:fs> end
zonecfg:testzone> verify
zonecfg:testzone> commit
zonecfg:testzone> info fs
fs:
        dir: /shared
        special: /export/shared
        raw not specified
        type: lofs
        options: [rw]