在 macOS 上以编程方式获取硬盘信息

发布于 2024-09-28 01:45:18 字数 205 浏览 6 评论 0原文

我需要一种方法来获取 OS X 上的完整硬盘信息,即所有硬盘型号名称、SATA/ATA 控制器、卷、磁盘标识符等。我查看了 diskutil,但它没有包含 SATA 控制器信息,system_profiler 具有我需要的所有信息,但其 XML 输出不一定按照我想要的方式组织。是否有任何低级别的 Carbon/C API 可以让我做到这一点?

I need a way to get complete hard drive info on OS X, meaning all hard drive model names, SATA/ATA controllers, volumes, disk identifiers, etc. I checked out diskutil, but it doesn't contain SATA controller info, system_profiler has all the information I need but its XML output is not necessarily organized as well as I'd like. Is there any low level Carbon/C API that would let me do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

完美的未来在梦里 2024-10-05 01:45:18

查看 IOKit。 Stack Overflow 上还有这个问题:How to get serial number from Mac 硬盘?

Look into IOKit. There's also this question on Stack Overflow: How to get serial number from Mac hard disks?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文