Hello guys,
I've noticed that swap partition is not used when disk is fully encrypted. The partition exists (you can see it with Gnome Disk Utility), but it is not mounted.
Description
Description
Related Objects
Related Objects
- Mentioned In
- T1856: swap is not mounted after solus installation
Event Timeline
Comment Actions
UEFI, I've added /dev/SolusSystem/Swap into fstab and it mounts after reboot without problems.
Comment Actions
Crap. Ok so the idea is systemd is meant to automount swap, but obviously it would seem it doesn't do that in FDE..
Comment Actions
You can put swap partition into /etc/fstab (/dev/your_swap_partition swap swap defaults 0 0) as hotfix until it get's resolved in systemd.
Comment Actions
Thanks; here's what I ended up putting into /etc/fstab:
#Swap /dev/SolusSystem/Swap none swap defaults,discard 0 0