Skip to content

Conversation

@cybernoid
Copy link

First of all many thanks for providing ff4d! I have modified option
parsing stuff so it is possible to mount the dropbox with an fstab entry
like this:
none /mnt/dropbox fuse.ff4d user,noauto,allow_other,gid=1003,umask=002 0 0

This implies passing options given with -o through to fuse and dealing
with a positional argument for a source to mount from (the first field
of each fstab entry). Pass 'none' or 'dropbox' there to make things work.

Added option -c to specify a config file. The default config file when
nothing is specified is now /etc/ff4d.config when mounted via fstab
(detected via the presence of a source to mount from) or the
/ff4d.config when mounted manually.

None of the changes breaks compatibility with previous usage
scenarios (I hope 😀).

Please excuse if I did not write optimal python code and did things
overly complicated in some points. I am a long time programmer,
with quite some experience in C++, C, various other languages and
even with fuse, but I have next to never done anything with python.

Thanks again for this very helpful filesystem!

given with -o through to fuse and dealing with a positional argument for
a source to mount from (the first field of each fstab entry). Pass
'none' or 'dropbox' there to make things work.

Added option -c to specify a config file. The default config file when
nothing is specified is /etc/ff4d.config when mounted via fstab
(detected via the presence of a source to mount from) or the
<scriptpath>/ff4d.config when mounted manually.
@realriot
Copy link
Owner

realriot commented Nov 4, 2018

Will be added next :-)

Thx!

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.

2 participants