-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
'disk' column doesn't work as expected #70
Comments
It's an heuristic, which isn't frozen but is kind of limited by the poor level of reliable information device drivers expose. There are 3 parts:
Parts 2 and 3 are here: https://raw.githubusercontent.com/Canop/lfs-core/main/src/disk.rs Both could be modified, but I'd rather have that done in a general way which would profit everybody, starting with a discussion, instead of some config files. The structure lfs-core fills:
(the and how it's "summarized":
|
I have
dysk
installed on several systems.The recognition of the disk in the disk column gives mixed results. I have an external M.2 stick attached via USB3 show up as HDD, an external HDD has an empty label, removable SDXC card always shows up as SSD, eMMC shows up as SSD (which is OK if you want to put it in this category).
What are the criteria to label devices? Maybe it would be possible to change them in a config file.
The text was updated successfully, but these errors were encountered: