From 26290f238cfd7f4e43e1e764c53ccffd5f9a76f0 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Fri, 25 Jul 2003 00:45:59 +0000 Subject: [PATCH] Use a smaller scratch bigfs, 1tb is a bad idea without big-AG changes --- 073 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/073 b/073 index a978f17d..3107543a 100755 --- a/073 +++ b/073 @@ -157,7 +157,7 @@ _verify_copy $tmp.image $SCRATCH_DEV $SCRATCH_MNT echo echo === copying scratch device to single target, large ro device -/sbin/mkfs.xfs -dfile,name=$tmp.source,size=1t | _filter_mkfs 2>/dev/null +/sbin/mkfs.xfs -dfile,name=$tmp.source,size=100g | _filter_mkfs 2>/dev/null rmdir $tmp.source_dir 2>/dev/null mkdir $tmp.source_dir mount -t xfs -o loop $tmp.source $tmp.source_dir -- 2.30.2