Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add postUnmount plugin callback #1269

Closed
wants to merge 3 commits into from

Commits on Aug 9, 2022

  1. Add postUnmount plugin callback

    This is useful for unmounting the remote drive over ssh after sshfs
    is unmounted.
    
    If the remote drive is unmounted before sshfs with the existing callback,
    then sshfs can not be unmounted and the mountpoint shows up as
    d????????? ? ?         ?            ?            ? mountpoint
    until the remote drive is remounted.
    tatokis committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    76a4b1b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    7561d37 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    bbd8122 View commit details
    Browse the repository at this point in the history