dtf
Group: Members
Posts: 196
Joined: Nov. 2005 |
|
Posted: Sep. 27 2006,19:14 |
|
When you partition your disk, I use cfdisk you assign a partition to be a swap partition.
Say you choose to make /dev/hda2 your swap partion (the partition type number is 82 (I think I am remember correctly)).
After you are done with partitioning your hard drive and write it out, you need to run mkswap /dev/hda2 and swapon /dev/hda2.
If you forget the swapon command you will have a swap partiton but it will not be used.
Edit: I would suggest a minimum of 512M for the swap partition.
|