Add permanent swap & mount point to fstab
Add your mount point and swap permanently, so they will automatically mounted when you reboot. $ sudo vim /etc/fstab /swapfile swap swap sw 0 0 /dev/sdb1 /test1 ext3 defaults 0 0 /dev/sdb2 /test2 ext3 defaults 0 0 /dev/sdb3 /test3 ext3 defaults 0 0