| « When using RAID 5, why is the HD light on all the time. | Extra Packages I usually install » |
Once the system is installed do not forget to configure the priority of the swap spaces. If the priority is set correctly then all your swap spaces will be used as it they are stripped making it faster.
...
To see the current swap space setup use the command :
The last column "Priority should be the same for all three areas or you will not see the performance gain. In /etc/fstab for the three swap mount lines replace the none with swap and add pri=1, to the sw. As in:-
You can stop and start the swap space with :-
swapon -a
I found this gem of information, but have lost the original link. I think it was from the Ubuntu formus. Thanks .
If you end up getting a corrupt swap space you can reinitialise it with the following:
sudo swapoff /dev/device
You can also add a label so you can mount with something like this:
LABEL=swap1 swap swap pri=1,sw 0 0
To use labels on swap partitions you need to turn off the swap area add the label and turn it back on
sudo swapoff -a