From owner-freebsd-fs@freebsd.org Fri Jun 23 10:38:00 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D395DA194C for ; Fri, 23 Jun 2017 10:38:00 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 11490808E8 for ; Fri, 23 Jun 2017 10:37:59 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd18.aul.t-online.de (fwd18.aul.t-online.de [172.20.26.244]) by mailout11.t-online.de (Postfix) with SMTP id D3ACD4212569; Fri, 23 Jun 2017 12:37:50 +0200 (CEST) Received: from Stefans-MBP-2.fritz.box (r1lg70ZBoh4xDvEGS5Uc0EJtuWOppLuBuFzQb3X+fkSdC9gvNsCKUMjAXwdevNGZFF@[84.154.108.252]) by fwd18.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1dOLyC-1DGj0S0; Fri, 23 Jun 2017 12:37:44 +0200 Subject: Re: SMBv1 Deprecation To: theunusualmatt@gmail.com References: <9b556cbe-f9f3-ab15-6fcd-71397d18c126@freebsd.org> <20170623104654.07e5a3e0@ernst.home> From: Stefan Esser Cc: freebsd-fs@freebsd.org Message-ID: <45b0864b-680c-8fe0-f5a5-353b6373d069@freebsd.org> Date: Fri, 23 Jun 2017 12:37:44 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <20170623104654.07e5a3e0@ernst.home> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-ID: r1lg70ZBoh4xDvEGS5Uc0EJtuWOppLuBuFzQb3X+fkSdC9gvNsCKUMjAXwdevNGZFF X-TOI-MSGID: 90e43e2f-0b83-43b6-8c93-ff5043439130 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 10:38:00 -0000 Am 23.06.17 um 10:46 schrieb Gary Jennejohn: > On Fri, 23 Jun 2017 13:03:31 +0800 > Julian Elischer wrote: > >> On 23/6/17 8:14 am, Matt B wrote: >>> I totally understand. I try to support the FreeBSD Foundation with >>> donations as often as I can as well as reporting bugs promptly as I am sure >>> resources are spread thin. My skill set isn't really that of a programmer >>> though. I am working right now at checking the Darwin/OS X code for >>> mount_smbfs and other modules associated with smbfs in the hopes of >>> possibly getting something viable for BSD, even if it has to be a port due >>> to license issues. Progress is slow just due to lack of knowledge in the >>> programming arena. >> >> That's how we all started out.. some personal itch that had to be scratched. >> You do some work on it. >> From that you build up an expertise in that field, and then you start answering >> questions when people ask about that area, and then you find you've >> a commit bit and are spending serious time on it, and then a company offers you serious >> money to fix something (*) and before you know it... >> >> (*) seriously that happens. >> Companies have itches too but instead of spare time, they have cash. >> > > You might consider trying /usr/ports/net/samba46, which is at > version 4.6.4 and appears to support SMB2 out of the box. As you probably know, that is the SMB *server* side, and Samba supports the even newer SMB3 - not what you were looking for ... I doubt that there are many users of smbfs, which allows *client* access to Windows servers. You may want to have a look at FuseSMB, which might be easier to port to FreeBSD than teaching smbfs newer SMB protocols. Windows servers (at least 2012 and 2016) support NFS upto version 4.1, and if you can configure the servers to provide NFS access to the relevant data, that might be the easiest route for you. Regards, STefan