opnsense-ports/sysutils/fusefs-kmod/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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.
==============================================================================