slackbuilds_ponce/system/fuse
2010-05-11 19:46:27 +02:00
..
doinst.sh system/fuse: Updated for version 2.7.3 2010-05-11 19:46:27 +02:00
fuse.info system/fuse: Updated for version 2.7.3 2010-05-11 19:46:27 +02:00
fuse.SlackBuild system/fuse: Updated for version 2.7.3 2010-05-11 19:46:27 +02:00
README system/fuse: Updated for version 2.7.3 2010-05-11 19:46:27 +02:00
slack-desc system/fuse: Updated for version 2.7.3 2010-05-11 19:46:27 +02:00

FUSE is a simple interface for userspace programs to export
a virtual filesystem to the Linux kernel. FUSE also aims to
provide a secure method for non privileged users to create
and mount their own filesystem implementations.

You'll need to start fuse from rc.local with something like this:
  if [ -x /etc/rc.d/rc.fuse ]; then
    /etc/rc.d/rc.fuse start
  fi