And hibernation working on different partition who was installed first has this fstab and fdisk -l cat /etc/fstab # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda6 during installation UUID=1173e278-ad2d-4b7b-966c-c0eed0a4146f / ext4 errors=remount-ro 0 1 # swap was on /dev/sda5 during installation UUID=cafdc67e-c8d6-4831-8488-3c74c677a7f8 none swap sw 0 0
sudo fdisk -l Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000585b6 Device Boot Start End Blocks Id System /dev/sda1 * 261316608 312580095 25631744 7 HPFS/NTFS/exFAT /dev/sda2 189313022 261316607 36001793 5 Extended /dev/sda5 257316864 261316607 1999872 82 Linux swap / Solaris /dev/sda6 237316096 257316863 10000384 83 Linux /dev/sda7 217315328 237314047 9999360 83 Linux /dev/sda8 189313024 217313279 14000128 83 Linux Partition table entries are not in disk order -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/965189 Title: Hibernation not working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/965189/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
