mkisofs

Create ISO files from directories. Also aliased as genisoimage. More information: <https://manned.org/mkisofs>.

Install

All systems
curl cmd.cat/mkisofs.sh
Debian Debian
apt-get install genisoimage
Ubuntu
apt-get install genisoimage
Arch Arch Linux
pacman -S cdrtools
image/svg+xml Kali Linux
apt-get install genisoimage
CentOS
yum install genisoimage
Fedora
dnf install genisoimage
Windows (WSL2)
sudo apt-get update sudo apt-get install genisoimage
OS X
brew install cdrtools
Raspbian
apt-get install genisoimage

Create ISO files from directories. Also aliased as genisoimage. More information: <https://manned.org/mkisofs>.

  • Create an ISO from a directory:
    mkisofs -o filename.iso path/to/source_directory
  • Set the disc label when creating an ISO:
    mkisofs -o filename.iso -V "label_name" path/to/source_directory

© tl;dr; authors and contributors