Storage type not showing on lvm #357
Labels
Priority: Low
On the radar, but not the most urgent thing
Status: Confirmed
Verified by someone other than the reporter
What Happened?
In the "Hardware" section, the drive type (NVMe SSD, eMMC, SATA SSD, HDD) is not displayed next to the storage on a system with lvm (this may also affect btrfs).
This is just my guess, but with a usual installation
df /
will print, for example,/dev/sda2
, and afterlsblk
you getsda
. Thensda
replaces%s
and the correct path to the file is formed. But when using lvm, the situation changes:df /
will print, for example,/dev/mapper/crypt-root
, andlsblk
will print "emptiness":And this emptiness replaces
%s
and we get this error.Steps to Reproduce
Install the system on lvm
Go to Settings → System → Hardware
Expected Behavior
I would like the storage type to be detected correctly regardless of the installation type: regular, lvm, btrfs.
OS Version
Other
Session Type
Classic Session (X11, This is the default)
Software Version
Latest release (I have run all updates)
Log Output
The text was updated successfully, but these errors were encountered: