Comment 5 for bug 1094595

Revision history for this message
Tristan Schmelcher (tschmelcher) wrote :

Here's my fstab. It's pretty simple.

$ 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/sda3 during installation
UUID=c24dcb8f-f3a8-481b-b68d-7f3f0e89ecbf / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=57326aa8-1fdf-45d9-a93d-6ce52a4d9e81 none swap sw 0 0

But note the presence of zram at run-time:

$ cat /proc/swaps
Filename Type Size Used Priority
/dev/zram0 partition 3866224 0 100
/dev/sda5 partition 15871996 0 -1

The resume device seems to be configured correctly:

$ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=57326aa8-1fdf-45d9-a93d-6ce52a4d9e81
$ sudo blkid /dev/sda5
/dev/sda5: UUID="57326aa8-1fdf-45d9-a93d-6ce52a4d9e81" TYPE="swap