文件名称:UML之分区挂载
文件大小:46KB
文件格式:PDF
更新时间:2024-02-10 02:30:57
1.概述 UML中的分区暂时无法挂载。 2. 挂载流程 函数调用流程: InitRequiredDevices()--->uevent_callback()--->UeventCallback() 在init/first_stage_mount.cpp中 415 ListenerAction FirstStageMount::UeventCallback(const Uevent& uevent) { 416 // Ignores everything that is not a block device. 417 if (uevent.subsystem != block