Revision [4057]

Last edited on 2011-07-07 08:35:40 by KenFong
Additions:
==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


Revision [4051]

Edited on 2011-07-04 09:35:45 by KenFong
Additions:
==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


Revision [1591]

Edited on 2008-04-01 08:47:03 by WikiAdmin
Additions:
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


Revision [1590]

Edited on 2008-04-01 08:39:21 by WikiAdmin
Additions:
There are actually directly from the man page.
Deletions:
This is actually directly from the man page.


Revision [1589]

The oldest known version of this page was created on 2008-04-01 08:39:03 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki