<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>From: Tim <<a href="mailto:ignored_mailbox@yahoo.com.au">ignored_mailbox@yahoo.com.au
</a>><br>Subject: Re: Unable to access resume device (LABEL=swap - hda2)<br><br>PLEASE *SEPARATE* your replies from quoted messages.  It's hard to read<br>when you run your reply into the middle of the quoted text.  Leave a
<br>blank line between them.</blockquote><div><br>Sorry, will try to be more attetive in the future. <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tim:<br>>> That's your system trying to see if you'd hibernated your system<br>>> (which would dump RAM contents to the swap space, to be restored<br>>> when powering up again).  If you hadn't hibernated your system
<br>>> there wouldn't be any resuming information to find.<br><br>George Hare:<br>> Sounds perfectly logical, where do you find out things like this ?<br><br>Reading this list is one place.  I don't recall where I found out about
<br>how the hibernating did its trick, it was too long ago.  Though<br>observing what my PC does while booting up, after using hibernation, and<br>not, you can work these things out for yourself.  It might be worth<br>looking at the mkswap man file, but I'm not using FC6, at the moment, to
<br>see if it's been updated with this information.<br><br>> Everything is on hda1 and the swap is on hda2, if that matters.<br><br>If that's a partition, then an entry like the following in your fstab<br>file should let you use it as your swap space:
<br><br>/dev/hda2         swap          swap    defaults        0 0<br><br>>> If the problems down to it not finding your swap partition because it<br>>> can't read the label it's expecting, you can use the old-style
<br>>> /dev/hda mount points<br><br>> (How is this done?)<br><br>As I've shown above, *instead* of something like:<br><br>LABEL=SWAP-hda2  swap          swap    defaults        0 0<br><br>"Comment out" any other swap lines, and just try one at a time.
<br><br>> There was a garphical tool like Parted, can't remember, but now it is<br>> gone. Should I put my disk in to get to the partitioning section<br>> again...I know nothing about fstab stuff.<br><br></blockquote>
</div>Here are the contents of my fstab:<br><br>LABEL=/                 /                       ext2    defaults        1 1<br>devpts                  /dev/pts                devpts  gid=5,mode=620  0 0<br>tmpfs                   /dev/shm                tmpfs   defaults        0 0
<br>proc                    /proc                   proc    defaults        0 0<br>sysfs                   /sys                    sysfs   defaults        0 0<br>LABEL=SWAP-hda2         swap                    swap    defaults        0 0
<br><br>Any changes you would make to this with the limited info you have?<br><br>Thanks,<br><br>George Hare<br>