Skip to content

Pass options to libfuse with -o parameter#23

Open
ritiek wants to merge 1 commit into
drotiro:masterfrom
ritiek:pass-options-to-libfuse
Open

Pass options to libfuse with -o parameter#23
ritiek wants to merge 1 commit into
drotiro:masterfrom
ritiek:pass-options-to-libfuse

Conversation

@ritiek

@ritiek ritiek commented Jul 9, 2019

Copy link
Copy Markdown

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

@drotiro

drotiro commented Jul 14, 2019

Copy link
Copy Markdown
Owner

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.

@ritiek

ritiek commented Jul 14, 2019

Copy link
Copy Markdown
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass own options to libfuse

2 participants