Results 1 to 3 of 3
I have installed slackware 10.2 using no swap partition. Can I add swap partition after ? I have already a swap partition , simply didnt installed for testing purpose....
- 11-23-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 7
add swap after install
I have installed slackware 10.2 using no swap partition. Can I add swap partition after ? I have already a swap partition , simply didnt installed for testing purpose.
- 11-23-2005 #2Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
mkswap /dev/hdx
then add a line like this to your /etc/fstab
/dev/hdx swap swap defaults 0 0
- 11-23-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Bulgaria
- Posts
- 26
also you can enable it with
Code:swapon /dev/hd?


Reply With Quote