System Grab Bag

View all TLDR pages from Linux (or from all pages)

genisoimage

Pre-mastering program to generate ISO9660/Joliet/HFS hybrid filesystems. More information: https://manpages.debian.org/latest/genisoimage/genisoimage.1.en.html.
  • Create an ISO image from the given source directory:
    genisoimage -o {{myimage.iso}} {{path/to/source_directory}}
  • Create an ISO image with files larger than 2GiB by reporting a smaller apparent size for ISO9660 filesystems:
    genisoimage -o -allow-limited-size {{myimage.iso}} {{path/to/source_directory}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.