Currently, we are using sshfs mengqi@10.8.5.248:/ ~/mnt/svr2 -o reconnect to mount a remote folder in svr2 to the local machine.
The issue is that even though svr2 resumes from offline, the mounted local folder cannot be accessed any more. At the same time, the command ls ~ can takes several seconds.
Currently, we are using
sshfs mengqi@10.8.5.248:/ ~/mnt/svr2 -o reconnect
to mount a remote folder in svr2 to the local machine.The issue is that even though svr2 resumes from offline, the mounted local folder cannot be accessed any more. At the same time, the command
ls ~
can takes several seconds.Any ideas?