So I installed ubuntu onto a virtual machine and just realized that it no longer creates a swap partition. Why is this I thought those were important.
Asked
Active
Viewed 211 times
0
/swapfile
creation unless specified during a "Something Else" setup when installing the OS. – Terrance Jun 29 '21 at 23:37/swapfile
is a file and not a partition so it will not show up in the list. Look atcat /etc/fstab
and you should see a line about swap in it. Also,swapon
from a terminal window will show you what swap is running on your system. – Terrance Jun 30 '21 at 14:23