Re: dd errors with certain DVDs
- From: "Paul Smith" <phhs80@xxxxxxxxx>
- Date: Sun, 25 Mar 2007 11:48:57 +0100
On 3/25/07, Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx> wrote:
> I am getting the errors below when I execute the command
>
> dd if=/dev/dvd of=dvd1.iso
DVD/CD buring software does wierd things so that you cannot always
depend on reading the whole thing without an error message.
To see if you got all of it, mount your iso as a loopback device:
mkdir foo
mount dev1.iso foo
mount /dev/dvd /media/<device> # as appropriate
Then diff the two:
diff -r --brief /media/<device> foo
If the result is silent, you have all the data you need.
To answer your other email, you can validate a freshly minted DVD
similarly.
Thanks, Charles. Yes, it was the error regarding dd that was causing
the md5sums mismatch (reported in the other post of mine). However,
the method that you suggest works fine, and my problem is solved. The
command dd is not very reliable, indeed.
Paul
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: dd errors with certain DVDs
- From: Charles Curley
- Re: dd errors with certain DVDs
- References:
- dd errors with certain DVDs
- From: Paul Smith
- Re: dd errors with certain DVDs
- From: Charles Curley
- dd errors with certain DVDs
- Prev by Date: Re: installation via internet
- Next by Date: yum-plugin-kmdl kicks in only if there are other updates available (was: yum-plugin-kmdl problems for atrpms)
- Previous by thread: Re: dd errors with certain DVDs
- Next by thread: Re: dd errors with certain DVDs
- Index(es):
Relevant Pages
|