thanks, i saw the work around but its seems rather a blunt instrument and according to one poster on the other thread, not entirely necessary.
i would be more inclined to simply delete the two types that are causing the issue, rather than deleting the whole section.
the udisks bug filing requires a lot a lot of info (which i will happily do) but what info would you need to see from your perspective?
here’s what i’ve done so far:
used solid-hardware5 details
to see that each of the 4 partitions are coded as StorageAccess.ignored = true (bool)
the running each one thru udisksctl info -p
i can see from the output that the EFI partition and three linux partitions (/, /home/ and /games) are showing as one of these two types
org.freedesktop.UDisks2.Partition:
...
Type: de94bba4-06d1-4d40-a16a-bfd50179d6ac
and
Type: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
both of these types are listed as specific types in the file
/usr/lib/udev/rules.d/80-udisks2.rules
indicating they should not be displayed in the user interface.
where to go from here:
a) delete the types from the .rules
file (or a copy of it).
b) change the types using fdisk
.
c) ???
any advice would be appreciated, and i can post outputs if you need them.
edit: looking at the fdisk
option, the type shown for the linux partitions is Windows recovery environment
for some reason… and the other one is for an EFI partition (which seems correct).
so i think it would best to use option b) and change the type using fdisk
but change it to which type? there are dozens of “linux” types
these are the three partitions
/
(root file system)
/home
(where all my stuff is)
/games
(where some linux steam games are installed)
any advice on which type to assign to each of these in fdisk
would be appreciated.