On Sat, Jun 14, 2014 at 09:17:19AM +0000, Stuart Henderson wrote:
> On 2014-06-14, Jiri B <[email protected]> wrote:
> > Huh, is this fuse really ready to use? I'm running this
>
> It's working fairly well for programs that only use the implemented features,
> but some newly ported programs need extra features adding to the
> kernel/library.
Ah, is it written somewhere what is and what is not implemented?
I would expect `mount' output would show source in the output.
# sysctl kern.version
kern.version=OpenBSD 5.5-current (GENERIC.MP) #202: Fri Jun 13 12:56:14 MDT 2014
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
# fuse-zip /home/jirib/tmp/logs.zip /mnt
# mount -v -t fuse
fusefs () on /mnt type fuse (rw, local, ctime=Sat Jun 14 12:18:36 2014)
With latest amd64 snapshot 'bindfs' even stop working :/
# bindfs /home/jirib/tmp /mnt
fuse: unknown option allow_other
^^^^^^^^^^^ google reveals some /etc/fuse.conf
# bindfs -d /home/jirib/tmp /mnt
fuse: unknown option -d
Attaching my _ugly_ (WIP) port of bindfs :)
j.
[demime 1.01d removed an attachment of type application/x-tar-gz]