From owner-freebsd-fs@freebsd.org Thu Sep 28 15:12:13 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 34771E33D6E for ; Thu, 28 Sep 2017 15:12:13 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) (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 ED5CF2BF0 for ; Thu, 28 Sep 2017 15:12:12 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd16.aul.t-online.de (fwd16.aul.t-online.de [172.20.26.243]) by mailout08.t-online.de (Postfix) with SMTP id 576AA41CB3CF; Thu, 28 Sep 2017 17:12:10 +0200 (CEST) Received: from Stefans-MBP-2.fritz.box (rSDbNOZDYh4q+A66OTJsZpiuEsdgzx6W3UaXjo5PDmbjG0HXdc9FaslVsxcyeS3wMK@[84.154.105.197]) by fwd16.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1dxaTl-4Dm0bw0; Thu, 28 Sep 2017 17:11:57 +0200 Subject: Re: mount_smbfs question (re-post) To: Mario Lobo References: <20170927100635.7b56f8fd@Papi.lobos> From: Stefan Esser Cc: FreeBSD File-Systems Message-ID: <6a2b3bf8-b70b-a39e-be33-fa28967ebb88@freebsd.org> Date: Thu, 28 Sep 2017 17:11:56 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: rSDbNOZDYh4q+A66OTJsZpiuEsdgzx6W3UaXjo5PDmbjG0HXdc9FaslVsxcyeS3wMK X-TOI-MSGID: b728a6b3-ec0d-4bfe-bc62-095458ed3bde 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: Thu, 28 Sep 2017 15:12:13 -0000 Am 28.09.17 um 16:16 schrieb Mario Lobo: > 2017-09-27 11:20 GMT-03:00 Erwan Legrand : > >> On Wed, Sep 27, 2017 at 3:06 PM, Mario Lobo wrote: >>> Since my environment is tottaly surrounded with shares that no longer >>> accept SMBv1 (Windows, Linux AND FreeBSD servers), so basically in the >>> end, what I'm really looking for is a confirmation that I'll just have >>> to dump all Freebsd samba clients because the OS can't deal with SMBv2 >>> or above. >> >> Perhaps have a look at implementations of SMB on top of FUSE? >> http://portsmon.freebsd.org/portoverview.py?category= >> sysutils&portname=fusefs-smbnetfs >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> > > I did. Same problem. > smbnetfs only works with SMBv1 No, I've just tested it, it can see my SMB3-only samba server. I do not have any windows server to test against, but you can rise the debug level in smbnetfs.conf and start smbnetfs with the -d option to see what's going wrong on your system.