-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
[FEAT] Show UUID in details page #265
Comments
Hm, I think the Dashboard UI might get a bit cluttered with the addition of UUID information. What if I added the device UUID information to the details page? Would that be enough? |
Sure, as long as it's somewhere 🙂 Do you think it's also possible to show where (or if) the device is currently mounted? |
I spent a long time researching that previously and unfortunately it doesn't look like it. Also when the collector is running in a container, it's access to the host machine is limited (by design) so mounts there are not visible/accessible. No matter how much I'd like to, I don't think its a feature I'll be able to implement :( |
Pity, that would have been cool. But thanks for trying, it's a nice tool 🙂 |
Is your feature request related to a problem? Please describe.
As a human, the traditional names (like
/dev/sda
) make more sense. But in myfstab
, I use UUID. It would be nice if Scrutiny could show both at the same time. Or maybe even show the mountpoint of a device?Describe the solution you'd like
I'd like to show both names and UUIDs for a device. Or, as a larger request, also the mount point.
The text was updated successfully, but these errors were encountered: