Hi,
I have a new Window 7 computer with 16 GB memory, 2 GB hard disk. It is a double boot machine with another new SUSE 12.1 OS installation. I found that in SUSE, it cannot wake back after sleep. It was found the swap partition was only 2 GB. I add another swap 32 GB using GPartition. SUSE still cannot wake up after sleep. Now, I use free command in a terminal. I find that it use 0 swap space. Please see the following contents on swap below.
It should use some swap according to web posts. I do not know what is the reason. Could you help me how to check further?
Thanks.
…
jeff@Jeff-PC:~> free
total used free shared buffers cached
Mem: 15939136 1270360 14668776 0 36624 367144
-/+ buffers/cache: 866592 15072544
Swap: 36000272 0 36000272
jeff@Jeff-PC:~> su
Password:
Jeff-PC:/home/jeff # swapon -s
Filename Type Size Used Priority
/dev/sda6 partition 2199548 0 0
/dev/sda10 partition 33800724 0 0
Jeff-PC:/home/jeff # swapon /dev/sda10
swapon: /dev/sda10: swapon failed: Device or resource busy
Jeff-PC:/home/jeff # swapon /dev/sda6
swapon: /dev/sda6: swapon failed: Device or resource busy
Jeff-PC:/home/jeff # swapoff -a
Jeff-PC:/home/jeff # swapon -a
Jeff-PC:/home/jeff # swapon -s
Filename Type Size Used Priority
/dev/sda6 partition 2199548 0 -1
/dev/sda10 partition 33800724 0 -2
Jeff-PC:/home/jeff # free
total used free shared buffers cached
Mem: 15939136 1315196 14623940 0 43212 404552
-/+ buffers/cache: 867432 15071704
Swap: 36000272 0 36000272
Jeff-PC:/home/jeff #