mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
quota and vfat fixes.
Merge of master-melb:xfs-cmds:23117a by kenmcd. Added fixed block size for vfat filesystems. Required because mkfs.vfat fails after the super-block is wiped.
This commit is contained in:
@@ -65,9 +65,10 @@ do
|
||||
preargs="" # for any special pre-device options
|
||||
postargs="" # for any special post-device options
|
||||
|
||||
# minix and msdos mkfs fails for large devices, restrict to 2000 blocks
|
||||
# minix, msdos and vfat mkfs fails for large devices, restrict to 2000 blocks
|
||||
[ $fs = minix ] && postargs=2000
|
||||
[ $fs = msdos ] && postargs=2000
|
||||
[ $fs = vfat ] && postargs=2000
|
||||
# these folks prompt before writing
|
||||
[ $fs = jfs ] && preop="echo Y |"
|
||||
[ $fs = reiserfs ] && preop="echo y |"
|
||||
|
||||
Reference in New Issue
Block a user