Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Share with samba a ZFS FS in a zone

PechaneMay 9 2014 — edited May 9 2014

Hi all,

Here is my configuration :

root@sfhvsun10p:~# zoneadm list -iv

  ID NAME             STATUS     PATH                           BRAND    IP

   0 global           running    /                              solaris  shared

   1 sfhvrep10        running    /zones/sfhvrep10               solaris  excl

I want to share /toolbox with samba on my zone.

In my zone, I have the following output :

root@sfhvrep10:~# zfs set share=name=toolbox,path=/toolbox,prot=smb sfhvrep10_data/toolbox

error validating share: SMB: not supported in non-global zone

In sfhvsun10p, which managed sfhvrep10, I have the following output :

root@sfhvsun10p:~# zfs set share=name=toolbox,path=/zones/sfhvrep10/root/toolbox,prot=smb sfhvrep10_data/toolbox

permission denied: shares managed from non-global zone.

So how can I share my fs ?

Thanks.

Comments

cormaco

The Windows version is not yet released.

L. Fernigrini

Windows version of Oracle 21c XE is not yet available. It should be available a few weeks after the EE/SE2 editions of Oracle 21c version for Windows is released.

You can still download and use Oracle 18c XE for Windows, or you may try 21c XE by installing a VM (Virtualbox or whatever choice you prefer) with Linux and running XE 21c on it until the Windows version is available.

Oracle Database Express Edition 21c for Windows is now available. Here is a video I created that might help you install:
https://www.youtube.com/watch?v=DYleroLay5E

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 6 2014
Added on May 9 2014
6 comments
2,966 views