Bugzilla – Bug 116379
swsusp shuts disk down
Last modified: 2006-07-15 09:28:54 UTC
When calling swsusp to use suspend-to-disk, the harddisk is shutdown (à la `hdparm -y`) after the processes have been frozen, and is then necessarily woken up again to write the image to the swap partition. The disk is once again spun down for no reason on resume, and then woken up again to read the image from the swap partition.
The suspend system / device drivers are designed to do it this way, read LKML for an explanation (search for "disk yo-yo" should find something about it). This will be fixed, but not in 10.0
pingpong issue fixed in 2.6.16 kotd?
is it or is it not?
Tried 2.6.17-rc1, and is fixed.