PDF download Download Article PDF download Download Article

This wikiHow teaches you how to turn a group of files into an ISO file on a Linux computer. You'll use the Linux command line to do this.

Method 1
Method 1 of 2:

From Files

PDF download Download Article
  1. Place any files that you want to turn into an ISO file in a folder inside of the home folder.
  2. Open the Menu, then click Terminal to open it. The Terminal app is how you'll access the command line, which is similar to Command Prompt on Windows or Terminal on Mac.
    • Linux distributions vary in appearance, so you may have to look for the Terminal app inside of a folder in the Menu section.
    • You might also find Terminal on the desktop, or in a toolbar on the top or bottom of the screen.
    Advertisement
  3. Type in cd /home/username/, making sure to use your own username for the username section, and press Enter. This will change your current directory to the home folder.
    • For example, if your username is "potato", you would type in cd /home/potato/.
  4. Type in mkisofs -o destination-filename.iso /home/username/folder-name, making sure to replace "destination-filename" with whatever you want to name the ISO file and "folder-name" with the name of the folder in which your ISO's files are stored.
    • For example: to create an ISO file named "blueberry" from files in a folder called "pie", you would type in mkisofs -o blueberry.iso /home/username/pie.
    • File names and folder names are case-sensitive, so make sure you capitalize anything that needs to be capitalized.
    • To create a multiple-word name, place underscores between words (e.g., "blueberry pie" becomes "blueberry_pie").
  5. Doing so will run the command, which creates an ISO file comprised of your selected directory's files. You'll find this ISO file in your home directory.
    • You may be prompted to enter your password before the ISO file is created. If so, type in your password and press Enter.
  6. Advertisement
Method 2
Method 2 of 2:

From a CD

PDF download Download Article
  1. You cannot rip an ISO file from CDs with read/write protection (e.g., audio CDs or movie DVDs).
  2. Open the Menu, then click Terminal to open it. The Terminal app is how you'll access the command line, which is similar to Command Prompt on Windows or Terminal on Mac.
    • Linux distributions vary in appearance, so you may have to look for the Terminal app inside of a folder in the Menu section.
    • You might also find Terminal on the desktop, or in a toolbar on the top or bottom of the screen.
  3. Type in cd /home/username/, making sure to use your own username for the username section, and press Enter. This will change your current directory to the home folder.
    • For example, if your username is "teresa", you would type in cd /home/teresa/.
  4. Type in dd if=/dev/cdrom of=/home/username/iso-name.iso, making sure to replace the "/dev/cdrom" section with with your CD's location and the "iso-name" section with your preferred ISO file name.
    • For example, you would type of=/home/username/pudding.iso to create an ISO file called "pudding" in the home directory.
    • If you have multiple CD drives attached to the computer, your CD drives will be labelled from 0 up (e.g., the first drive will be labelled something like "cd0", the second will be "cd1", and so on).
  5. As long as your CD's directory is correct, your computer will create an ISO file from the CD's contents and place it in the home directory.
    • You may be prompted to enter your password before the ISO file is created. If so, type in your password and press Enter.
  6. Advertisement

Community Q&A

Search
Add New Question
  • Question
    Will the created ISO from Method 1, Step 4 be bootable?
    Living Concrete
    Living Concrete
    Top Answerer
    No, it will not be bootable.
  • Question
    Is it possible to use an audio CD to create an ISO image?
    Community Answer
    Community Answer
    Yes, this works with nearly every CD (some DRM-secured discs excluded).
  • Question
    How do I rearchive Linux systems into ISO files?
    Somone
    Somone
    Community Answer
    You will have to get a program to create disk images. Clonezilla is one of them.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Video

Tips

  • Most Linux distributions have a file manager that will allow you to create an ISO file using the right-click menu as well.
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement

Warnings

  • Not all versions of Linux function identically to one another. If you're unable to find your CD's path or the ISO command isn't working, you can check your distribution's manual online.
Advertisement

You Might Also Like

Install Java on LinuxInstall Java on Linux
Move from Windows to LinuxMove from Windows to Linux
Use LinuxUse Linux
Create an ISO File Create an ISO from a Folder, File, or Disc
Install Google Chrome Using Terminal on Linux
Linux How to Mount Drive Mount Drives on Linux: Command Line & GUI
Can Linux Run ExeCan Linux Run .exe Files? How to Run Windows Software on Linux
Use Wine on Linux Install and Use Wine on Linux
Tar a Directory Tar a Directory and Subdirectories in Linux
Take a Screenshot in LinuxTake a Screenshot in Linux
Become Root in LinuxBecome Root in Linux
Execute INSTALL.sh Files in Linux Using Terminal Run an INSTALL.sh Script on Linux in 4 Easy Steps
Install DebianEasy Debian Linux Installation Tutorial
Add or Change the Default Gateway in LinuxAdd or Change the Default Gateway in Linux
Advertisement

About This Article

Jack Lloyd
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher. This article has been viewed 1,128,498 times.
How helpful is this?
Co-authors: 23
Updated: August 1, 2024
Views: 1,128,498
Categories: Linux
Article SummaryX

1. Put the files in one directory.
2. Open a terminal window.
3. Use "cd" to get to your home directory.
4. Type "mkisofs -o destination-filename.iso /home/username/folder-name"
5. Press Enter.

Did this summary help you?

Thanks to all authors for creating a page that has been read 1,128,498 times.

Is this article up to date?

Advertisement