How to create an ISO file (CD image) on Linux

How to create an ISO file (CD image) on Linux

When creating an iso file from a file or folder

# mkisofs -r -J -V <label> -o <iso file name> <Directory name>

(Example) # mkisofs -r -J -V "MyCD" -o cd_image.iso / home / hoge / ・ When creating an ISO file from a CD / DVD drive

When creating an ISO file from a CD / DVD drive

# dd if=/dev/cdrom of=<iso file name>

(Example) # dd if = / dev / cdrom of = cd_image.iso or

Or

# mkisofs -r -J -o -V <label> -o <iso file name> <Mount location>

(Example) # mkisofs -r -J -V "MyCD" -o cd_image.iso /media/cdrom

Recommended Posts

How to create an ISO file (CD image) on Linux
How to create an image uploader in Bottle (Python)
How to create an email user
[Python Kivy] How to create an exe file with pyinstaller
How to create a config file
I tried to create an environment of MkDocs on Amazon Linux
How to install aws-session-manager-plugin on Manajro Linux
How to create an NVIDIA Docker environment
How to convert Python to an exe file
How to update php on Amazon linux 2
How to display emoji on Manjaro Linux
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to update security on CentOS Linux 8
How to install php7.4 on Linux (Ubuntu)
How to find large files on Linux
[Python] Create a linebot to write a name and age on an image
How to make an embedded Linux device driver (8)
How to make an embedded Linux device driver (1)
How to make an embedded Linux device driver (4)
How to create a JSON file in Python
How to make an embedded Linux device driver (7)
How to make an embedded Linux device driver (2)
How to crop an image with Python + OpenCV
How to create an OCF compliant resource agent
How to make an embedded Linux device driver (3)
Try to create a new command on linux
How to create a shortcut command for LINUX
I want to log file I / O on Linux
How to build Java environment on Ubuntu (Linux)
How to make an embedded Linux device driver (5)
How to make an embedded Linux device driver (10)
How to make an embedded Linux device driver (9)
How to create an article from the command line
How to use C216 Audio Controller on Arch Linux
[Blender x Python] How to create an original object
Create an image file using PIL (Python Imaging Library).
How to install Linux on a 32bit UEFI PC
Backtrader How to import an indicator from another file
How to allow nologin users to log in on Linux
Create an environment for MkDocs on Amazon Linux (attempted)
Enable zfs on the Springdale Linux 8.3 installation ISO image
How to turn a .py file into an .exe file
How to create a local repository for Linux OS
Preparing to use Ansible on an existing Linux server
[AWS EC2] How to install Maven on Amazon Linux 2
How to install git on Linux such as EC2
I get "too early to create image" on tkinter
[Tips] How to use iPhone as webcam on Linux
How to build a Python environment on amazon linux 2
[AWS] How to expand disk space on Amazon linux
How to create a Python 3.6.0 environment by putting pyenv on Amazon Linux and Ubuntu
How to use NUITKA-Utilities hinted-compilation to easily create an executable file from a Python script
A memo on how to easily prepare a Linux exercise environment
How to set up WSL2 on Windows 10 and create a study environment for Linux commands
[Ev3dev] How to display bmp image on LCD with python
[For beginners] How to use for statements on Linux (variables, etc.)
Introducing Kaggle's Docker Image on Windows to build an environment
How to register on pypi
How to install nkf with rpm file on Red Hat Enterprise Linux 7.7 (for non-internet environment)
[Python] How to output a pandas table to an excel file