# pkg install sysutils/dvd+rw-tools sysutils/eject
Verzeichnis brennen
# growisofs -dvd-compat -udf -print-size -dvd-video -ldots -D -U -speed=1 -Z /dev/cd0 /tmp/test
ISO-Image erstellen
als UDF
# mkisofs -udf -ldots -D -U -nobak -A "Test" -input-charset UTF-8 -o test.iso /tmp/test weitere Optionen: Rock Ridge - Format: -r padding: -pad
ISO-Image testen
# mdconfig -l # mdconfig -a -t vnode -u 0 -f test.iso # mdconfig -l -u md0 md0 vnode 23G test.iso # mount -t udf /dev/md0 /mnt # ls -lha /mnt # umount /mnt # mdconfig -d -u md1 # mdconfig -l
ISO-Image brennen
# growisofs -dvd-compat -speed=1 -Z /dev/cd0=test.iso