forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
826 B
Text
19 lines
826 B
Text
==============================================================================
|
|
|
|
In order to automatically load the fuse module on startup, you need to:
|
|
|
|
- Add fusefs_enable="YES" to your /etc/rc.conf.
|
|
- Run "%%PREFIX%%/etc/rc.d/fusefs start" (for the first time).
|
|
|
|
Set "sysctl vfs.usermount=1" if you want to be able to mount fuse devices as
|
|
an ordinary user.
|
|
|
|
Now fuse filesystems (sysutils/fusefs-*) can be mounted at startup from
|
|
/etc/fstab with the "late" parameter. This requires a symlink in /usr/sbin
|
|
named "mount_<fstype>", which is not created by all the fusefs ports.
|
|
|
|
Note that the rc.d script will unmount all fuse filesystems when called with
|
|
"stop" (in reverse order in case of nested mounts), so it can unload the
|
|
kernel module.
|
|
|
|
==============================================================================
|