> On Jan 20, 2017, at 2:31 AM, Manuel Oetiker <[email protected]> wrote:
> 
> Hi 
> 
> I have a Omnios 151020 with smb and ad connection. 
> 
> zfs create -p -o casesensitivity=mixed -o nbmand=on \
>              -o sharesmb=name=DataDB,description="Data DB" \ 
>              ssd-a/share/datadb
> 
> I think the shares should show up on the windows side as DataDB and not
> as datadb.
> 
> Is there a way to prevent the the upper/lower case on the sharename side?

Ahhh, you want case-preservation on the share name.

Can you please do me a favor and utter:

        zfs get all ssd-a/share/datadb

I'd like to see what ZFS properties are.  It'll help me figure out where the 
problem might be.  If the properties have "DataDB" converted to "datadb", for 
example, it's likely in the ZFS property code.  If it's not, it's likely in the 
SMB sharing code.

Dan

_______________________________________________
OmniOS-discuss mailing list
[email protected]
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to