You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally I get the following error after ssh'ing into one of my machines.
Error: failure to mount: Statting mount point: stat /home/myDirectory: transport endpoint is not connected
Looking around, I can recover by forcing an unmount via
sudo umount -l myDirectory
Setup
in my bashrc file, I'm checking for the existence of the .initialized file in my mounted directory. If it exists, I skip mounting, otherwise, I mount and then use the disown command to keep fusera alive after the terminal is closed per the instructions in the wiki.
Fusera version 1.0
The text was updated successfully, but these errors were encountered:
Occasionally I get the following error after ssh'ing into one of my machines.
Looking around, I can recover by forcing an unmount via
Setup
in my bashrc file, I'm checking for the existence of the .initialized file in my mounted directory. If it exists, I skip mounting, otherwise, I mount and then use the disown command to keep fusera alive after the terminal is closed per the instructions in the wiki.
Fusera version 1.0
The text was updated successfully, but these errors were encountered: