Do Md5 check on CD/DVD/HDD
Tagged with: check, checksum, command, dd, filler, Linux, md5, md5sum, test
Saturday, October 4th, 2008 09:22 PM
Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum
Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum
Use this command to find the MD5 of a file.
md5sum file.txt