How to share a ZFS file-system to a Windows desktop?
What's missing to make an SMB share in Solaris 11 visible to a stand-alone Windows 7?
The following seems not to be enough:
# zfs set share=name=files,path=/data/files,prot=smb,guestok=true data/files
name=files,path=/data/files,prot=smb,guestok=true
Just to enrich the post: SMB support is not available until explicitly installed: # pkg install service/file-system/smb
Thanks in advance,
Carlos.