How to know the disk name instead of "Eject device" on the "Safely Remove" context menu on the notification area?

If the drive has partitions that Windows can recognise, the menu displays the drive label and letter. But for disks that do not have such partitions, it just shows "Eject Device" like the screen capture below. I have multiple of such items, so I am not sure which one is which. Placing the mouse over the "Eject Device" does not show more information like the disk name. How can I "safely remove" the hard disk I want, not some other disks, when it shows no more information but "Eject Device"?

enter image description here


I created my own console application. It is easy to use. It shows a list of the number and "friendly name" of all disks. And you just need to choose the number.

https://github.com/HubKing/EjectDisk

The source code is available there and of course, I have added a binary for 64-bit Windows, so you can just download and run it without any compilation.