From owner-freebsd-hackers@freebsd.org Wed Jul 22 17:32:44 2015 Return-Path: Delivered-To: freebsd-hackers@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 2E57C9A8199 for ; Wed, 22 Jul 2015 17:32:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D515E16DE for ; Wed, 22 Jul 2015 17:32:43 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t6MH3Rja057246 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 22 Jul 2015 11:03:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t6MH3RiW057243; Wed, 22 Jul 2015 11:03:27 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 22 Jul 2015 11:03:27 -0600 (MDT) From: Warren Block To: Chris H cc: freebsd-hackers@freebsd.org Subject: Re: format/newfs larger external consumer drives In-Reply-To: <4be800036b75eeb22710f63ce122ced1@ultimatedns.net> Message-ID: References: , <4be800036b75eeb22710f63ce122ced1@ultimatedns.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Wed, 22 Jul 2015 11:03:27 -0600 (MDT) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2015 17:32:44 -0000 On Wed, 22 Jul 2015, Chris H wrote: > On Wed, 15 Jul 2015 14:42:23 -0600 (MDT) Warren Block > wrote > >> On Wed, 15 Jul 2015, Dieter BSD wrote: >> >>> I wonder how hard it would be to create a FUSE version of FFS? >>> Any thoughts from the filesystem wizards? >> >> http://sourceforge.net/projects/fuse-ufs2/ >> >> Untested by me, though. > Thanks for the pointer, Warren. > For the record, SourceForge hasn't been available for quite > some time. Looking at the status notes, and recent(ish) history, > I wouldn't be surprised if they ultimately call it quits. > I thought this (fuse-ufs2) might be a nice addition to the ports > tree, and was hoping to put it there. Does anyone happen to have a > copy of the source they'd be willing to share? What about https://github.com/DanielO/fuse-ufs2 ?