Linux Ask!

Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.

Jun 142010
 

Create ISO image from CD-ROM in Linux

Answer:

1. Put the CD in your CDROM

2. umount the CD if it was mounted automatically (assume the current mount point is at /mnt/cdrom, you can type the mount command to check if your are not sure)

# umount /mnt/cdrom

3. Create the ISO image

# dd if=/dev/cdrom of=/tmp/cd.iso

 Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>