format-udf

Bash script to format block devices to UDF filesystem

brewmacoslinux
Try with needOr install directly
Source

About

Bash script to format a block device to UDF

Commands

format-udf

Examples

Format a USB drive at /dev/sdb1 with label 'BACKUP'$ format-udf --blocksize=2048 /dev/sdb1 BACKUP
Format an external drive with default UDF settings$ format-udf /dev/sdc1 MyDrive
Format a block device with specific block size for compatibility$ format-udf --blocksize=512 /dev/sdd1 Archive