File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ if [[ $TOOL_UDF = "$TOOL_MKUDFFS" ]]; then
695
695
# --lvid - logical volume identifier
696
696
# --vid - volume identifier
697
697
# --media-type - "hd" type covers both hard drives and USB drives
698
- ($SUDO mkudffs --utf8 --blocksize=" $FILE_SYSTEM_BLOCK_SIZE " --udfrev=0x0201 --lvid=" $LABEL " --vid=" $LABEL " --media-type=hd " /dev/$DEVICE " ) || (echo " [-] Format failed!" >&2 ; false)
698
+ ($SUDO mkudffs --utf8 --blocksize=" $FILE_SYSTEM_BLOCK_SIZE " --media-type=hd -- udfrev=0x0201 --lvid=" $LABEL " --vid=" $LABEL " " /dev/$DEVICE " ) || (echo " [-] Format failed!" >&2 ; false)
699
699
elif [[ $TOOL_UDF = " $TOOL_NEWFS_UDF " ]]; then
700
700
# -b - the size of blocks in bytes. should be the same as the drive's physical block size.
701
701
# -m - "blk" type covers both hard drives and USB drives
You can’t perform that action at this time.
0 commit comments