Modules

without dependancy

insmod [/full/path/module_name] [ parameters] insmod /lib/modules/$(uname -r)/kernel/fs/cifs/cifs.ko lsmod | grep cifs

rmmod [-fw] module_name rmmod cifs

lsmod modinfo cifs

with dependancy

depmod [-Ane] cp cifs.ko /lib/modules/$(uname -r)/kernel/fs/cifs/cifs.ko depmod #/etc/modprobe.conf

modprobe [-lcfr] module_name modprobe cifs

remove

modprobe -r cifs

lsmod modinfo cifs

Using "NTFS" as an example

  1. Set NTFS as module make menuconfig
  1. Make module make $(kernel tree root)/fs/ntfs

  2. Copy to module folders /lib/modules/2.6.30.3vbird/kernel/fs/ntsf/

  3. Module dependency depmod -a

results matching ""

    No results matching ""