|
发表于 2004-8-4 17:08:31
|
显示全部楼层
回复: 请问一下,Fat模块和NTFS模块的别名分别是什么??
最初由 ida 发表
同上..从哪里可以知道模块的正确别名???
看看源码目录fs/file system中的Makefile就可知道。
比如说fat,我就看fs/fat目录的Makefile:
- #
- # Makefile for the Linux fat filesystem support.
- #
- obj-$(CONFIG_FAT_FS) += [color=red][b]fat.o[/b][/color]
- fat-objs := cache.o dir.o file.o inode.o misc.o fatfs_syms.o
复制代码 |
|