How to get serial number from Mac hard disks?

后端 未结 7 789
遇见更好的自我
遇见更好的自我 2020-12-01 10:10

Is there an easy way to get the serial number of all the hard disks in a Mac using an API?

Basically, I\'m looking for a unique identifier for the hard disk with whi

7条回答
  •  隐瞒了意图╮
    2020-12-01 10:17

    Have a look at IOKit.

    There are two handy tools on your Mac to find out about the possibilities of it:

    • ioreg, a command line tool
    • IORegistryExplorer, the same with a GUI.

提交回复
热议问题