Get the latest news, exclusives, sport, celebrities, showbiz, politics, business and lifestyle from The VeryTime,Stay informed and read the latest news today from The VeryTime, the definitive source.

How To Create a Swap Partition in Feather Linux

7
    • 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...
Subscribe to our newsletter
Sign up here to get the latest news, updates and special offers delivered directly to your inbox.
You can unsubscribe at any time

Leave A Reply

Your email address will not be published.