devdump
Creates ISO-9660 CD-ROM filesystem images
Install
- All systems
-
curl cmd.cat/devdump.sh
- Debian
-
apt-get install genisoimage
- Ubuntu
-
apt-get install genisoimage
- Arch Linux
-
pacman -S cdrtools
- Kali Linux
-
apt-get install genisoimage
- CentOS
-
yum install wodim
- Fedora
-
dnf install wodim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install genisoimage
- OS X
-
brew install cdrtools
- Raspbian
-
apt-get install genisoimage
- Dockerfile
- dockerfile.run/devdump
genisoimage
Creates ISO-9660 CD-ROM filesystem images
genisoimage is a pre-mastering program for creating ISO-9660 CD-ROM filesystem images, which can then be written to CD or DVD media using the wodim program. genisoimage includes support for making bootable "El Torito" CDs, as well as CDs with support for the Macintosh HFS filesystem. The package also includes extra tools useful for working with ISO images: * mkzftree - create ISO-9660 image with compressed contents * dirsplit - easily separate large directory contents into disks of predefined size * geteltorito - extract an El Torito boot image from a CD image Please install cdrkit-doc if you want most of the documentation and README files.
wodim
command line CD/DVD writing tool
wodim allows you to create CDs or DVDs on a CD/DVD recorder. It supports writing data, audio, mixed, multi-session, and CD+ disc and DVD data and video disks on DVD capable devices, on just about every type of CD/DVD recorder out there. Please install cdrkit-doc if you want most of the documentation and README files.