Gentoo Archives: gentoo-user

From: Wonko@wonkology.org (Alex Schuster)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
Date: Thu, 16 Mar 2006 10:54:43
Message-Id: 9p-Rg6O9d8B@wonkology.org
In Reply to: [gentoo-user] dd if=/dev/dvd of=backup.iso by Joseph
1 Joseph writes:
2
3 > Is there any limitation in using "dd" to generate backup of DVD (dvd is
4 > 4.7, unencrypted)?
5
6 There should be no limit.
7
8 > If I use:
9 > dd if=/dev/dvd of=backup.iso
10 > I only get about 2Gb file and it stops or freezes, the disk is bout
11 > 4.3Gb
12
13 Are there any syslog or dmesg messages?
14
15 Some ideas:
16
17 Try readcd instead of dd, it's in app-cdr/cdrtools.
18 readcd dev=/dev/dvd -f backup.iso
19
20 Or use dvdisaster (free, get it from http://www.dvdisaster.com/). It
21 is especially useful for bad disks, and doesn't stop when encountering
22 an error. If the image has errors after reading the whole disk, you
23 can read the image again, with another drive if possible, and it will
24 fill the missing parts. It is a graphical application (with a nice
25 rendering of the reading process), but also works on the command line.
26
27 Alex
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] dd if=/dev/dvd of=backup.iso Rasmus Andersen <rasmus@××××××.dk>