Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum
This entry was posted on Saturday, October 4th, 2008 at 9:22 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
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.
Name (required)
Mail (will not be published) (required)
Website
Notify me of followup comments via e-mail
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.