We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
./unimgc -v compressedimage.imgc | openssl sha512 volume metadata: model: DELL PERC S110 revision: 3.0 serial number: 080066000969 software metadata: name: HDD Raw Copy Tool version: 1.10 image metadata: size: 930.48 GiB (1951358976 sectors * 512 bytes) unk1: 0000000000000008 unk2: 00000000000000fa unk3: 00 -0.00% (18446744073709551615 / 999095795712 bytes)...
it seems to have been stuck at "-0.00%" at 999095795712 bytes for the last 5 minutes
so instead i changed my command to pv compressedimage.imgc | ./unimgc | openssl sha512 and at least now pv is giving me a progress
pv compressedimage.imgc | ./unimgc | openssl sha512
pv
The text was updated successfully, but these errors were encountered:
something overflowed.. https://stackoverflow.com/questions/40608111/why-is-18446744073709551615-1-true
Sorry, something went wrong.
(Sorry for the late response, GitHub recently decided to not give me any notifications, it seems...)
Thanks for reporting! I'll take a closer look at what's happening there...
No branches or pull requests
it seems to have been stuck at "-0.00%" at 999095795712 bytes for the last 5 minutes
so instead i changed my command to
pv compressedimage.imgc | ./unimgc | openssl sha512
and at least nowpv
is giving me a progressThe text was updated successfully, but these errors were encountered: