Zero3K
Active Member
How do I do it? (I already made one with the filename of swap.img that's on my SD card named PANDORA-SD2)
Zero3K said:Here's how to do it:
1. Get GParted from the Pandora File Archive.
2. Run it.
3. Either resize the partition of the SD card that you want to use as swap space or format it as linux-swap.
4. If you resized the partition, then make a new partition that's formatted as linux-swap.
5. Edit /etc/fstab to include this line of text:
SWAP_LOCATION none swap sw 0 0
(SWAP_LOCATION is the path to the swap partition)
6. Restart the Pandora.
7. Open a terminal and run swapon -s to see if its working properly.