User Tools

Site Tools


linux:create_iso

This is an old revision of the document!


Create an ISO on Linux

Under Linux, you can create an ISO image from a folder using a command line argument with the mkisofs tools. The following example creates an ISO image suitable to be used under Windows:

  • -J option is used to generate Joliet directory records in addition to regular ISO9660 filenames (useful when the discs are to be used on Windows machines).
  • When using the -J, it is recommended to add the -R option (Rock Ridge protocol).
  • Finally, the -l option manages the long names.
# mkisofs -J -l -R -V "Label CD" -iso-level 4 -o output.iso input_directory
linux/create_iso.1609532711.txt.gz · Last modified: 2021/01/01 21:25 by 127.0.0.1