From owner-freebsd-current@FreeBSD.ORG Wed Jul 24 14:37:22 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 57475BDD for ; Wed, 24 Jul 2013 14:37:22 +0000 (UTC) (envelope-from vsityz@gmail.com) Received: from mail-ee0-x22c.google.com (mail-ee0-x22c.google.com [IPv6:2a00:1450:4013:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E276F232E for ; Wed, 24 Jul 2013 14:37:21 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id c13so291773eek.3 for ; Wed, 24 Jul 2013 07:37:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8FGiSHpy9PMjqyWsnoRKTD97T6ik6DLBtTtz7dR+tPs=; b=vKO7kC6x6KnP9HrDMsbFRn8pXSXKO2gAOVCbZ0DC4BJcStwYgxQqMEXaA+1oJh8brv 68OcypMrRjZglidjQA/blCk+fwe5qodWoR1g0+8dUVXw4cXM9jO1dO89gIsg+nryprZt 1ybhwU319I5O5ZlOJaJy8A0QaLfqLM08OXEmBfZUhUkxOap/NXECUYfpMx18TRvAQHvn OyqiFtPNOLjX04w74aX62FXV3AI9vNQa2yzOZZPJrP+m8JAZyjgz3Oy2utGuhnI1zSsA HZ+Dn2gqogk2osk/Vt2z9N9fcAm5bZ7XQf/LcRuC7MyZCJCnKbwtStZ5NZVrv2bH4C28 fFQw== X-Received: by 10.15.108.8 with SMTP id cc8mr37635270eeb.65.1374676640143; Wed, 24 Jul 2013 07:37:20 -0700 (PDT) Received: from scorpion.kiev.ua ([46.247.165.131]) by mx.google.com with ESMTPSA id e44sm66572605eeh.11.2013.07.24.07.37.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 07:37:18 -0700 (PDT) Message-ID: <51EFE69A.9050100@gmail.com> Date: Wed, 24 Jul 2013 17:37:14 +0300 From: Alexander Panyushkin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130721 Thunderbird/17.0.7 MIME-Version: 1.0 To: FreeBSD Current Subject: Re: FUSE not work. References: <51E94F09.4020109@FreeBSD.org> <51E95B4D.4030104@gmail.com> <51E96C84.3000209@FreeBSD.org> <51E97265.8040507@gmail.com> <51E9E669.3090500@FreeBSD.org> <51EAA6A3.0@FreeBSD.org> In-Reply-To: <51EAA6A3.0@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jul 2013 14:37:22 -0000 20.07.2013 18:02, Pedro Giffuni пишет: > On 19.07.2013 23:42, Kevin Oberman wrote: >> ... >> >> >> fuse is at least partly broken in -current. I discovered that if you >> mount two devices that use fuse, when you umount any of them, ll are >> marked as not mounted and disappear from df(1) or mount(8) output, >> but only one is actually cleanly unmounted and, if it has been >> written to, will likely be corrupt. This applies to at least ntfs. >> >> ATM no one is supporting fuse in current, so this may become a >> serious issue before long. > > I reverted my incompatible changes and will try to see if upstream wants > to adopt something compatible for birthtime support. > > I do agree that fuse needs a lot of work. I wonder if NetBSD's > puffs/libperfuse > is any better. > > Pedro. Can we expect in the near future a working version of FUSE to FreeBSD 10?