f5f5f5e5d8
Kernel module for fusefs based filesystems. WWW: http://wikitest.freebsd.org/moin.cgi/FuseFilesystem Submitted by: Anish Mistry <amistry@am-productions.biz> (via email) Reviewed by: Csaba Henk <csaba.henk@creo.hu> Ported to FreeBSD by: Csaba Henk <csaba.henk@creo.hu> (as a SoC project)
10 lines
328 B
Text
10 lines
328 B
Text
In order to automatically load the fuse module on startup, you need to
|
|
set the following settings:
|
|
|
|
- Set the module path in /etc/sysctl.conf:
|
|
kern.module_path=%%MODULE_PATH%%
|
|
|
|
- Add fusefs_enable="YES" to your /etc/rc.conf
|
|
|
|
%%PREFIX%%/etc/rc.d/fuse.sh start will load the module for the first time
|
|
after the installation.
|