boxfs2 icon indicating copy to clipboard operation
boxfs2 copied to clipboard

Pass options to libfuse with -o parameter

Open ritiek opened this issue 5 years ago • 2 comments

Closes #22.

Now I can do:

$ boxfs -o allow_other ~/box

:D

Multiple options can be passed separated by a comma like:

$ boxfs -o allow_other,default_permissions ~/box

ritiek avatar Jul 09 '19 17:07 ritiek

Hi, thank you! I checked out your patch in a branch to test it and got a segfault at program start. I'll do a bit of debugging and merge when it runs on my laptop.

D.

drotiro avatar Jul 14 '19 14:07 drotiro

Heh. I wouldn't be surprised. I hardly have any experience with managing my own memory. But at least for some reason it works fine on my Pi 2 and my x64 machine.

ritiek avatar Jul 14 '19 14:07 ritiek