Created attachment 172397 [details] Patch: FreeBSD handbook ZFS chapter diff text file. Add a subsection to the handbook's ZFS chapter that briefly outlines the method by which NFS and SMB share properties may be enabled and configured on a ZFS dataset.
Few comments: sharesmb doesn't work on freebsd. for sharenfs, you can avoid a lot of problems, and the need for quoting, by replacing the spaces in the sharenfs string with commas zfs set sharenfs=-alldirs,-network,192.168.0.0,-mask,255.255.255.0 pool/dataset
A commit references this bug: Author: sevan Date: Fri Aug 18 19:31:46 UTC 2017 New revision: 50688 URL: https://svnweb.freebsd.org/changeset/doc/50688 Log: Add get/set share properties subsection to handbook's ZFS chapter. PR: 211022 Submitted by: Dan Bright <freebsd AT zaziork DOT com> Reviewed by: allanjude Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D12009 Changes: head/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
Committed, thank you for the patch & apologies for the delay.
(In reply to Sevan Janiyan from comment #3) You're very welcome! No problem at all about the delay; never seem to be enough hours in the day, right... or in this case, days in the year ;-) Glad it was still of some use.