capability.txt
来自「linux 内核源代码」· 文本 代码 · 共 16 行
TXT
16 行
Generic Block Device Capability===============================================================================This file documents the sysfs file block/<disk>/capabilitycapability is a hex word indicating which capabilities a specific disksupports. For more information on bits not listed here, seeinclude/linux/genhd.hCapability Value-------------------------------------------------------------------------------GENHD_FL_MEDIA_CHANGE_NOTIFY 4 When this bit is set, the disk supports Asynchronous Notification of media change events. These events will be broadcast to user space via kernel uevent.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?