Keeps system from suspending
Author: paulmenzelCreated Feb 18, 2022Updated Jun 11, 2026
Linux’s FUSE maintainer suggests to disconnect any mounts when suspending:
Can this be worked around?
Yes, killing the sshfs process will enable the suspend to continue.
I suspect it would make sense for the suspend scritps to perform this by default, since the ssh connection will likely be broken anyway after resuming.
Could such suspend scripts be provided?
Source: libfuse/sshfs