Gentoo Archives: gentoo-user

From: Uwe Thiem <uwix@××××.na>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
Date: Wed, 15 Mar 2006 07:18:19
Message-Id: 200603150820.57547.uwix@iway.na
In Reply to: [gentoo-user] dd if=/dev/dvd of=backup.iso by Joseph
1 On 15 March 2006 00:00, Joseph wrote:
2 > Is there any limitation in using "dd" to generate backup of DVD (dvd is
3 > 4.7, unencrypted)?
4
5 There is not.
6
7 >
8 > If I use:
9 > dd if=/dev/dvd of=backup.iso
10
11 First of all, I would add the "bs" option to increase the buffer and therefore
12 speed. Something like:
13 dd bs=100000 if=/dev/dvd of=backup.iso
14
15 > I only get about 2Gb file and it stops or freezes, the disk is bout
16 > 4.3Gb
17
18 That would indicate read errors. Is the dvd scratched or dirty? Wash it with
19 lukewarm water and dishwasher liquid and try again.
20
21 Also: You have a iso like my.iso that you have burnt to a dvd. Now you read it
22 back to back.iso and compare checksums to make sure the dvd has been burnt
23 correctly, you will almost always get an error. Reason is that dd reads a
24 couple of bytes of trailing garbadge back. :-(
25
26 Uwe
27
28 --
29 Why do consumers keep buying products they will live to curse?
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dd if=/dev/dvd of=backup.iso Joseph <syscon@×××××××××.com>