Skip to content

Instantly share code, notes, and snippets.

@nathanjackson
Last active August 6, 2021 15:47
Show Gist options
  • Save nathanjackson/964322e96075dc1b6bf3f47619a32f5f to your computer and use it in GitHub Desktop.
Save nathanjackson/964322e96075dc1b6bf3f47619a32f5f to your computer and use it in GitHub Desktop.
Burn BD-R
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