-
Notifications
You must be signed in to change notification settings - Fork 10
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
HDD / Storage Area Monitoring & Management #19
Labels
Comments
8 tasks
10 tasks
Closed
1 task
Part of this task is to get the HDD Serial number. We noticed that for USB attached HDDs we are getting a different number reported as the HDD serial, it seems to be related to the USB-to-SATA chipset, not the drive. There is some talk of this in forums and some discussion of getting the actual HDD serial via the SMART readings from the USB, where available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to know things like:
I'd be ready to have a debate about only limiting scope to logical storage areas, but I'm currently leaning in favour of ExNVR also dealing with Physical Storage.
Seeing the Erlang docs, maybe the easiest implementaiton is just whatever we can get from this;
https://www.erlang.org/doc/man/disksup#get_disk_info-0
The text was updated successfully, but these errors were encountered: