I have a large swap partition, but LMDE doesn't use it. If I set swap on after boot, it will use for the session only. I suspect this is the problem.
If I run sudo vim /etc/fstab, I can see this:
# swap was on /dev/sda2 during installation
UUID=c6876978-438f-4a1e-ae53-dacdf22d1e4a none swap sw 0 0
The UUID doesn't math any I can find. I know my swap partition is /dev/sda2, if I replace the UUID with /dev/sda2, would it fix the problem?








