Skip to content

Instantly share code, notes, and snippets.

@haryx8
Created October 31, 2016 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haryx8/9e306a3dd875d8c20f685ec57c2fd1e7 to your computer and use it in GitHub Desktop.
Save haryx8/9e306a3dd875d8c20f685ec57c2fd1e7 to your computer and use it in GitHub Desktop.
# mkisofs on linux:
mkisofs -T -r -o filename.iso pathname/
# mkisofs on windows:
mkisofs -v -dvd-video -V "VOLUME_NAME" -o "c:\my movies\iso\movie.iso" "c:\my movies\dvd"
mkisofs -r -R -J -l -L -o image-file.iso c:\project\install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment