Skip to content

How to cleanly unmount? How to detect external unmount? #72

@alvaro-cuesta

Description

@alvaro-cuesta
  1. Is there any way to unmount cleanly? Currently I have to fusermount -u every time I exit. I tried dropping MountHandle on custom CTRL-C handler but it doesn't seem to do the trick. See add unmount support #78
  2. Is there any way to detect when fusermount -u has been called on my mount point? The MountHandle seems to stay alive while I'd expect the .await to resolve when unmounted.

I don't have a deep mental model of FUSE so please bear with me if my questions don't make sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions