Comment 18 for bug 43114

Revision history for this message
SonWon (jtmitche) wrote : Re: GDM Choices Cause Sleep and Hibernate Failure

Yes, I created a swap but was hit by the swap partition corruption bug. I thought I had correctly repaired the swap after the bug?

I have 1GB of ram in my laptop, swap is 1.3 GB.

/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 defaults,errors=remount-ro 0 1
/dev/hda1 /media/hda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
/dev/hda3 none swap sw 0 0
/dev/hda4 /media/dos vfat iocharset=utf8,umask=000 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0

sudo fdisk -l /dev/hda

Disk /dev/hda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot Start End Blocks Id System
/dev/hda1 * 1 3298 26491153+ 7 HPFS/NTFS
/dev/hda2 3299 7122 30716280 83 Linux
/dev/hda3 7123 7295 1389622+ 82 Linux swap / Solaris
/dev/hda4 7296 7296 8032+ e W95 FAT16 (LBA)

sudo file -s /dev/hda3
/dev/hda3: Linux/i386 swap file (new style) 1 (4K pages) size 347404 pages

It looks okay to me?