List partitions based on physical drives

Hello,

Is it possible to have the drive partitions listed / separated based on the physical drives?

Let's say I have SSD1 with partitions C, D, E and SSD2 with partitions F, G. Currently all partitions are listed as a flat list: C, D, E, F, G (as shown below).

Would be possible to list / group the partitions based on their physical drive location, e.g.
C, D, E (separator)
F. G

This would make it easier to select the right one.

Many thanks.

There isn't a built-in way to group partitions by physical device, but it should be possible using a script column which gets the physical device (should be available via WMI), and then grouping by that column.