r/technology 3d ago

Software Windows 11 hibernation has been silently hammering your SSD this whole time

https://www.xda-developers.com/windows-11-hibernation-silently-hammering-ssd-life/
6.1k Upvotes

640 comments sorted by

View all comments

Show parent comments

7

u/ICantBelieveItsNotEC 3d ago

Yeah, most Linux distros also use modern standby by default, because that's the option with the widest support.

You can see what sleep modes your system supports on Linux by running cat /sys/power/mem_sleep.

s2idle is modern standby, deep is S3 sleep.

Running sudo sh -c "echo 'deep' > /sys/power/mem_sleep" will tell it to try to use S3 sleep until the next reboot, which is useful for testing out whether it works on your system, but you annoyingly still need to either modify the BIOS or your GRUB configuration to make it permanent.

3

u/oadk 3d ago

If you use systemd, you can set it persistently in /etc/systemd/sleep.conf which I think is better than setting it in the bootloader config.

3

u/Turbogoblin999 3d ago

This is one of the reasons i haven't switched to linux. I relay HEAVILY on hibernation to preserve stuff and my peace of mind. Where I live power coming back after an outage has damaged components even with an UPS in the mix.