From owner-freebsd-fs@FreeBSD.ORG Wed May 31 18:36:05 2006 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0FBA16B647 for ; Wed, 31 May 2006 18:36:05 +0000 (UTC) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DDA843D46 for ; Wed, 31 May 2006 18:36:05 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-24-147-19-128.hsd1.ma.comcast.net (c-71-233-168-2.hsd1.ma.comcast.net[71.233.168.2](misconfigured sender)) by comcast.net (sccrmhc15) with ESMTP id <2006053118360401500717lue>; Wed, 31 May 2006 18:36:04 +0000 Received: from c-24-147-19-128.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.6/8.13.1) with ESMTP id k4VIa4pQ006470; Wed, 31 May 2006 14:36:04 -0400 (EDT) (envelope-from rodrigc@c-24-147-19-128.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-24-147-19-128.hsd1.ma.comcast.net (8.13.6/8.13.1/Submit) id k4VIa4O7006469; Wed, 31 May 2006 14:36:04 -0400 (EDT) (envelope-from rodrigc) Date: Wed, 31 May 2006 14:36:04 -0400 From: Craig Rodrigues To: Gergely CZUCZY Message-ID: <20060531183604.GA6452@crodrigues.org> References: <20060531165157.GA14357@marvin.harmless.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060531165157.GA14357@marvin.harmless.hu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-fs@freebsd.org Subject: Re: xfs ro support in -CURRENT X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 18:36:12 -0000 On Wed, May 31, 2006 at 06:51:57PM +0200, Gergely CZUCZY wrote: > hello > > i found the xfs module that makes XFS readonly support in -CURRENT, > however i found no mount_xfs utility. my questions is how do i mount a filesystem > using this readonly XFS support? No mount_xfs utility is required in CURRENT. If you have an XFS partition on /dev/ad0s4, then you can do: mount -t xfs /dev/ad0s4 /mnt If you download the sysutils/xfsprogs port, then you can make an xfs partition with: mkfs.xfs /dev/ad0s4 /mnt You can't write though yet. :) -- Craig Rodrigues rodrigc@crodrigues.org