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

skdump does not correctly recognize external hard drives #6

Open
hacker-h opened this issue Jan 28, 2021 · 0 comments
Open

skdump does not correctly recognize external hard drives #6

hacker-h opened this issue Jan 28, 2021 · 0 comments

Comments

@hacker-h
Copy link

External hard drives appear to be not supported:

sudo skdump /dev/sdb
Device: sat12:/dev/sdb
Type: 12 Byte SCSI ATA SAT Passthru
Size: 9537504 MiB
Awake: Operation not supported
ATA SMART not supported.

despite being SMART capable:

$ sudo smartctl --info /dev/sdb
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-65-generic] (local build)
...
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

The reason for this errorful assumption of skdump is probably that external hard drives do not support the Awake operation, since spinning up and down is entirely handled by the chip within the external case itself.

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