Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

lazily unmount the FUSE directory. #12

Closed
wants to merge 1 commit into from
Closed

lazily unmount the FUSE directory. #12

wants to merge 1 commit into from

Conversation

fiatjaf
Copy link

@fiatjaf fiatjaf commented Jan 21, 2016

umount -z prevents unmounting errors when the FUSE directory
is opened and syncthingfuse exits. the worse problem is that
syncthingfuse is unable to start again until someone umounts the
pending FUSE directory manually. this will happen less now.

partially fixes #11.

`umount -z` prevents unmounting errors when the FUSE directory
is opened and syncthingfuse exits. the worse problem is that
syncthingfuse is unable to start again until someone umounts the
pending FUSE directory manually. this will happen less now.

fixes #11.
@burkemw3
Copy link
Owner

burkemw3 commented Mar 8, 2016

I'm closing this for now, as I'm trying a different direction for all platforms. If we need it later, we can bring it back.

@burkemw3 burkemw3 closed this Mar 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sometimes there is an error unmounting ~/SyncthingFUSE on exit
2 participants