For the purpose that i should port the fuse into other embedded linux platforms,like android,i sucessfully cross-compile the fuse project.And as i know,the fuse can only work when there is a fuse moudlue inserted into the kernel.When in the fuse 2.2.1 or the other lower versions,it will product a fuse.ko after the make.BUt,right now,i am using the fuse 2.9.0,there is no such ko output.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Kernel oops Oops: 80000005 on arm embedded system
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
fuse module is now into mainline kernel. You should select the "FUSE (Filesystem in Userspace) support " under the Filesystems section in the kernel configuration.