-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeps system from suspending #279
Comments
|
Related if not duplicate issue: #137 |
FYI: On macOS SSHFS / FUSE do not create an assertion to stay awake. 11.6.5 Big Sur • SSHFS version 2.10 • FUSE library version: 2.9.9
|
SSHFS does not prevent system sleep on macOS. It's not easy to do the right thing in this situation: Prevent system sleep, unmount the volume, possibly remount the volume when waking up, ... Unmounting the volume might not be possible without user intervention. There might be open/unsaved files. Remounting the volume might not be possible without the user entering their password again. |
If you come to the decision that preventing system sleep is the right choice then you should follow macOS standards and set a |
Linux’s FUSE maintainer suggests to disconnect any mounts when suspending:
Could such suspend scripts be provided?
The text was updated successfully, but these errors were encountered: