-4

How i can get information about hdd. Such as manufacturer, model, type and etc? Maybe someone know any library. Please don't tell me: "Search in Google". Forgot to mention. I need to find out with the help of Python.

Velvet Mo
  • 1
  • 1
  • 1
    Possible duplicate of [How to get hard disk serial number using Python](https://stackoverflow.com/questions/4193514/how-to-get-hard-disk-serial-number-using-python) – Evan Apr 23 '19 at 18:59
  • It's serial number, but i want to know all information about hdd. – Velvet Mo Apr 23 '19 at 19:18

2 Answers2

0

I found it. It's library WMI. Class Win32_DiskDrive.

Velvet Mo
  • 1
  • 1
-1
FROM Boot up menu , press f12 or f10 while booting you will find it there.
  • Please add context to your answer explaining how this is a solution to the problem. Thanks! --From Review – d_kennetz Apr 23 '19 at 19:52