xfs ro support in -CURRENT

Craig Rodrigues rodrigc at crodrigues.org
Wed May 31 11:36:12 PDT 2006


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 at crodrigues.org


More information about the freebsd-fs mailing list