Hi,
I'm trying fuse for first time in my life and I see
strange things:
1. no source in mount output, thus it's confusing
2. fuse-zip refers to fusermount, is it needed?
3. some options for fuse bindfs[1] do not work and output
is strange
1.
# fuse-zip /home/jirib/downloads/webtorrent-0.2.6.zip /mnt
# mount -t fuse -v
fusefs () on /mnt type fuse (rw, local, ctime=Sat Jun 14 01:53:42 2014)
2.
see man fuse-zip...
3.
# fuse-zip -d /home/jirib/downloads/webtorrent-0.2.6.zip /mnt
fuse: unknown option -d
# bindfs -d /home/jirib/tmp /mnt
# bindfs --perms=a-w /home/jirib/tmp /mnt
fuse: unknown option --perms=a-w
# bindfs /home/jirib/tmp /mnt
# mount -v -t fuse
fusefs () on /mnt type fuse (rw, local, ctime=Sat Jun 14 01:55:41 2014)
Huh, is this fuse really ready to use? I'm running this
# sysctl kern.version
kern.version=OpenBSD 5.5-current (GENERIC.MP) #126: Mon May 12 22:40:04 MDT 2014
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
[1] http://bindfs.org/
j.