* [gentoo-user] dd if=/dev/dvd of=backup.iso
@ 2006-03-14 22:00 Joseph
2006-03-14 23:14 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 31+ messages in thread
From: Joseph @ 2006-03-14 22:00 UTC (permalink / raw
To: gentoo
Is there any limitation in using "dd" to generate backup of DVD (dvd is
4.7, unencrypted)?
If I use:
dd if=/dev/dvd of=backup.iso
I only get about 2Gb file and it stops or freezes, the disk is bout
4.3Gb
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 22:00 [gentoo-user] dd if=/dev/dvd of=backup.iso Joseph
@ 2006-03-14 23:14 ` Neil Bothwick
2006-03-14 23:31 ` Joseph
2006-03-15 6:20 ` Uwe Thiem
2006-03-16 10:49 ` Alex Schuster
2 siblings, 1 reply; 31+ messages in thread
From: Neil Bothwick @ 2006-03-14 23:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
On Tue, 14 Mar 2006 15:00:08 -0700, Joseph wrote:
> If I use:
> dd if=/dev/dvd of=backup.iso
> I only get about 2Gb file and it stops or freezes, the disk is bout
> 4.3Gb
Is it the same size every time? Is is the same with different discs? It
could be a fault on the disc. I usually use "cp /dev/dvd file.iso" but dd
has always worked for me in the past, albeit slightly slower (even with a
larger block size).
--
Neil Bothwick
Support bacteria - they're the only culture some people have.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 23:14 ` Neil Bothwick
@ 2006-03-14 23:31 ` Joseph
2006-03-15 4:50 ` Ghaith Hachem
2006-03-15 9:23 ` Harald Arnesen
0 siblings, 2 replies; 31+ messages in thread
From: Joseph @ 2006-03-14 23:31 UTC (permalink / raw
To: gentoo-user
On Tue, 2006-03-14 at 23:14 +0000, Neil Bothwick wrote:
> On Tue, 14 Mar 2006 15:00:08 -0700, Joseph wrote:
>
> > If I use:
> > dd if=/dev/dvd of=backup.iso
> > I only get about 2Gb file and it stops or freezes, the disk is bout
> > 4.3Gb
>
> Is it the same size every time? Is is the same with different discs? It
> could be a fault on the disc. I usually use "cp /dev/dvd file.iso" but dd
> has always worked for me in the past, albeit slightly slower (even with a
> larger block size).
Yes, almost the same size.
I know there is a file size limit on ext2 but I'm using ext3, so there
shouldn't be a problem.
If I try "cp /dev/hdc file.iso" I get an error:
cp: reading "/dev/hdc' : Input/output error
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 23:31 ` Joseph
@ 2006-03-15 4:50 ` Ghaith Hachem
2006-03-15 5:47 ` Glenn Enright
2006-03-15 9:23 ` Harald Arnesen
1 sibling, 1 reply; 31+ messages in thread
From: Ghaith Hachem @ 2006-03-15 4:50 UTC (permalink / raw
To: gentoo-user
On 3/15/06, Joseph <syscon@interbaun.com> wrote:
> If I try "cp /dev/hdc file.iso" I get an error:
> cp: reading "/dev/hdc' : Input/output error
there's a problem with the disk then it's not reading it
> --
> #Joseph
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Cheers,
Ghaith
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 4:50 ` Ghaith Hachem
@ 2006-03-15 5:47 ` Glenn Enright
2006-03-15 21:50 ` Joseph
0 siblings, 1 reply; 31+ messages in thread
From: Glenn Enright @ 2006-03-15 5:47 UTC (permalink / raw
To: gentoo-user
On Wednesday 15 March 2006 17:50, Ghaith Hachem wrote:
> On 3/15/06, Joseph <syscon@interbaun.com> wrote:
> > If I try "cp /dev/hdc file.iso" I get an error:
> > cp: reading "/dev/hdc' : Input/output error
>
> there's a problem with the disk then it's not reading it
the disk is unmounted right?
--
Chance is perhaps the work of God when He did not want to sign.
-- Anatole France
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 22:00 [gentoo-user] dd if=/dev/dvd of=backup.iso Joseph
2006-03-14 23:14 ` Neil Bothwick
@ 2006-03-15 6:20 ` Uwe Thiem
2006-03-15 22:04 ` Joseph
2006-03-16 10:49 ` Alex Schuster
2 siblings, 1 reply; 31+ messages in thread
From: Uwe Thiem @ 2006-03-15 6:20 UTC (permalink / raw
To: gentoo-user
On 15 March 2006 00:00, Joseph wrote:
> Is there any limitation in using "dd" to generate backup of DVD (dvd is
> 4.7, unencrypted)?
There is not.
>
> If I use:
> dd if=/dev/dvd of=backup.iso
First of all, I would add the "bs" option to increase the buffer and therefore
speed. Something like:
dd bs=100000 if=/dev/dvd of=backup.iso
> I only get about 2Gb file and it stops or freezes, the disk is bout
> 4.3Gb
That would indicate read errors. Is the dvd scratched or dirty? Wash it with
lukewarm water and dishwasher liquid and try again.
Also: You have a iso like my.iso that you have burnt to a dvd. Now you read it
back to back.iso and compare checksums to make sure the dvd has been burnt
correctly, you will almost always get an error. Reason is that dd reads a
couple of bytes of trailing garbadge back. :-(
Uwe
--
Why do consumers keep buying products they will live to curse?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 23:31 ` Joseph
2006-03-15 4:50 ` Ghaith Hachem
@ 2006-03-15 9:23 ` Harald Arnesen
2006-03-15 21:51 ` Joseph
1 sibling, 1 reply; 31+ messages in thread
From: Harald Arnesen @ 2006-03-15 9:23 UTC (permalink / raw
To: gentoo-user
Joseph <syscon@interbaun.com> writes:
> On Tue, 2006-03-14 at 23:14 +0000, Neil Bothwick wrote:
>> On Tue, 14 Mar 2006 15:00:08 -0700, Joseph wrote:
>>
>> > If I use:
>> > dd if=/dev/dvd of=backup.iso
>> > I only get about 2Gb file and it stops or freezes, the disk is bout
>> > 4.3Gb
>>
>> Is it the same size every time? Is is the same with different discs? It
>> could be a fault on the disc. I usually use "cp /dev/dvd file.iso" but dd
>> has always worked for me in the past, albeit slightly slower (even with a
>> larger block size).
>
> Yes, almost the same size.
> I know there is a file size limit on ext2 but I'm using ext3, so there
> shouldn't be a problem.
> If I try "cp /dev/hdc file.iso" I get an error:
> cp: reading "/dev/hdc' : Input/output error
Have you verified that your file system supports files larger than 2GB?
Try the following:
$ dd if=/dev/zero of=largefile bs=1M count=5000
--
Hilsen Harald.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 5:47 ` Glenn Enright
@ 2006-03-15 21:50 ` Joseph
2006-03-15 22:25 ` Neil Bothwick
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-15 21:50 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-03-15 at 18:47 +1300, Glenn Enright wrote:
> On Wednesday 15 March 2006 17:50, Ghaith Hachem wrote:
> > On 3/15/06, Joseph <syscon@interbaun.com> wrote:
> > > If I try "cp /dev/hdc file.iso" I get an error:
> > > cp: reading "/dev/hdc' : Input/output error
> >
> > there's a problem with the disk then it's not reading it
>
> the disk is unmounted right?
Yes, the disk is unmounted. I have the same problem on x86 and AMD64.
There are no scratches on the disk.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 9:23 ` Harald Arnesen
@ 2006-03-15 21:51 ` Joseph
0 siblings, 0 replies; 31+ messages in thread
From: Joseph @ 2006-03-15 21:51 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-03-15 at 10:23 +0100, Harald Arnesen wrote:
> Joseph <syscon@interbaun.com> writes:
>
> > On Tue, 2006-03-14 at 23:14 +0000, Neil Bothwick wrote:
> >> On Tue, 14 Mar 2006 15:00:08 -0700, Joseph wrote:
> >>
> >> > If I use:
> >> > dd if=/dev/dvd of=backup.iso
> >> > I only get about 2Gb file and it stops or freezes, the disk is bout
> >> > 4.3Gb
> >>
> >> Is it the same size every time? Is is the same with different discs? It
> >> could be a fault on the disc. I usually use "cp /dev/dvd file.iso" but dd
> >> has always worked for me in the past, albeit slightly slower (even with a
> >> larger block size).
> >
> > Yes, almost the same size.
> > I know there is a file size limit on ext2 but I'm using ext3, so there
> > shouldn't be a problem.
> > If I try "cp /dev/hdc file.iso" I get an error:
> > cp: reading "/dev/hdc' : Input/output error
>
> Have you verified that your file system supports files larger than 2GB?
> Try the following:
>
> $ dd if=/dev/zero of=largefile bs=1M count=5000
> --
> Hilsen Harald.
Yes, that command worked, it gave me 5Gb file
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 6:20 ` Uwe Thiem
@ 2006-03-15 22:04 ` Joseph
2006-03-15 22:19 ` Nick Rout
2006-03-15 22:30 ` Eric Bliss
0 siblings, 2 replies; 31+ messages in thread
From: Joseph @ 2006-03-15 22:04 UTC (permalink / raw
To: gentoo-user
> > If I use:
> > dd if=/dev/dvd of=backup.iso
>
> First of all, I would add the "bs" option to increase the buffer and therefore
> speed. Something like:
> dd bs=100000 if=/dev/dvd of=backup.iso
No, this command didn't work either, I got about 700Mb and it quit,
though the light in the drive was flashing nothing was copied to ISO
file.
>
> > I only get about 2Gb file and it stops or freezes, the disk is bout
> > 4.3Gb
>
> That would indicate read errors. Is the dvd scratched or dirty? Wash it with
> lukewarm water and dishwasher liquid and try again.
DVD is brand new, no scratches.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:04 ` Joseph
@ 2006-03-15 22:19 ` Nick Rout
2006-03-15 22:55 ` Joseph
2006-03-15 22:30 ` Eric Bliss
1 sibling, 1 reply; 31+ messages in thread
From: Nick Rout @ 2006-03-15 22:19 UTC (permalink / raw
To: gentoo-user
On Wed, 15 Mar 2006 15:04:06 -0700
Joseph wrote:
> > > If I use:
> > > dd if=/dev/dvd of=backup.iso
> >
> > First of all, I would add the "bs" option to increase the buffer and therefore
> > speed. Something like:
> > dd bs=100000 if=/dev/dvd of=backup.iso
>
> No, this command didn't work either, I got about 700Mb and it quit,
> though the light in the drive was flashing nothing was copied to ISO
> file.
>
> >
> > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > 4.3Gb
> >
> > That would indicate read errors. Is the dvd scratched or dirty? Wash it with
> > lukewarm water and dishwasher liquid and try again.
>
> DVD is brand new, no scratches.
could be the reader then? Do you have another computer with a dvd drive
and 4.7g available space?
these things are fiddly, there are billions of little holes and a laser
light reading them. There are manufacturing tolerances in the reader and
the disk. There are imperfect firmwares in the drives. In short,
sometimes a particular disk and a particular drive just don't get on.
The drives also get old and tired. IMHO you need to be prepared to throw
the drive out after some indeterminate (but not long enough) period and
get a new one.
Is this a movie or data? Have you tried just mounting then copying the
files to your hard drive. This might identify where on the disk things
are going wrong. If it is a small or unimportant file you might still
have an effective backup.
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 21:50 ` Joseph
@ 2006-03-15 22:25 ` Neil Bothwick
0 siblings, 0 replies; 31+ messages in thread
From: Neil Bothwick @ 2006-03-15 22:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 340 bytes --]
On Wed, 15 Mar 2006 14:50:59 -0700, Joseph wrote:
> Yes, the disk is unmounted. I have the same problem on x86 and AMD64.
> There are no scratches on the disk.
Have you tried another disc? I asked this before but you haven't
mentioned it.
--
Neil Bothwick
Time for a diet! -- [NO FLABBIER].
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:04 ` Joseph
2006-03-15 22:19 ` Nick Rout
@ 2006-03-15 22:30 ` Eric Bliss
2006-03-15 23:03 ` Joseph
1 sibling, 1 reply; 31+ messages in thread
From: Eric Bliss @ 2006-03-15 22:30 UTC (permalink / raw
To: gentoo-user
On Wednesday 15 March 2006 14:04, Joseph wrote:
> > > If I use:
> > > dd if=/dev/dvd of=backup.iso
> >
> > First of all, I would add the "bs" option to increase the buffer and
therefore
> > speed. Something like:
> > dd bs=100000 if=/dev/dvd of=backup.iso
>
> No, this command didn't work either, I got about 700Mb and it quit,
> though the light in the drive was flashing nothing was copied to ISO
> file.
>
> >
> > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > 4.3Gb
> >
> > That would indicate read errors. Is the dvd scratched or dirty? Wash it
with
> > lukewarm water and dishwasher liquid and try again.
>
> DVD is brand new, no scratches.
>
You said earlier that the disk was unencrypted. Is it a disk that you made,
or a disk that you purchased? I ask because I heard a while back that some
DVD manufacturers would create their disks with intensionally bad sectors as
a kind of copy protection. You could be running into a problem with that, if
it's a manufactured disk rather than a burned disk.
--
Eric Bliss
systems design and integration,
CreativeCow.Net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:19 ` Nick Rout
@ 2006-03-15 22:55 ` Joseph
2006-03-15 23:06 ` Nick Rout
` (2 more replies)
0 siblings, 3 replies; 31+ messages in thread
From: Joseph @ 2006-03-15 22:55 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-16 at 11:19 +1300, Nick Rout wrote:
> On Wed, 15 Mar 2006 15:04:06 -0700
> Joseph wrote:
>
> > > > If I use:
> > > > dd if=/dev/dvd of=backup.iso
> > >
> > > First of all, I would add the "bs" option to increase the buffer and therefore
> > > speed. Something like:
> > > dd bs=100000 if=/dev/dvd of=backup.iso
> >
> > No, this command didn't work either, I got about 700Mb and it quit,
> > though the light in the drive was flashing nothing was copied to ISO
> > file.
> >
> > >
> > > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > > 4.3Gb
> > >
> > > That would indicate read errors. Is the dvd scratched or dirty? Wash it with
> > > lukewarm water and dishwasher liquid and try again.
> >
> > DVD is brand new, no scratches.
>
> could be the reader then? Do you have another computer with a dvd drive
> and 4.7g available space?
Yes, I've tired on two different systems, one is x86 and the other amd64
with similar result on both of them; the copying stops at some point and
doesn't go any further.
One system has Philips DVD drive and the other one has BenQ DVD
I can burn perfect DVD every time but getting it back in form of ISO
from DVD is a pain - IMPOSSIBLE.
> these things are fiddly, there are billions of little holes and a laser
> light reading them. There are manufacturing tolerances in the reader and
> the disk. There are imperfect firmwares in the drives. In short,
> sometimes a particular disk and a particular drive just don't get on.
> The drives also get old and tired. IMHO you need to be prepared to throw
> the drive out after some indeterminate (but not long enough) period and
> get a new one.
>
> Is this a movie or data? Have you tried just mounting then copying the
> files to your hard drive. This might identify where on the disk things
> are going wrong. If it is a small or unimportant file you might still
> have an effective backup.
I can mount the DVD without any problems. I created the DVD using
dvd-slideshow and it worked perfectly.
I can rip VOB's from the DVD using k3b or dvdrip; works in both
programs.
So I can recreate the DVD but what bugs me that I can not make a backup
to an ISO file using command line.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:30 ` Eric Bliss
@ 2006-03-15 23:03 ` Joseph
0 siblings, 0 replies; 31+ messages in thread
From: Joseph @ 2006-03-15 23:03 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-03-15 at 14:30 -0800, Eric Bliss wrote:
> On Wednesday 15 March 2006 14:04, Joseph wrote:
> > > > If I use:
> > > > dd if=/dev/dvd of=backup.iso
> > >
> > > First of all, I would add the "bs" option to increase the buffer and
> therefore
> > > speed. Something like:
> > > dd bs=100000 if=/dev/dvd of=backup.iso
> >
> > No, this command didn't work either, I got about 700Mb and it quit,
> > though the light in the drive was flashing nothing was copied to ISO
> > file.
> >
> > >
> > > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > > 4.3Gb
> > >
> > > That would indicate read errors. Is the dvd scratched or dirty? Wash it
> with
> > > lukewarm water and dishwasher liquid and try again.
> >
> > DVD is brand new, no scratches.
> >
>
> You said earlier that the disk was unencrypted. Is it a disk that you made,
> or a disk that you purchased? I ask because I heard a while back that some
> DVD manufacturers would create their disks with intensionally bad sectors as
> a kind of copy protection. You could be running into a problem with that, if
> it's a manufactured disk rather than a burned disk.
No, the disk (DVD) IS NOT encrypted, I created is using dvd-slideshow
(some family photos), so the original ISO that I burn to DVD disk was
about 4.3GB.
For curiosity I tried to get it back from DVD to ISO file and I run onto
problems that I can not solve.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:55 ` Joseph
@ 2006-03-15 23:06 ` Nick Rout
2006-03-16 0:24 ` Joseph
2006-03-16 0:54 ` Iain Buchanan
2006-03-16 12:35 ` Matthias Bethke
2 siblings, 1 reply; 31+ messages in thread
From: Nick Rout @ 2006-03-15 23:06 UTC (permalink / raw
To: gentoo-user
On Wed, 15 Mar 2006 15:55:17 -0700
Joseph wrote:
> On Thu, 2006-03-16 at 11:19 +1300, Nick Rout wrote:
> > On Wed, 15 Mar 2006 15:04:06 -0700
> > Joseph wrote:
> >
> > > > > If I use:
> > > > > dd if=/dev/dvd of=backup.iso
> > > >
> > > > First of all, I would add the "bs" option to increase the buffer and therefore
> > > > speed. Something like:
> > > > dd bs=100000 if=/dev/dvd of=backup.iso
> > >
> > > No, this command didn't work either, I got about 700Mb and it quit,
> > > though the light in the drive was flashing nothing was copied to ISO
> > > file.
> > >
> > > >
> > > > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > > > 4.3Gb
> > > >
> > > > That would indicate read errors. Is the dvd scratched or dirty? Wash it with
> > > > lukewarm water and dishwasher liquid and try again.
> > >
> > > DVD is brand new, no scratches.
> >
> > could be the reader then? Do you have another computer with a dvd drive
> > and 4.7g available space?
>
> Yes, I've tired on two different systems, one is x86 and the other amd64
> with similar result on both of them; the copying stops at some point and
> doesn't go any further.
> One system has Philips DVD drive and the other one has BenQ DVD
>
> I can burn perfect DVD every time but getting it back in form of ISO
> from DVD is a pain - IMPOSSIBLE.
>
> > these things are fiddly, there are billions of little holes and a laser
> > light reading them. There are manufacturing tolerances in the reader and
> > the disk. There are imperfect firmwares in the drives. In short,
> > sometimes a particular disk and a particular drive just don't get on.
> > The drives also get old and tired. IMHO you need to be prepared to throw
> > the drive out after some indeterminate (but not long enough) period and
> > get a new one.
> >
> > Is this a movie or data? Have you tried just mounting then copying the
> > files to your hard drive. This might identify where on the disk things
> > are going wrong. If it is a small or unimportant file you might still
> > have an effective backup.
>
> I can mount the DVD without any problems. I created the DVD using
> dvd-slideshow and it worked perfectly.
> I can rip VOB's from the DVD using k3b or dvdrip; works in both
> programs.
> So I can recreate the DVD but what bugs me that I can not make a backup
> to an ISO file using command line.
OK I see you have considered most of the possibilities i considered.
how about:
mount /dev/dvd /mnt/dvd
mkisofs -o mydvd.iso /mnt/dvd
(disclaimer, other options might be needed. is mkisofs even the right
program for dvd's? k3b is making me lazy)
>
> --
> #Joseph
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 23:06 ` Nick Rout
@ 2006-03-16 0:24 ` Joseph
2006-03-16 0:41 ` Nick Rout
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-16 0:24 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-16 at 12:06 +1300, Nick Rout wrote:
> On Wed, 15 Mar 2006 15:55:17 -0700
> Joseph wrote:
>
> > On Thu, 2006-03-16 at 11:19 +1300, Nick Rout wrote:
> > > On Wed, 15 Mar 2006 15:04:06 -0700
> > > Joseph wrote:
> > >
> > > > > > If I use:
> > > > > > dd if=/dev/dvd of=backup.iso
> > > > >
> > > > > First of all, I would add the "bs" option to increase the buffer and therefore
> > > > > speed. Something like:
> > > > > dd bs=100000 if=/dev/dvd of=backup.iso
> > > >
> > > > No, this command didn't work either, I got about 700Mb and it quit,
> > > > though the light in the drive was flashing nothing was copied to ISO
> > > > file.
> > > >
> > > > >
> > > > > > I only get about 2Gb file and it stops or freezes, the disk is bout
> > > > > > 4.3Gb
> > > > >
> > > > > That would indicate read errors. Is the dvd scratched or dirty? Wash it with
> > > > > lukewarm water and dishwasher liquid and try again.
> > > >
> > > > DVD is brand new, no scratches.
> > >
> > > could be the reader then? Do you have another computer with a dvd drive
> > > and 4.7g available space?
> >
> > Yes, I've tired on two different systems, one is x86 and the other amd64
> > with similar result on both of them; the copying stops at some point and
> > doesn't go any further.
> > One system has Philips DVD drive and the other one has BenQ DVD
> >
> > I can burn perfect DVD every time but getting it back in form of ISO
> > from DVD is a pain - IMPOSSIBLE.
> >
> > > these things are fiddly, there are billions of little holes and a laser
> > > light reading them. There are manufacturing tolerances in the reader and
> > > the disk. There are imperfect firmwares in the drives. In short,
> > > sometimes a particular disk and a particular drive just don't get on.
> > > The drives also get old and tired. IMHO you need to be prepared to throw
> > > the drive out after some indeterminate (but not long enough) period and
> > > get a new one.
> > >
> > > Is this a movie or data? Have you tried just mounting then copying the
> > > files to your hard drive. This might identify where on the disk things
> > > are going wrong. If it is a small or unimportant file you might still
> > > have an effective backup.
> >
> > I can mount the DVD without any problems. I created the DVD using
> > dvd-slideshow and it worked perfectly.
> > I can rip VOB's from the DVD using k3b or dvdrip; works in both
> > programs.
> > So I can recreate the DVD but what bugs me that I can not make a backup
> > to an ISO file using command line.
>
> OK I see you have considered most of the possibilities i considered.
>
> how about:
>
> mount /dev/dvd /mnt/dvd
> mkisofs -o mydvd.iso /mnt/dvd
>
> (disclaimer, other options might be needed. is mkisofs even the right
> program for dvd's? k3b is making me lazy)
Good try, but it didn't work either.
When, I mount the DVD and try:
mkisofs -o mydvd.iso /mnt/dvdr/
I get:
mkisofs: Input/output error. can not read from
'/mnt/dvdr/video_ts/vts_01_0.bup'
I run out of ideas as well how to copy (my own) DVD to iso file.
Thanks to all who responded, I'll put this case to rest I think.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 0:24 ` Joseph
@ 2006-03-16 0:41 ` Nick Rout
0 siblings, 0 replies; 31+ messages in thread
From: Nick Rout @ 2006-03-16 0:41 UTC (permalink / raw
To: gentoo-user
On Wed, 15 Mar 2006 17:24:12 -0700
Joseph wrote:
>
> Good try, but it didn't work either.
> When, I mount the DVD and try:
> mkisofs -o mydvd.iso /mnt/dvdr/
> I get:
> mkisofs: Input/output error. can not read from
> '/mnt/dvdr/video_ts/vts_01_0.bup'
>
> I run out of ideas as well how to copy (my own) DVD to iso file.
>
> Thanks to all who responded, I'll put this case to rest I think.
Just to flog a dead horse, I suspect that there is indeed some error on
the dvd and that it is in the file video_ts/vts_01_0.bup
It may be that the error is insufficient to matter on playback (after
all, whats a few frames of video between friends, the eye hardly notices
it ), but when the computer actually needs a bitwise copy it barfs?
>
> --
> #Joseph
> --
> gentoo-user@gentoo.org mailing list
--
Nick Rout <nick@rout.co.nz>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:55 ` Joseph
2006-03-15 23:06 ` Nick Rout
@ 2006-03-16 0:54 ` Iain Buchanan
2006-03-16 5:53 ` Ghaith Hachem
2006-03-16 12:35 ` Matthias Bethke
2 siblings, 1 reply; 31+ messages in thread
From: Iain Buchanan @ 2006-03-16 0:54 UTC (permalink / raw
To: gentoo-user
On Wed, 2006-03-15 at 15:55 -0700, Joseph wrote:
> I can mount the DVD without any problems. I created the DVD using
> dvd-slideshow and it worked perfectly.
> I can rip VOB's from the DVD using k3b or dvdrip; works in both
> programs.
> So I can recreate the DVD but what bugs me that I can not make a backup
> to an ISO file using command line.
Have you considered this?:
dd doesn't do any sort of error checking or retrying, therefore the
first hiccup it runs into may make it stop, and that's that.
You could mount it and use mkisofs from the command line?
--
Iain Buchanan <iain at netspace dot net dot au>
A good name lost is seldom regained. When character is gone,
all is gone, and one of the richest jewels of life is lost forever.
-- J. Hawes
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 0:54 ` Iain Buchanan
@ 2006-03-16 5:53 ` Ghaith Hachem
0 siblings, 0 replies; 31+ messages in thread
From: Ghaith Hachem @ 2006-03-16 5:53 UTC (permalink / raw
To: gentoo-user
This might sound weird but yesterday i was making an iso out of a
700MB cdrom with the cp /dev/hda command it gave an error then i
started gnome cd master and did the image it copied normally it
happened to 2 cds so try that
--
Cheers,
Ghaith
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-14 22:00 [gentoo-user] dd if=/dev/dvd of=backup.iso Joseph
2006-03-14 23:14 ` Neil Bothwick
2006-03-15 6:20 ` Uwe Thiem
@ 2006-03-16 10:49 ` Alex Schuster
2006-03-16 14:24 ` Rasmus Andersen
2 siblings, 1 reply; 31+ messages in thread
From: Alex Schuster @ 2006-03-16 10:49 UTC (permalink / raw
To: gentoo-user
Joseph writes:
> Is there any limitation in using "dd" to generate backup of DVD (dvd is
> 4.7, unencrypted)?
There should be no limit.
> If I use:
> dd if=/dev/dvd of=backup.iso
> I only get about 2Gb file and it stops or freezes, the disk is bout
> 4.3Gb
Are there any syslog or dmesg messages?
Some ideas:
Try readcd instead of dd, it's in app-cdr/cdrtools.
readcd dev=/dev/dvd -f backup.iso
Or use dvdisaster (free, get it from http://www.dvdisaster.com/). It
is especially useful for bad disks, and doesn't stop when encountering
an error. If the image has errors after reading the whole disk, you
can read the image again, with another drive if possible, and it will
fill the missing parts. It is a graphical application (with a nice
rendering of the reading process), but also works on the command line.
Alex
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-15 22:55 ` Joseph
2006-03-15 23:06 ` Nick Rout
2006-03-16 0:54 ` Iain Buchanan
@ 2006-03-16 12:35 ` Matthias Bethke
2 siblings, 0 replies; 31+ messages in thread
From: Matthias Bethke @ 2006-03-16 12:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 771 bytes --]
Hi Joseph,
on Wednesday, 2006-03-15 at 15:55:17, you wrote:
> > could be the reader then? Do you have another computer with a dvd drive
> > and 4.7g available space?
>
> Yes, I've tired on two different systems, one is x86 and the other amd64
> with similar result on both of them; the copying stops at some point and
> doesn't go any further.
Could it be that it's supposed to be like this? Some kiind of copy
protection using bad blocks that are unused in the file system so in
normal use you never run into them, but you do when trying to get an
image? Stuff like this has been common since the C64 age.
cheers!
Matthias
--
I prefer encrypted and signed messages. KeyID: FAC37665
Fingerprint: 8C16 3F0A A6FC DF0D 19B0 8DEF 48D9 1700 FAC3 7665
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 10:49 ` Alex Schuster
@ 2006-03-16 14:24 ` Rasmus Andersen
2006-03-16 16:43 ` Joseph
0 siblings, 1 reply; 31+ messages in thread
From: Rasmus Andersen @ 2006-03-16 14:24 UTC (permalink / raw
To: gentoo-user
On Thu, Mar 16, 2006 at 11:49:00AM +0100, Alex Schuster wrote:
> Or use dvdisaster (free, get it from http://www.dvdisaster.com/). It
> is especially useful for bad disks, and doesn't stop when encountering
> an error.
I havent followed this thread closely but have the 'conv=noerror' option
to dd been tried?
Cheers,
Rasmus
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 14:24 ` Rasmus Andersen
@ 2006-03-16 16:43 ` Joseph
2006-03-16 16:58 ` Neil Bothwick
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-16 16:43 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-16 at 15:24 +0100, Rasmus Andersen wrote:
> On Thu, Mar 16, 2006 at 11:49:00AM +0100, Alex Schuster wrote:
> > Or use dvdisaster (free, get it from http://www.dvdisaster.com/). It
> > is especially useful for bad disks, and doesn't stop when encountering
> > an error.
>
> I havent followed this thread closely but have the 'conv=noerror' option
> to dd been tried?
Good try, thank. But the output is the same, I got only about 846MB out
of 4.7Gb DVD and it stopped with Input/output error
I don't think that I would ever try to rely on DVD as a backup medium
after my simple experience.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 16:43 ` Joseph
@ 2006-03-16 16:58 ` Neil Bothwick
2006-03-16 18:11 ` Joseph
0 siblings, 1 reply; 31+ messages in thread
From: Neil Bothwick @ 2006-03-16 16:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 326 bytes --]
On Thu, 16 Mar 2006 09:43:53 -0700, Joseph wrote:
> Good try, thank. But the output is the same, I got only about 846MB out
> of 4.7Gb DVD and it stopped with Input/output error
Is it the same place on every disc?
--
Neil Bothwick
"Ubuntu" is an ancient African word, meaning "I can't configure
Slackware".
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 16:58 ` Neil Bothwick
@ 2006-03-16 18:11 ` Joseph
2006-03-17 3:52 ` Boyd Stephen Smith Jr.
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-16 18:11 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-16 at 16:58 +0000, Neil Bothwick wrote:
> On Thu, 16 Mar 2006 09:43:53 -0700, Joseph wrote:
>
> > Good try, thank. But the output is the same, I got only about 846MB out
> > of 4.7Gb DVD and it stopped with Input/output error
>
> Is it the same place on every disc?
NEW INFORMATION
I've tried the same command
dd conv=noerror if=/dev/cdroms/cdrom0 of=family.iso
on x86 (different machine) and I was able to copy 2.6Gb to iso file; so
it stopped in different location.
However, in one of your previous email you suggested I try:
# mkisofs -o mydvd.iso /mnt/dvdr/
so I did and the system stopped (on amd64 machine) with Input/output
error. can not read from '/mnt/dvdr/video_ts/vts_01_0.bup'
Following you suggestion
----quote---
Just to flog a dead horse, I suspect that there is indeed some error on
the dvd and that it is in the file video_ts/vts_01_0.bup
It may be that the error is insufficient to matter on playback (after
all, whats a few frames of video between friends, the eye hardly notices
it ), but when the computer actually needs a bitwise copy it barfs?
---end qutoe---
That was good suggestion, so I rebooted the amd64-machine (just to make
sure not process is left running from previous operations), mounted the
DVD:
# mount /dev/hdc /mnt/dvdr and I've tried to copy that file
'video_ts/vts_01_0.bup' and I could not, I got Input/output error.
# cp: reading /mnt/dvdr/video_ts/vts_01_0.bup': Input/output error
However, when I repeated the same process on x86-machine it copied just
fine:
# cp /mnt/cdrom/VIDEO_TS/VTS_01_0.BUP .
# ll
total 2759652
-r--r--r-- 1 root root 126976 Mar 16 10:34 VTS_01_0.BUP
It copies the same file without any problem
The strange part is that when I mount the same DVD in amd64-machine all
directory and files are listed in small letters (and I know they should
be all CAPS).
# ll /mnt/cdrom/video_ts/
total 4211042
-r-xr-xr-x 1 root root 12288 Jan 27 12:37 video_ts.bup
-r-xr-xr-x 1 root root 12288 Jan 27 12:37 video_ts.ifo
-r-xr-xr-x 1 root root 114688 Jan 27 12:37 video_ts.bob
-r-xr-xr-x 1 root root 126976 Jan 27 12:33 vts_01_0.bup
...
But when I mount the same DVD on x86-machine it list the directory and
files in CAPS as it should
# ll /mnt/cdrom/VIDEO_TS/
total 4211042
-r--r--r-- 1 4294967295 4294967295 12288 Jan 27 12:37 VIDEO_TS.BUP
-r--r--r-- 1 4294967295 4294967295 12288 Jan 27 12:37 VIDEO_TS.IFO
-r--r--r-- 1 4294967295 4294967295 114688 Jan 27 12:37 VIDEO_TS.VOB
-r--r--r-- 1 4294967295 4294967295 126976 Jan 27 12:33 VTS_01_0.BUP
...
Though, I don't see what difference it could make, but why one machine
list the files and directories in small letter and the other one in
caps.
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-16 18:11 ` Joseph
@ 2006-03-17 3:52 ` Boyd Stephen Smith Jr.
2006-03-17 17:39 ` Joseph
0 siblings, 1 reply; 31+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-17 3:52 UTC (permalink / raw
To: gentoo-user
On Thursday 16 March 2006 12:11, Joseph <syscon@interbaun.com> wrote about
'Re: [gentoo-user] dd if=/dev/dvd of=backup.iso':
> The strange part is that when I mount the same DVD in amd64-machine all
> directory and files are listed in small letters (and I know they should
> be all CAPS).
>
> Though, I don't see what difference it could make, but why one machine
> list the files and directories in small letter and the other one in
> caps.
One machine is mounting as iso9660; the other is mounting as UDF. The one
mounting as UDF is more correct. This won't make a difference to dd
(since it operates below the file system) but would affect cp, ll, or any
other program that required the drive to be mounted.
I used to rip DVDs and CDs using dd w/ conv=noerror. I find I actually get
better results with a tool designed to read CDs specifically. I don't
know if it is because they better moderate the speed of the drive, or if
they are simply cognizant of the error correction bits on the disk, but
I'll never go back to reading CDs or DVDs with dd again.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-17 3:52 ` Boyd Stephen Smith Jr.
@ 2006-03-17 17:39 ` Joseph
2006-03-18 2:48 ` Boyd Stephen Smith Jr.
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-17 17:39 UTC (permalink / raw
To: gentoo-user
On Thu, 2006-03-16 at 21:52 -0600, Boyd Stephen Smith Jr. wrote:
> On Thursday 16 March 2006 12:11, Joseph <syscon@interbaun.com> wrote about
> 'Re: [gentoo-user] dd if=/dev/dvd of=backup.iso':
> > The strange part is that when I mount the same DVD in amd64-machine all
> > directory and files are listed in small letters (and I know they should
> > be all CAPS).
> >
> > Though, I don't see what difference it could make, but why one machine
> > list the files and directories in small letter and the other one in
> > caps.
>
> One machine is mounting as iso9660; the other is mounting as UDF. The one
> mounting as UDF is more correct. This won't make a difference to dd
> (since it operates below the file system) but would affect cp, ll, or any
> other program that required the drive to be mounted.
That would explain but according to my fstab file both should be mount
as iso9660 type; my x-86 system had entry (showing file in CAP
LETTERS):
/dev/cdroms/cdrom0 /mnt/cdrom iso9660
my amd64 fstab entry (showing all small letters):
/dev/cdroms/cdrom0 /mnt/cdrom iso9660
/dev/pktcdvd/0 /mnt/cdrw udf
/dev/hdc /mnt/dvdr iso9660
on amd64 is used: mount /dev/hdc /mnt/dvdr so it should be mounted
as iso9660 the same line x86-system.
> I used to rip DVDs and CDs using dd w/ conv=noerror. I find I actually get
> better results with a tool designed to read CDs specifically. I don't
> know if it is because they better moderate the speed of the drive, or if
> they are simply cognizant of the error correction bits on the disk, but
> I'll never go back to reading CDs or DVDs with dd again.
What program are you using to make iso backup k9copy?
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-17 17:39 ` Joseph
@ 2006-03-18 2:48 ` Boyd Stephen Smith Jr.
2006-03-18 5:13 ` Joseph
0 siblings, 1 reply; 31+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-18 2:48 UTC (permalink / raw
To: gentoo-user
On Friday 17 March 2006 11:39, Joseph <syscon@interbaun.com> wrote about
'Re: [gentoo-user] dd if=/dev/dvd of=backup.iso':
> On Thu, 2006-03-16 at 21:52 -0600, Boyd Stephen Smith Jr. wrote:
> > On Thursday 16 March 2006 12:11, Joseph <syscon@interbaun.com> wrote
> > about
> > 'Re: [gentoo-user] dd if=/dev/dvd of=backup.iso':
> > > Though, I don't see what difference it could make, but why one
> > > machine list the files and directories in small letter and the other
> > > one in caps.
> >
> > One machine is mounting as iso9660; the other is mounting as UDF. The
> > one mounting as UDF is more correct.
>
> That would explain but according to my fstab file both should be mount
> as iso9660 type;
It does explain it. I've done it many a time.
> my amd64 fstab entry (showing all small letters):
> /dev/cdroms/cdrom0 /mnt/cdrom iso9660
> /dev/pktcdvd/0 /mnt/cdrw udf
> /dev/hdc /mnt/dvdr iso9660
>
> on amd64 is used: mount /dev/hdc /mnt/dvdr so it should be mounted
> as iso9660 the same line x86-system.
If you specify both the device and mount point your /etc/fstab is ignored.
Instead it will use /etc/filesystems or /proc/filesystems and try each one
in order.
If you want to use /etc/fstab your can use either the device node or the
mount point but not both.
> > I used to rip DVDs and CDs using dd w/ conv=noerror. I find I
> > actually get better results with a tool designed to read CDs
> > specifically. I don't know if it is because they better moderate the
> > speed of the drive, or if they are simply cognizant of the error
> > correction bits on the disk, but I'll never go back to reading CDs or
> > DVDs with dd again.
>
> What program are you using to make iso backup k9copy?
I use k3b actually.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-18 2:48 ` Boyd Stephen Smith Jr.
@ 2006-03-18 5:13 ` Joseph
2006-03-18 11:34 ` Boyd Stephen Smith Jr.
0 siblings, 1 reply; 31+ messages in thread
From: Joseph @ 2006-03-18 5:13 UTC (permalink / raw
To: gentoo-user
> > That would explain but according to my fstab file both should be mount
> > as iso9660 type;
>
> It does explain it. I've done it many a time.
>
> > my amd64 fstab entry (showing all small letters):
> > /dev/cdroms/cdrom0 /mnt/cdrom iso9660
> > /dev/pktcdvd/0 /mnt/cdrw udf
> > /dev/hdc /mnt/dvdr iso9660
> >
> > on amd64 is used: mount /dev/hdc /mnt/dvdr so it should be mounted
> > as iso9660 the same line x86-system.
>
> If you specify both the device and mount point your /etc/fstab is ignored.
> Instead it will use /etc/filesystems or /proc/filesystems and try each one
> in order.
That would explain it, thanks for explanation; always learn something
new.
> If you want to use /etc/fstab your can use either the device node or the
> mount point but not both.
>
> > > I used to rip DVDs and CDs using dd w/ conv=noerror. I find I
> > > actually get better results with a tool designed to read CDs
> > > specifically. I don't know if it is because they better moderate the
> > > speed of the drive, or if they are simply cognizant of the error
> > > correction bits on the disk, but I'll never go back to reading CDs or
> > > DVDs with dd again.
> >
> > What program are you using to make iso backup k9copy?
>
> I use k3b actually.
program k9copy didn't work for me and k3b stopped after copying 850Mb
dmesg showing a lot of errors:
hdc: media error (bad sector) status=0x51 SeekComplete Error
hdc: media error (bad sector) status=0x34
It could be that few disks had an error but I get similar error reading
commercial disk as well. So much for DVD enjoyment (very unreliable).
--
#Joseph
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
* Re: [gentoo-user] dd if=/dev/dvd of=backup.iso
2006-03-18 5:13 ` Joseph
@ 2006-03-18 11:34 ` Boyd Stephen Smith Jr.
0 siblings, 0 replies; 31+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-18 11:34 UTC (permalink / raw
To: gentoo-user
On Friday 17 March 2006 23:13, Joseph <syscon@interbaun.com> wrote about
'Re: [gentoo-user] dd if=/dev/dvd of=backup.iso':
> program k9copy didn't work for me and k3b stopped after copying 850Mb
> dmesg showing a lot of errors:
> hdc: media error (bad sector) status=0x51 SeekComplete Error
> hdc: media error (bad sector) status=0x34
>
> It could be that few disks had an error but I get similar error reading
> commercial disk as well. So much for DVD enjoyment (very unreliable).
I get errors on commercial disks as well. Some are for copy protection.
Some are just bad sectors than, when playing, the player skips. (2k is
less than a frame; one bad sector doesn't even cause a skip most of the
time.) I turn on 128 retrys, and ignore read errors for after that. I've
never had trouble playing an iso ripped that way.
DVDs absolutely SUCK as a backup solution. The data density is just too
high for the media. If you want to back up more than 10G use tape (if you
can ensure a clean environment) or USB/iSCSI/eATA/nfs attached storage.
For pure, unadulterated, bit-by-bit copies, I can only suggest the tool(s)
mentioned earlier in the thread that let you read multiple times, either
from a single drive of multiple different drives (better), and combine
them into a single .iso.
Even dd w/ conv=noerror will give up after some point and write some data
that may (or may not) be correct for that sector.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 31+ messages in thread
end of thread, other threads:[~2006-03-18 11:41 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14 22:00 [gentoo-user] dd if=/dev/dvd of=backup.iso Joseph
2006-03-14 23:14 ` Neil Bothwick
2006-03-14 23:31 ` Joseph
2006-03-15 4:50 ` Ghaith Hachem
2006-03-15 5:47 ` Glenn Enright
2006-03-15 21:50 ` Joseph
2006-03-15 22:25 ` Neil Bothwick
2006-03-15 9:23 ` Harald Arnesen
2006-03-15 21:51 ` Joseph
2006-03-15 6:20 ` Uwe Thiem
2006-03-15 22:04 ` Joseph
2006-03-15 22:19 ` Nick Rout
2006-03-15 22:55 ` Joseph
2006-03-15 23:06 ` Nick Rout
2006-03-16 0:24 ` Joseph
2006-03-16 0:41 ` Nick Rout
2006-03-16 0:54 ` Iain Buchanan
2006-03-16 5:53 ` Ghaith Hachem
2006-03-16 12:35 ` Matthias Bethke
2006-03-15 22:30 ` Eric Bliss
2006-03-15 23:03 ` Joseph
2006-03-16 10:49 ` Alex Schuster
2006-03-16 14:24 ` Rasmus Andersen
2006-03-16 16:43 ` Joseph
2006-03-16 16:58 ` Neil Bothwick
2006-03-16 18:11 ` Joseph
2006-03-17 3:52 ` Boyd Stephen Smith Jr.
2006-03-17 17:39 ` Joseph
2006-03-18 2:48 ` Boyd Stephen Smith Jr.
2006-03-18 5:13 ` Joseph
2006-03-18 11:34 ` Boyd Stephen Smith Jr.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox