remote-sshfs.nvim icon indicating copy to clipboard operation
remote-sshfs.nvim copied to clipboard

Can not disconnect from remote

Open timohahaa opened this issue 3 months ago • 1 comments

When trying to disconnect from remote host I get an error

Error executing Lua callback: Vim:E475: Invalid value for argument cmd: 'fusermount' is not executable
stack traceback:
        [C]: in function 'system'
        .../lazy/remote-sshfs.nvim/lua/remote-sshfs/connections.lua:294: in function 'unmount_host'
        ...re/nvim/lazy/remote-sshfs.nvim/lua/remote-sshfs/init.lua:79: in function <...re/nvim/lazy/remote-sshfs.nvim/lua/remote-sshfs/init.lua:78

fusermount is present in my shell and I can run it

timohahaa avatar Sep 27 '25 13:09 timohahaa

@timohahaa What operating system and setup are you using? If fusermount is available in shell... makes me think something odd is happening.

nosduco avatar Sep 29 '25 23:09 nosduco