如何使用 C 从用户空间获取 Linux 中的驱动器标签
我需要在 Linux 中使用 c/c++ (并且没有 d-bus)获取特定设备的标签。问题是我不能只打开设备并读取它的信息(对于 extN 来说,很容易从设备获取标签),因为从 /dev/xxx 读取需要 root 权限。
I need to get a label for specific device using c/c++ (and no d-bus) in linux. The problem is that i can't just open device and read it's information (for extN it is very easy to get label from device) because reading from /dev/xxx requires root privileges.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为现在大多数发行版中都
充满了指向真实设备的符号链接。
I think in most distributions now you have
which is filled with symlinks that point to the real device.