I work on a mounted directory to a cluster through sshfs. However, sometimes my connection fails for a second and the mounting stops working. The problem is that I can not umount to be able to restart the connection.
The temporal solution I am using is reseting the whole computer, which is pretty unconvenient. I found a solution in Superuser but the answers are not completely explained and I am not sure on how to apply the solution and I can not ask for clarification as I lack reputation points.
I'd appreciate a well commented solution for an unexperienced user. Thanks a lot.
EDIT: In the comments @Jaromanda X suggested doing killall -9 sshfs. This stops all the mountings but they are still displayed in the Files explorer and I can not mount again.
killall -9 sshfsyou can't umount?killall -9because I couldn't find what is the -9 doingsshfsprocesses - nothing sinister --9is the signal to send (it's actually 9 ... but never mind that)