Created attachment 247283 [details] screenshot.png The "Partition Editor" dialog only shows device names and sizes. In cases when the system has many devices, especially of the same size - it might be difficult to choose the device. This script: > grep -E 'ada[0-9]' /var/run/dmesg.boot | grep ": <" lists hard drives with identifiers, like "<INTEL SSDSC2BF180A4H LH6i>". I am suggesting that the "Partition Editor" dialog is improved in 2 ways: 1. It should list hard drive identifiers in addition to device names and sizes 2. The missing word should be fixed, see the question mark on the screenshot.
To be precise, these 2 fields should be present for each listed hard drive: 1. Model number 2. Serial number This script, for example, lists both: > $ grep -E 'ada[0-9]' /var/run/dmesg.boot | grep -E ": <|Serial" If someone would have several disks of the same model, only serial numbers would be different between them.