Revision [4057]
Last edited on 2011-07-07 08:35:40 by KenFongAdditions:
==Side notes from LinuxJourmal==
There is an article from LinuxJournal that describes additional steps required with creating an iso image, see http://goo.gl/ilgq4
isoinfo -d -i /dev/cdrom
dd if=/dev/cdrom bs=blocksize count=count
of=/path/to/isoimage.iso
There is an article from LinuxJournal that describes additional steps required with creating an iso image, see http://goo.gl/ilgq4
isoinfo -d -i /dev/cdrom
dd if=/dev/cdrom bs=blocksize count=count
of=/path/to/isoimage.iso
Revision [4051]
Edited on 2011-07-04 09:35:45 by KenFongAdditions:
==Create iso from dvd data disc==
The conv options are important. Without them, dd seems to create incomplete image. Brasero handles that automatically. It'll be interested to see what command brasero calls.
dd if=/dev/sr0 of=/out.iso bs=2048 conv=sync,notrunc
The conv options are important. Without them, dd seems to create incomplete image. Brasero handles that automatically. It'll be interested to see what command brasero calls.
dd if=/dev/sr0 of=/out.iso bs=2048 conv=sync,notrunc
Revision [1591]
Edited on 2008-04-01 08:47:03 by WikiAdminAdditions:
Sadly, my first writing failed with the following errors. It's a double layer disc. There goes HK$30 :(
:-[ WRITE@LBA=cd630h failed with SK=3h/ASC=02h/ACQ=00h]: Input/output error
:-( write failed: Input/output error
/dev/scd0: flushing cache
/dev/scd0: updating RMA
/dev/scd0: closing disc
:-[ WRITE@LBA=cd630h failed with SK=3h/ASC=02h/ACQ=00h]: Input/output error
:-( write failed: Input/output error
/dev/scd0: flushing cache
/dev/scd0: updating RMA
/dev/scd0: closing disc
Revision [1590]
Edited on 2008-04-01 08:39:21 by WikiAdminAdditions:
There are actually directly from the man page.