Weblog entry #1 for ahialy

Iso-ing a CD-ROM
Posted by ahialy on Wed 20 Feb 2008 at 08:49
Tags: , ,
This morning, woah, I've tried to make an Iso of a Debian CD-ROMs. I've failed with the "dd" command, then I was looking for "mkisofs". What a wonderful world, mkisofs is already packed in my system. So, I've just done :

mkisofs -o /tmp/mydebian.iso -J -R /media/cdrom0

and everything was running right after few minutes. Enough for a coffee time.

 

Comments on this Entry

Posted by Steve (82.32.xx.xx) on Wed 20 Feb 2008 at 10:05
[ Send Message | View Steve's Scratchpad | View Weblogs ]

Thats definitely one way to do it, but I'd usually use dd like this:

dd if=/dev/cdrom of=myimage.iso

Notice that it is using the device, not the directory, and all is well. We covered this previously in our CD-ROM & ISO cookbook.

Steve

[ Parent | Reply to this comment ]

Posted by ajt (204.193.xx.xx) on Wed 20 Feb 2008 at 13:14
[ Send Message | View Weblogs ]
Like Steve I tend to use dd, it seems to work okay.

Out of interest what commands did you try that didn't work?

--
"It's Not Magic, It's Work"
Adam

[ Parent | Reply to this comment ]

Posted by rjc (85.12.xx.xx) on Mon 25 Feb 2008 at 08:44
[ Send Message ]
BTW, 'mkisofs' is no more. It is only an alias for 'genisoimage', unless you're using an outdated system of course.

[ Parent | Reply to this comment ]

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search