[OmniOS-discuss] upper/lower case of share names smb

Dan McDonald danmcd at omniti.com
Fri Jan 20 15:47:06 UTC 2017


> On Jan 20, 2017, at 2:31 AM, Manuel Oetiker <manuel at oetiker.ch> 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



More information about the OmniOS-discuss mailing list