You are viewing the article How to Create ISO File on Linux at Tnhelearning.edu.vn you can quickly access the necessary information in the table of contents of the article below.
This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.
The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.
This article has been viewed 1,854 times.
This wikiHow teaches you how to turn multiple files into one ISO file on a Linux computer. You need to use the Linux command line to do this.
Steps
Create ISO file from multiple files
- Linux distributions have different arrangements, so you need to find the Terminal application in a folder somewhere in the Menu section.
- You may need to find Terminal on the desktop, or in the toolbar at the top/bottom of the screen.
- For example, if your username is “potato”, the command to enter is cd /home/potato/ .
- For example, to create an ISO file named “blueberry” from files in the “pie” directory, type mkisofs -o blueberry.iso /home/username/pie .
- File and folder names are case sensitive, so you need to make sure you capitalize what needs to be capitalized.
- If you want a multi-word name, add an underscore between the words (for example, “blueberry pie” will become “blueberry_pie”).
- The system may ask you to enter a password before the ISO file is created. Once there, enter your password and press ↵ Enter .
Copy ISO file from CD
- Linux distributions have different arrangements, so you need to find the Terminal application in a folder somewhere in the Menu section.
- You may need to find Terminal on the desktop, or in the toolbar at the top/bottom of the screen.
- For example, if your username is “teresa” then the command to enter is cd /home/teresa/ .
dd if=/dev/cdrom of=/home/username/iso-name.iso
, where , replace “/dev/cdrom” with the CD location and “iso-name” with the ISO file name that you want to put.
- For example, you need to type
of=/home/username/pudding.iso
if you want to create an ISO file named “pudding” in your home directory. - If your computer has multiple CD drives, these will be numbered 0 or more (for example, the first drive might be named “cd0”, the second drive would be “cd1”, and so on). .
- The system may ask you to enter a password before the ISO file is created. Once there, enter your password and press ↵ Enter .
Advice
- Most Linux distributions have a file manager that allows you to create ISO files using the right-click menu.
Warning
- Not all Linux versions are the same. If you can’t find the CD’s path, or the ISO command doesn’t work, you can refer to the online manual for this distro.
This article is co-authored by a team of editors and trained researchers who confirm the accuracy and completeness of the article.
The wikiHow Content Management team carefully monitors the work of editors to ensure that every article is up to a high standard of quality.
This article has been viewed 1,854 times.
This wikiHow teaches you how to turn multiple files into one ISO file on a Linux computer. You need to use the Linux command line to do this.
Thank you for reading this post How to Create ISO File on Linux at Tnhelearning.edu.vn You can comment, see more related articles below and hope to help you with interesting information.
Related Search: