-
Notifications
You must be signed in to change notification settings - Fork 9
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
Are USB HDD's supported? #19
Comments
This project relies entirely on UDisks (which itself relies on libsmart), the unknown status indicates that UDisks doesn't provide SMART information for this drive. You can check this using a DBus client ( To my knowledge, most USB HDD only provide the You can try using the command As a side note, there might be some DB or config files to handwrite this information for libsmart, if you're interested enough it's worse looking for it, let me know if you find something. |
I investigated this a bit further, and UDisks2 use As stated in the project's README
so it will depend on your particular disk. I tested with an external SSD, and everything worked as expected in diskmonitor (interestingly it wasn't recognized by smartmontools...). |
On the one I tried, diskmonitor just said the drive's status was unknown. Wasn't sure if this was a diskmonitor limitation or some kind of driver problem, etc, on my end.
The text was updated successfully, but these errors were encountered: