7v5w7go9ub0o <7v5w7go9u...@gmail.com> wrote:

> On 06/05/10 16:11, Manuel Klemenz wrote:
> > I'm calculating checksums over partitions just by calling # md5sum
> > /dev/sda1 or for the complete disk (incl. partition table + all
> > partitions) # md5sum /dev/sda
> >
> > that's it :) - works with any distro/liveDVD
> >
>
> Yep...... don't have to fool with an oddball program (dcfldd). So if
> you're dd'ing a disk, you need to:
>
> 1. dd the source to the destination.
> 2. md5sum the source
> 3. md5sum the destination.

Why not just call:

        sdd if=/dev/something bs=1m -md5 -onull

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       j...@cs.tu-berlin.de                (uni)  
       joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to