以编程方式查找已安装驱动器的类型 - Mac OSX

发布于 2025-01-02 14:56:15 字数 82 浏览 3 评论 0原文

DiskArbitration 框架似乎没有提供一种查找设备类型(网络驱动器、外部驱动器等)的方法。还有其他方法可以以编程方式确定已安装设备的类型吗?

It doesn't seem that DiskArbitration framework provides a way to find out the device type (network drive, external drives, etc). Is there any other way to programmatically figure out the type of a mounted device?

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

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

发布评论

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

评论(1

酒几许 2025-01-09 14:56:15

从 DADiskCopyDescription 获取 CFDictonary,kDADiskDescriptionVolumeKindKey 键给出了该类型的合理想法

Get a CFDictonary from DADiskCopyDescription, kDADiskDescriptionVolumeKindKey key gives a reasonable idea of the type

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