Ubuntu: How To Create an ISO Image from a CD or DVD

February 14, 2011 at 12:13 pm | Posted in basic, Ubuntu | Leave a comment

1. Insert the CD or DVD that you want to make an ISO image of.

2. Open a terminal window.

  1. Execute the following command:

cat /dev/scd0 > /home/iso/test.iso

where,

 

/dev/scd0 --> path of the dvd device

/home/iso/test.iso --> name of the iso file

Ubuntu: How to Mount and Unmount ISO Files

1. Open a terminal window.

  1. You will need to create a new directory for your ISO image. Execute the following command in your terminal window:

sudo mkdir /media/iso

  1. Now execute this command to mount the ISO image:

mount -o loop /home/shamanstears/Documents/test.iso /media/iso/

4. Type ls /media/iso in terminal for list the files from iso images.

Advertisement

Leave a Comment »

RSS feed for comments on this post. TrackBack URI

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

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.

Follow

Get every new post delivered to your Inbox.