0

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.

kaiwii ho
  • 1,367
  • 7
  • 21
  • 40

1 Answers1

0

fuse module is now into mainline kernel. You should select the "FUSE (Filesystem in Userspace) support " under the Filesystems section in the kernel configuration.

mohanreddykv
  • 207
  • 1
  • 2