Date: Sun, 5 Jul 2015 21:57:57 -0700 From: Freddie Cash <fjwcash@gmail.com> To: Quartz <quartz@sneakertech.com> Cc: FreeBSD Filesystems <freebsd-fs@freebsd.org> Subject: Re: A question about ZFS built-in SMB Message-ID: <CAOjFWZ4ktnPGeqKgv-SLtpfEajnYnOQ7rHZr6JYD6jYw6r835A@mail.gmail.com> In-Reply-To: <559A08AF.9050809@sneakertech.com> References: <5599496C.6010702@sneakertech.com> <20150705210306.GA1048@in-addr.com> <559A08AF.9050809@sneakertech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 5, 2015 9:49 PM, "Quartz" <quartz@sneakertech.com> wrote: > > On 2015-07-05 12:03 PM, Freddie Cash wrote: >> >> SMB support is only built-in on Solaris derivatives. You need Samba on >> everything else. > > > On 2015-07-05 5:03 PM, Gary Palmer wrote: >> >> The sharesmb option to zfs does not work on FreeBSD. You need to use >> Samba. > > > > Ok wait, it IS implemented on the Linux versions of ZFS. I thought the FreeBSD version of ZFS superseded all the features of the Linux port? No, actually, it isn't. :) It works in a similar manner to sharenfs on FreeBSD. You still require a separate NFS server installed, and ask it does it copy the info to an exports file. Similar for sharesmb. You still require Samba being installed on Linux. All the property does is add the filesystem to a separate smb config file (or something like that; never actually used it on Linux). You still require the NFS and SMB packages installed for your distro. Same as you would for any other FS on Linux. Personally, I don't see the use for either of the share properties in zfs. Why treat it different than the other FSes on the system? Just edit exports/smb.conf as per normal.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOjFWZ4ktnPGeqKgv-SLtpfEajnYnOQ7rHZr6JYD6jYw6r835A>