difference between "suspend to standby" and "suspend to ram"
When I do cat /sys/power/state, it comes up with
standby mem
What is the difference between the two?
i.e. what is the difference when I do
echo -n standby > /sys/power/state
echo -n mem > /sys/power/state
Both the above commands seem to suspend the system?
What is the difference between suspend to standby and syspend to mem
I am using Puppy 2.0.2 kernel version 2.6.16.7
Thanks
|