mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Use a smaller scratch bigfs, 1tb is a bad idea without big-AG changes
This commit is contained in:
@@ -157,7 +157,7 @@ _verify_copy $tmp.image $SCRATCH_DEV $SCRATCH_MNT
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo === copying scratch device to single target, large ro device
|
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
|
rmdir $tmp.source_dir 2>/dev/null
|
||||||
mkdir $tmp.source_dir
|
mkdir $tmp.source_dir
|
||||||
mount -t xfs -o loop $tmp.source $tmp.source_dir
|
mount -t xfs -o loop $tmp.source $tmp.source_dir
|
||||||
|
|||||||
Reference in New Issue
Block a user