What's in your /etc/fstab that you added yourself?

My addition to /etc/fstab was:

# zram swap /dev/zram0
/dev/disk/by-uuid/7A7E1892271D8139 /mnt/7A7E1892271D8139 auto nosuid,nodev,nofail,x-gvfs-show,noauto 0 0

(and I disabled my swap partition)

Because of this: Linux Performance: Almost Always Add Swap Space - Part 2: ZRAM
and it did exactly what I wanted it to do. :+1:

It was conveniently automatically added when setting up zram.
(otherwise I would have done it myself :slight_smile: )

2 Likes