How to get serial number from Mac hard disks?

后端 未结 7 790
遇见更好的自我
遇见更好的自我 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:15

    From the command line:

    ioreg -rd1 -w0 -c AppleAHCIDiskDriver | grep Serial

    This gives you the serial number of the built-in hard disk.

提交回复
热议问题