[clug] md5sum and verifying DVD

Peter Barker pbarker at barker.dropbear.id.au
Thu Jul 28 03:12:01 GMT 2005


On Thu, 28 Jul 2005, Tony and Robyn Lewis wrote:

>  * dd if=/dev/hdc bs=1 | head --bytes=<size> | md5sum
> This will read one byte at a time - a lot slower.  There are probably
> better ways...

Shell redirection? head --bytes=<size> < /dev/hdc | md5sum

> Tony

Yours,
-- 
Peter Barker                          |   N    _--_|\ /---- Barham, Vic
Programmer,Sysadmin,Geek              | W + E /     /\
pbarker at barker.dropbear.id.au         |   S   \_,--?_*<-- Canberra
You need a bigger hammer.             |             v    [35S, 149E]
"When used legally and in its intended fashion, the Acrobat eBook Reader
 secures eBooks purchased by locking the eBook to the hardware from which
 it was purchased." -- Adobe press release



More information about the linux mailing list