Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 14:36:04 -0400
From:      Craig Rodrigues <rodrigc@crodrigues.org>
To:        Gergely CZUCZY <phoemix@harmless.hu>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: xfs ro support in -CURRENT
Message-ID:  <20060531183604.GA6452@crodrigues.org>
In-Reply-To: <20060531165157.GA14357@marvin.harmless.hu>
References:  <20060531165157.GA14357@marvin.harmless.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060531183604.GA6452>