From owner-freebsd-fs@FreeBSD.ORG Sat Feb 1 15:32:26 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C1EB927; Sat, 1 Feb 2014 15:32:26 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 377101704; Sat, 1 Feb 2014 15:32:26 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id e16so8718110qcx.38 for ; Sat, 01 Feb 2014 07:32:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=D+6f3XG8+GJ42XfB2qlDcL68YAnIjZ2ZEXljuJKnHv4=; b=esr3byz6pdbsn9QqLP5x+MIwfRAdhwCMyKDHBv5aiRZ2B2coYlESHiIYX6vKfqZfdv Vnt/Ykp+FIzd2Y+Q/IkTTV8KmzR0/du4kpcy2rPnGMrr0WzUl/Q9AY0upxKQoKEaGSkZ TfgGjzTODOvhZrSHpi8dAzoepCdKeJZxGJNaQ4AZ94lgZLrLtIZ+fFnLy4FOTiXJJ+xC WnzgD0qs+OXnA14LzZojAo9pe2eOvCUGnDVwozNPHCjurdCWzgQD4Ao5Pqk0yqgupnBk rxnV3LuMseMsHsjq22h3qd3sjZ3WrcHjo/554VHvXlEzLwpKMQDqw4wkMj7Ryd6Jf45l tm4Q== MIME-Version: 1.0 X-Received: by 10.140.108.229 with SMTP id j92mr39125824qgf.7.1391268745455; Sat, 01 Feb 2014 07:32:25 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.151.73 with HTTP; Sat, 1 Feb 2014 07:32:25 -0800 (PST) Received: by 10.229.151.73 with HTTP; Sat, 1 Feb 2014 07:32:25 -0800 (PST) In-Reply-To: <52EC5B93.9010709@FreeBSD.org> References: <52EC5B93.9010709@FreeBSD.org> Date: Sat, 1 Feb 2014 16:32:25 +0100 X-Google-Sender-Auth: 5hHmkAk8aVC5fTOXcz_RoI1jrpo Message-ID: Subject: Re: UFS(2) portable driver for other OS From: CeDeROM To: Pedro Giffuni Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Filesystems X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 15:32:26 -0000 Hello Pedro :-) I was thinking about making UFS multiplatform with a BSD licensed code, still wondering why it has not done yet.. :-) Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On 1 Feb 2014 03:36, "Pedro Giffuni" wrote: > Hi Tomek; > > FWIW, we fixed yet more bugs in ext2fs lately but I think this time we > finally got it right. Recent -stable (9 and 10) already has the fixes. > > Tricks: we support dirindex now so you can set it in e2tunefs. If you are > not satisfied with performance, you can also try running it async as linux > does. > > JIC you feel adventurous and want to give a try rebuilding your own kernel > for fun. :). This said, I don't recommend ext2fs for anything serious. > > I have some interest in resurrecting the MacOS X UFS1 support and perhaps > get it to a point where it supports softupdates, but I don't know yet > sufficient about kexts. > > Pedro. >