Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2017 11:03:01 +0200
From:      Ben RUBSON <ben.rubson@gmail.com>
To:        Freebsd fs <freebsd-fs@freebsd.org>
Subject:   Re: State of FUSE on FreeBSD
Message-ID:  <47A5197B-6A83-4819-A6EE-E56ABD31C4B3@gmail.com>
In-Reply-To: <A3A6DC54-5FC7-481F-A679-1E247F5B39D6@gmail.com>
References:  <87y3r0ankb.fsf@vostro.rath.org> <87efsifpiu.fsf@vostro.rath.org> <A3A6DC54-5FC7-481F-A679-1E247F5B39D6@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 11 Aug 2017, at 11:01, Ben RUBSON <ben.rubson@gmail.com> wrote:
> 
>> 
>> On 11 Aug 2017, at 10:59, Nikolaus Rath <Nikolaus@rath.org> wrote:
>> 
>> On Aug 03 2017, Nikolaus Rath <Nikolaus@rath.org> wrote:
>>> Hello,
>>> 
>>> I am the upstream maintainer of libfuse. I'd like to refresh / improve
>>> the FreeBSD support in libfuse. My goal is for libfuse not to require
>>> any FreeBSD specific patches.
>> [...]
>> 
>> Stefan kindly helped me setup a FreeBSD VM, and libfuse is now compiling
>> nicely.
>> 
>> However, there is one problem: I am not able to mount any
>> filesystems. The error is always:
>> 
>> # example/hello /mnt
>> fuse: failed to open fuse device: No such file or directory
>> 
>> Do I need to do anything special to enable FUSE support in FreeBSD?
> 
> Hi Nikolaus,
> 
> Certainly you need to load fuse module :
> kldload fuse

And you can add the following to /boot/loader.conf :
fuse_load="YES"

So that it will be automatically loaded at boot time.

Ben



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47A5197B-6A83-4819-A6EE-E56ABD31C4B3>