Home > Uncategorized > Create an ISO image from a directory

Create an ISO image from a directory

Problem
You have a directory that you want to convert to ISO image format.

Solution
Here I found several ways how to do that. I liked acetoniso and genisoimage.

acetoniso: install it with “sudo apt-get install acetoniso“. It has a graphical interface. Under Image Conversion, there is a menu point called Generate ISO from folder. It will pop up two file dialogs, don’t be surprised. First choose the folder to be converted. Then specify the name of the ISO output.

genisoimage: install it with “sudo apt-get install genisoimage“. It’s a console application. Use it the following way:

genisoimage -o my_image.iso my_directory
About these ads
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 44 other followers

%d bloggers like this: