add -f
to mkfs.f2fs
This commit is contained in:
parent
13e41a9a68
commit
a003e52a52
@ -85,7 +85,7 @@ declare -A EDIT_FILES=(
|
|||||||
|
|
||||||
# mkfs command flags for filesystem formatting {
|
# mkfs command flags for filesystem formatting {
|
||||||
declare -A FS_CMD_FLAGS=(
|
declare -A FS_CMD_FLAGS=(
|
||||||
[f2fs]='' [jfs]='-q' [xfs]='-f' [ntfs]='-q' [ext2]='-q' [ext3]='-q' [ext4]='-q' [vfat]='-F32' [nilfs2]='-q' [reiserfs]='-q'
|
[f2fs]='-f' [jfs]='-q' [xfs]='-f' [ntfs]='-q' [ext2]='-q' [ext3]='-q' [ext4]='-q' [vfat]='-F32' [nilfs2]='-q' [reiserfs]='-q'
|
||||||
) # }
|
) # }
|
||||||
|
|
||||||
# mount options for each filesystem {
|
# mount options for each filesystem {
|
||||||
|
Reference in New Issue
Block a user