Weblog entry #1 for ahialy
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
[ 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.
[ Parent | Reply to this comment ]
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 ]
[ Parent | Reply to this comment ]