Hello,
I've installed Solaris 11.1 and I'm trying to create ZFS 'single-word' file systems shares under SMB and NFS but the shares are all multi worded with underscores.
Here are my examples,
# zfs set share=name=nfs,path=/tank/media/nfs,prot=nfs,anon=0,sec=sys,rw=@192.168.10.0/24 tank/media/nfs
# zfs set share.nfs=on tank/media/nfs
---
# zfs set share=name=smb,path=/tank/media/smb,prot=smb tank/media/smb
# zfs set share.smb=on tank/media/smb
Any suggestions would be greatly appreciated.