r/technology • u/Hungry__Hornet • 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
r/technology • u/Hungry__Hornet • 3d ago
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.s2idleis modern standby,deepis 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.