Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在启动过程中通过 initramfs 脚本在外部媒体上安装内核模块。
我想知道在insmod之后媒体是否应该保持对系统可用或系统临时复制它以使用它?
毕竟可以通过外部媒体插入内核模块吗?
谢谢
我找到了答案,我在 initramfs 的本地顶级脚本中使用 insmod 插入了我的模块。插入模块后,必须卸载外部设备,否则您会陷入内核恐慌。
卸载设备后模块仍然可用