What is proper syntax for for making a md5chsum of a solaris hard disk in solaris 10?
format reveals the drive as c0t0d0
Example--> digest -a md5 /dev/rdsk/c0t0d0s2 > chksum.md5
Should the path to the drive be /dev/dsk/c0t0d0s0 or /dev/rdsk/c0t0d0s2?
Also, when calculating the md5, how long should it take on a 73 GB drive?
Thanks!
Start Free Trial