I've installed OSXFUSE
in my Mac
and used sshfs
to mount a remote directory which is hosted in a Ubuntu
server (I usually ssh
this server using ssh username@ip
). This works fine, but I am frequently getting unmounted, which I again need to mount using sshfs
.
Can somebody help me understand why it is happening and what is the way out? My host machine is running MacOS Catalina
and remote machine is Ubuntu 18
.
Any pointer is highly appreciated.