hibernate problem in ubuntu

ubuntu 8.10 installed in notebook(Fujitsu P 7230)
doesn't know why it can't hibernate normally
every time i click hibernate, it start to load
and prompt the unlock screen after it finish loading........
Suspend is work properly
any one got some idea?

原帖由 universknight 於 2008-11-15 15:42 發表
ubuntu 8.10 installed in notebook(Fujitsu P 7230)
doesn't know why it can't hibernate normally
every time i click hibernate, it start to load
and prompt the unlock screen after it finish loading...... ...


Make sure you have swap.

TOP

I got 2GB ram but only 1GB swap,
this should be the problem.

i try to resize the swap using parted, the new size cannot bigger than the old one....
i try to create a new partition from the root file system,
result: "Error: Too many primary partitions."

any one can help?
---------------
ps. my ubuntu is install from window

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/host/ubuntu/disks/root.disk /               ext3    loop,errors=remount-ro 0       1
/host/ubuntu/disks/boot /boot           none    bind            0       0
/host/ubuntu/disks/swap.disk none            swap    loop,sw         0       0

TOP