From owner-freebsd-current@FreeBSD.ORG Tue Dec 13 15:19:07 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 C29E716A41F; Tue, 13 Dec 2005 15:19:07 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0E143D62; Tue, 13 Dec 2005 15:19:06 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-24-63-58-245.hsd1.ma.comcast.net ([24.63.58.245]) by comcast.net (rwcrmhc13) with ESMTP id <20051213151905015004r42re>; Tue, 13 Dec 2005 15:19:05 +0000 Received: from c-24-63-58-245.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-24-63-58-245.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id jBDFJ9qJ026852; Tue, 13 Dec 2005 10:19:09 -0500 (EST) (envelope-from rodrigc@c-24-63-58-245.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-24-63-58-245.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id jBDFJ8cr026851; Tue, 13 Dec 2005 10:19:08 -0500 (EST) (envelope-from rodrigc) Date: Tue, 13 Dec 2005 10:19:08 -0500 From: Craig Rodrigues To: freebsd-current@freebsd.org Message-ID: <20051213151908.GA26821@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: freebsd-fs@freebsd.org Subject: 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: Tue, 13 Dec 2005 15:19:07 -0000 Hi, 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. You can compile it into your kernel by adding "XFS" to your kernel config file, or you can "kldload xfs". If you have an XFS partition on your system, you can try mounting it with: mount -t xfs [device] [mntpoint] Additional utilities such as mkfs.xfs are available in the sysutils/xfsprogs port. Many thanks to Alexander Kabaev and Russell Cattelan for starting and doing most of the work on the XFS for FreeBSD port, and also to SGI for making the XFS source code freely available. -- Craig Rodrigues rodrigc@crodrigues.org