![]() |
So now we need to add the swap partition to /etc/fstab so it's automatically enabled the next time we boot. We add the following line:
dev/hdb2 swap swap defaults 0 0And we can enable the swap partition without rebooting by doing the following:
# swapon /dev/hdb2
#