You can add something like this to mongo.pl:
if ( $FILESYSTEM eq "xfs" ) {
system("mkfs.xfs -f -l size=8192b $DEVICE") ;
system("mount -t xfs -o logbufs=8 $DEVICE $TESTDIR") ;
}
-Eric
On Tue, 2001-10-30 at 14:54, Michael Wahlbrink wrote:
> Hi,
> I often read about people who are using this program to check the stability of
> her filesystems ;-).....
> So I decided to check it also out, but the only thing i found was the program
> on
> the reiserfs homepage, but I found no possibility to check xfs with it. Can
> you
> please give me some hints to get this working??
>
> thanx in advance
> wali
>
> ps: we're running xfs on 4 netinstallservers with each 75GB of diskspace under
> SuSE 7.2
--
Eric Sandeen XFS for Linux http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx SGI, Inc.
|