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

what is "unk"? #4

Open
Qwertylex opened this issue Oct 8, 2021 · 2 comments
Open

what is "unk"? #4

Qwertylex opened this issue Oct 8, 2021 · 2 comments

Comments

@Qwertylex
Copy link

when i do -v i see:

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)...

what are unk1 unk2 unk3?

@shizmob
Copy link
Owner

shizmob commented Nov 16, 2021

These are fields in the image metadata I hadn't figured out yet at that point. It's short for unknown. I should take a closer look again one of these days...

@shizmob
Copy link
Owner

shizmob commented Nov 16, 2021

Hah! It seems I had a pending commit in my local copy implementing just this. I'll see if I can clean it up and push it, but for reference:

  • unk1: Windows bus type (8 = RAID);
  • unk2: maximum transfer size
  • unk3: whether it was a removable device

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

2 participants