How To Create a Swap Partition in Feather Linux
- 1). Log in to Feather Linux and open a command line terminal window from the Desktop.
- 2). Type "dd if=/dev/zero of=/swap_partition bs=1024 count=size_of_swap_partition" into the Terminal (where "size_of_swap_partition" is the size you want the swap partition to be, in bytes) and press "Enter."
- 3). Change the partition to a swap partition by typing "mkswap /swap_partition" into the Terminal and pressing "Enter."
- 4). Activate the swap partition by typing "swapon /swap_partition" and pressing "Enter."
Source...