Ask Question
27 September, 03:24

You recently upgraded your computer and added an extra 512 MB of RAM. Consequently, you want to increase your swap space by adding a new swap area. The second hard disk has an unused partition (/dev/sdb2) that you want to format for the swap area. In this lab, your task is to: Create a swap partition on / dev/sdb2. Activate the swap partition.

+4
Answers (1)
  1. 27 September, 05:00
    0
    Following are the answers of the question.

    mkswap / dev/sdb2 swapon / dev/sdb2

    Explanation:

    Firstly we have to generate the swap partition on the following directory then we have the following command for the swap partition that is:

    mkswap / dev/sdb2

    Then, we have to activate the following swap partition after generating the swap partition by using the following commands that is:

    swapon / dev/sdb2

    So, the following commands is correct for creating or activating the swap partition according to the following scenario.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “You recently upgraded your computer and added an extra 512 MB of RAM. Consequently, you want to increase your swap space by adding a new ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers