Re: How to make an iso image of a riff-cdxa cd with dd?
- From: harryedwards <harryedwards.20vj6m@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 22:21:08 +0000
Found the following (full version at
http://www.freebsddiary.org/cdrecord.php)
Data on CDs is written in blocks of 2 kB. By default dd reads 512
bytes at a time, and the CD driver doesn't support this. It would
work if you use bs=2k. For the sake of efficiency, however, you
should select a larger block size, say 64 kB:
dd if=/dev/dvd of=/home/user/cd.iso bs=64k
--
harryedwards
.
- Follow-Ups:
- Re: How to make an iso image of a riff-cdxa cd with dd?
- From: Pedro Santos
- Re: How to make an iso image of a riff-cdxa cd with dd?
- References:
- How to make an iso image of a riff-cdxa cd with dd?
- From: Pedro Santos
- How to make an iso image of a riff-cdxa cd with dd?
- Prev by Date: Re: Considering switch to linux
- Next by Date: Re: emacs el files
- Previous by thread: How to make an iso image of a riff-cdxa cd with dd?
- Next by thread: Re: How to make an iso image of a riff-cdxa cd with dd?
- Index(es):
Relevant Pages
|