> If the ServerAliveInterval is set to less than the freeze timeout (20s > by default) and you apply the patch and start sshfs like below, then > suspend should be reliable. > > (echo 1 > /proc/self/freeze_late; sshfs ...) Thanks a lot. I don't want to apply patches. I'm happy with my solution. Note for other people reading this thread: ssh docs say that actual timeout is "ServerAliveInterval * ServerAliveCountMax", so if someone will apply this patch, he should ensure that ServerAliveInterval * ServerAliveCountMax is less than 20 seconds. -- Askar Safin