LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Hibernate stopped working properly after accidental swap formatting (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/hibernate-stopped-working-properly-after-accidental-swap-formatting-884722/)

shadogamon 06-05-2011 08:32 PM

Hibernate stopped working properly after accidental swap formatting
 
I often install distros for the purpose of learning, and managed to format my swap partition. After returning to my main os (Mint 11 katya) and editing the fstab , the swap seemed to be working properly. When I attempt to hibernate however, it seems that nothing is saved to the swap, and the process simply shuts of the laptop. Any ideas?

frankbell 06-05-2011 08:38 PM

Run fdisk -l and swapon -s as root and let us know their output.

syg00 06-05-2011 08:44 PM

I don't use UUID for precisely this reason. Depending on what suspend software you use, check the config (say /etc/uswsusp.conf).
Initram as well I guess with Mint.

shadogamon 06-05-2011 08:59 PM

fdisk -l
Code:

/dev/sda1              1          5      40131  de  Dell Utility
/dev/sda2  *          6        9296    74629160    7  HPFS/NTFS
/dev/sda3          10611      19458    71064577    5  Extended
/dev/sda4            9297      10610    10554705  83  Linux
/dev/sda5          10611      11635    8224768  83  Linux
/dev/sda6          12026      19458    59693056  83  Linux
/dev/sda7          11636      12025    3132643+  82  Linux swap / Solaris

swapon -s
Code:

Filename                                Type                Size        Used        Priority
/dev/sda7                              partition        3132636        21500        -1

Quote:

Originally Posted by syg00 (Post 4377345)
I don't use UUID for precisely this reason. Depending on what suspend software you use, check the config (say /etc/uswsusp.conf).
Initram as well I guess with Mint.

as far as I know I'm using the default, which I thought was PM-utils


All times are GMT -5. The time now is 12:22 AM.