Welcome to Dream.In.Code
Getting Help is Easy!

Join 107,311 Programmers for FREE! Ask your question and get quick answers from experts. There are 2,059 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Making an ISO in Ubuntu Linux

 
Reply to this topicStart new topic

> Making an ISO in Ubuntu Linux

unreal_origin
Group Icon



post 7 Feb, 2006 - 05:18 PM
Post #1


Creating an ISO, a CD/DVD image, in Ubuntu Linux is not hard at all, The first thing that needs to be done is Opening the terminal (Applications -> Accessories -> Terminal)

In the terminal type in the following code:
CODE

sudo umount /dev/cdrom
dd if=/dev/cdrom of=file.iso bs=1024



If you would like to mount the ISO, so that you can access the files within the ISO file you must type in the following code into the terminal:
CODE

sudo mkdir /media/iso
sudo modprobe loop
sudo mount file.iso /media/iso/ -t iso9660 -o loop
Note: "file.iso" is not the exact thing that you type in, it is whatever the iso's name is

Remember that when you are finished you should unmount the ISO file by typing the following code into the terminal
CODE

sudo umount /media/iso/



Last but not least, most likely you would like to burn the ISO onto a CD/DVD which is the easiest part, since it does not require the terminal. First Insert a blank CD/DVD into your CD/DVD burner next locate where the ISO file is located then:
Right click on Image (ISO) file -> Write to Disc... -> Write

Please feel free to correct me if i am wrong.
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 8/28/08 07:13AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month