Use a smaller scratch bigfs, 1tb is a bad idea without big-AG changes

This commit is contained in:
fsgqa
2003-07-25 00:45:59 +00:00
parent 93a5389176
commit 26290f238c
+1 -1
View File
@@ -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