Subject: Re: formatting an ext2fs partition ?
To: Pierre Bourgin <Pierre.Bourgin@lip6.fr>
From: Neil A. Carson <carson@causality.com>
List: tech-userlevel
Date: 02/28/2000 19:39:07
Linux uses a maintained set of programs called e2fs tools which are the
Linux binaries for formatting, verifying, defragmenting and checking
ext2fs file systems.

You can take these Linux tools and build them under BSD with no hassle.
DOwnload the source, configure and make.

	Neil