From owner-freebsd-fs@freebsd.org Thu Feb 1 19:08:21 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3597CEE61AB for ; Thu, 1 Feb 2018 19:08:21 +0000 (UTC) (envelope-from mi+b@aldan.algebra.com) Received: from symbion.zaytman.com (symbion.zaytman.com [64.112.176.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "symbion", Issuer "Narawntapu" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C9BEF7E899; Thu, 1 Feb 2018 19:08:20 +0000 (UTC) (envelope-from mi+b@aldan.algebra.com) Received: from narawntapu.narawntapu (pool-108-53-87-28.nwrknj.fios.verizon.net [108.53.87.28]) by symbion.zaytman.com (8.15.2/8.15.2) with ESMTPS id w11J8Dtk067260 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 1 Feb 2018 14:08:13 -0500 (EST) (envelope-from mi+b@aldan.algebra.com) X-Authentication-Warning: symbion.zaytman.com: Host pool-108-53-87-28.nwrknj.fios.verizon.net [108.53.87.28] claimed to be narawntapu.narawntapu Received: from [127.0.0.1] (localhost [127.0.0.1]) by narawntapu.narawntapu (8.15.2/8.15.2) with ESMTP id w11J8BmL009829; Thu, 1 Feb 2018 14:08:11 -0500 (EST) (envelope-from mi+b@aldan.algebra.com) X-Authentication-Warning: narawntapu.narawntapu: Host localhost [127.0.0.1] claimed to be [127.0.0.1] Subject: Re: Need help with sysutils/fusefs-smbnetfs To: Stefan Esser Cc: freebsd-fs@freebsd.org, brendan+freebsd@bbqsrc.net References: <8868a37f-90ad-a271-2295-bf67164fad19@aldan.algebra.com> From: "Mikhail T." Message-ID: <2aea2d83-7c73-0965-b3be-2964a548823d@aldan.algebra.com> Date: Thu, 1 Feb 2018 14:08:11 -0500 User-Agent: Firefox MIME-Version: 1.0 In-Reply-To: Content-Language: uk X-DCC-dmv.com-Metrics: narawntapu 1095; Body=3 Fuz1=3 Fuz2=3 X-Spam-Status: No, score=-2.9 required=7.5 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on narawntapu.narawntapu Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Feb 2018 19:08:21 -0000 2/1/2018 3:48 AM, Stefan Esser пише: > > Did you test with version 3 of the FUSE library? The port should be > converted to that version, anyway, since development of version 2 has > stopped. > I just committed the changes necessary to build with fuse3, should the user so desire or should the default fuse-version change. However, I can not report any obvious advantages from using it at this time. Worse, because the direct_io option -- despite being documented in mount_fusefs(8) -- is not supported by fuse3, the read-throughput is now back down to hundreds of kilobytes per second... As you may remember, by using direct_io I was able to go up to 8MB/second with fuse2 (although smbclient itself could read at 20MB/s). Yours, -mi