Do Md5 check on CD/DVD/HDD

Tagged with: , , , , , , , ,

Perform an md5sum on a device, like a CD


dd if=/dev/hdc | md5sum

One Response to “Do Md5 check on CD/DVD/HDD

  • 1
    Carb0n
    October 11th, 2008 10:22

    Its always better to use the named devices than absolute devices

    md5sum /dev/cdrom
    or
    md5sum /dev/dvd

    Don’t ask me why. Something to do with device access and permissions.

Leave a Reply