install

来自「linux下mount各种文件系统的程序submount的源代码」· 代码 · 共 16 行

TXT
16
字号
Submount subfs installation intructions.To compile and install the module, the kernel with which you will use themodule should be running.  The makefile expects to find the kernel sourcedirectory linked to /lib/modules/<kernel-version>/build, as it shouldhave been by the "make modules_install" command.  The cuurent version shouldwork with kernel versions starting with 2.6.0-test1.Type "make" in this directory, and then, as root, type "make install".  Themodule is named subfs.ko, and is installed in the/lib/modules/<kernel-version>/kernel/fs/subfs directory.  "modprobe subfs"should load the module.For usage instructions, see the README file in the top level directory of thesubmount package.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?