Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to hash block devices #165

Open
simsong opened this issue Dec 7, 2012 · 0 comments
Open

Unable to hash block devices #165

simsong opened this issue Dec 7, 2012 · 0 comments

Comments

@simsong
Copy link
Collaborator

simsong commented Dec 7, 2012

Converted from SourceForge issue 3586365, submitted by jessekornblum

After version 3.9.2, the programs produce NULL hashes for block devices. Here's a sample of hashing a block device, first with version 3.9.2, and then with version 4.3. Notice the second hash is equivalent to the null hash:

$ ./md5deep/md5deep -v
3.9.2
$ sudo ./md5deep/md5deep -e /dev/rdisk1
6eda1b68ef9d4f50bbab007a437e9b72 /dev/rdisk1

$ md5deep -v
4.3
$ sudo md5deep -e /dev/rdisk1
d41d8cd98f00b204e9800998ecf8427e /dev/rdisk1
$ md5deep /dev/null
d41d8cd98f00b204e9800998ecf8427e /dev/null

This was referenced Jun 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant