Fuse for FreeBSD
19. Jun 2007
This page is devoted to the
FreeBSD
port of the programmer-friendly userspace filesystem framework,
Fuse
.
Fuse for FreeBSD has been integrated into the
FreeBSD
ports
system
,
see
sysutils/fusefs-kmod
.
For being able to get started with FUSE, you will also need the
sysutils/fusefs-libs
port.
There are several ports utilizing FUSE, usually named as sysutils/fusefs-*,
but not all of them – there is, eg.,
sysutils/ntfsprogs
.
Note that the kernel module works only on FreeBSD 6.x and 7.x.
Fuse for FreeBSD
source code.
.
mailing list (for user matters, too).
on the Fuse wiki page.
which used to serve as the homepage of Fuse for FreeBSD.
Fuse for FreeBSD code is availabe via
Darcs
and
Mercurial
repositories. Re-enabling commits to
Perforce
is planned.
darcs get http://fuse4bsd.creo.hu/darcs-repos/fuse4bsd/
,
which is one of the strengths of this SCM.
hg clone http://mercurial.creo.hu/repos/fuse4bsd-hg
.
.
The current Perforce directory is discontinued. Expect a new one set up with the help of Tailor
(although a P4 target backend has to be put together ‘till this happens…)
here
.
Moreover, release tarballs are cut off from time to time, although
the significance of this process has dropped severely since the ports
were committed. You can look for files looking like fuse4bsd-x.y.z.tar.*
in the downloads directory.
The latest release is
0.3.9-pre1.
.
It’s sort of orphaned now, drop a mail to fuse4bsd-devel@
if you feel like completing it.
):
developer. (Take a look at his other
software
projects
.)
fuse_kernel.h
of the original (Linux) Fuse module is needed for the compilation of
the FreeBSD Fuse module. According to the boilerplate, it can be distributed
under a GPL/BSD style dual license (the dual licensing is a favour
to us by the author, Miklós Szeredi).
for making this possible by its
Summer
of
Code
program.
and read the NEWS or Changelog files for more information. Ports will
be updated soon.