mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tidy mkfs parameterisation, -f option pulled into common.rc.
This commit is contained in:
@@ -75,7 +75,7 @@ rm -f $seq.full
|
||||
#agsize=16
|
||||
agsize=32
|
||||
echo -n "Make $agsize megabyte filesystem on SCRATCH_DEV and mount... "
|
||||
_do "mkfs_xfs -d size=${agsize}m,agcount=1 -l internal -f $SCRATCH_DEV"
|
||||
_do "mkfs_xfs -dsize=${agsize}m,agcount=1 $SCRATCH_DEV"
|
||||
_do "mount -t xfs $SCRATCH_DEV $SCRATCH_MNT"
|
||||
echo "done"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user