From owner-freebsd-current@FreeBSD.ORG Sat Jul 20 15:05:25 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 35AA0E38 for ; Sat, 20 Jul 2013 15:05:25 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm18-vm4.bullet.mail.ne1.yahoo.com (nm18-vm4.bullet.mail.ne1.yahoo.com [98.138.91.178]) by mx1.freebsd.org (Postfix) with ESMTP id DE58966B for ; Sat, 20 Jul 2013 15:05:24 +0000 (UTC) Received: from [98.138.226.177] by nm18.bullet.mail.ne1.yahoo.com with NNFMP; 20 Jul 2013 15:03:01 -0000 Received: from [98.138.84.46] by tm12.bullet.mail.ne1.yahoo.com with NNFMP; 20 Jul 2013 15:03:01 -0000 Received: from [127.0.0.1] by smtp114.mail.ne1.yahoo.com with NNFMP; 20 Jul 2013 15:03:01 -0000 X-Yahoo-Newman-Id: 672383.31376.bm@smtp114.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: yNCXH8kVM1mqGU373fTU1MgAJ9fKXwUoRldAXMcN_04x2g9 N5iSmOzCFog2J91HbQCHaCMDDjkDhzMH.Mx83oAsq5SXbRkagSqW_eusr2S0 uuAHMuO41XqgWKYHBoO7DMG_Q9ii.CkZrglOOBG22dkj0UrWljKODhjrVGLj g2ueT6e626vLKifbM87H8Ic.11iD5VU8l9NiuYPiq3xfBsP50CN79XeptJT1 4cwGJ7sI9L63leZJoBKfm5cK2kklIJGx27EUHAcdfrtp13tXXV3Z8yZoHiPF VEJazUTy3yd6iOwh_1MJF_wn2KGdPX4pjuAKASV59Zwr5K.uajixBarpFP4X n188nh3EAKoVUy_bWHBDNbNnWVN6E_37vZl5uFIjgiohVFQ3Qy5KxrKOiusi nENqWmeUO3v.TiNQzSDMoqig6agDOJbU_tc3cEgeI8.NFbVaJ2gg.rjpPvN5 VvLkL9Kv4grrmTJQCzi7Hqgj3ovX7wPgHG.D7e8DqJppWarEgsqFkf3ej2u6 nA5AaFQTN6BrKqh_jeswMPkZDfHMskGE- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf X-Rocket-Received: from [192.168.0.102] (pfg@190.157.126.109 with ) by smtp114.mail.ne1.yahoo.com with SMTP; 20 Jul 2013 08:03:01 -0700 PDT Message-ID: <51EAA6A3.0@FreeBSD.org> Date: Sat, 20 Jul 2013 10:02:59 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130630 Thunderbird/17.0.7 MIME-Version: 1.0 To: Kevin Oberman 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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Alexander Panyushkin , FreeBSD Current 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: Sat, 20 Jul 2013 15:05:25 -0000 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.