From owner-freebsd-current@FreeBSD.ORG Fri Dec 16 12:34:33 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB58116A422 for ; Fri, 16 Dec 2005 12:34:33 +0000 (GMT) (envelope-from lerik@nolink.net) Received: from electra.nolink.net (electra.nolink.net [195.139.204.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65A2143D5A for ; Fri, 16 Dec 2005 12:34:24 +0000 (GMT) (envelope-from lerik@nolink.net) Received: (qmail 50431 invoked by uid 1000); 16 Dec 2005 12:34:23 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 16 Dec 2005 12:34:23 -0000 Date: Fri, 16 Dec 2005 13:34:23 +0100 (CET) From: Lars Erik Gullerud To: Matthias Andree In-Reply-To: Message-ID: <20051216132641.C29205@electra.nolink.net> References: <20051213151908.GA26821@crodrigues.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-fs@freebsd.org, Craig Rodrigues , freebsd-current@freebsd.org Subject: Re: XFS (read-only) support committed to CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 16 Dec 2005 12:34:34 -0000 On Fri, 16 Dec 2005, Matthias Andree wrote: > Craig Rodrigues writes: > >> Read-only XFS support has been committed to FreeBSD-CURRENT. >> Write access to XFS is not supported at this time. >> The XFS for FreeBSD source code is based off of GPL'd sources >> provided by SGI. > > Hm. Does this mean that FreeBSD's XFS implementation is GPL'd like > ext2fs is? If so, allow me a question why XFS was chosen in preference > to ext3fs? What do you mean by "chosen in preference to", the two are hardly mutually exclusive...? UFS2 is still FreeBSD's native filesystem, however FreeBSD also supports handling a range of other filesystems like ext2fs, NTFS, etc. - and now also XFS. If you happen to want/need ext3fs more than XFS then you can always add the required bits yourself and send patches, or pay someone to do it? Someone wanted XFS support, so someone went ahead and worked on it - not to the exclusion of any other filesystem that anyone else might want/need support for... > Ext3fs appears to have some advantages, easy migration from and to > ext2fs, shrinkable, data journalling, data ordering (write data blocks > before the file metadata is written) and so on. ...and this has what to do with the fact that FreeBSD now supports XFS? > I don't mean this should become an advocacy discussion, as XFS surely > has advantages, too, real-time capability and so on - but ext2fs is > already there and has write support. Then use ext2fs. Isn't the availability of multiple choices great? /leg