Last active
August 6, 2021 15:47
-
-
Save nathanjackson/964322e96075dc1b6bf3f47619a32f5f to your computer and use it in GitHub Desktop.
Burn BD-R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkisofs -iso-level 3 -o <ISO Filename> -V <Disc Title> <File 1> .. <File N> | |
growisofs -speed 16 -Z /dev/sr0=<ISO Filename> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment