Results 1 to 4 of 4

Thread: things about a swap partition

  1. #1
    Join Date
    Nov 2009
    Beans
    16

    things about a swap partition

    Hello, I was pretty new with 9.04 when I decided to upgrade to 9.10. I don't know that that matters much for the purpose of this question.

    How do I determine whether I have a swap partition and whether it is activated?

    Thank you for your response and cheers,

  2. #2
    Join Date
    Apr 2008
    Location
    California Republic
    Beans
    2,657

    Re: things about a swap partition

    Quote Originally Posted by abqhandyman View Post
    Hello, I was pretty new with 9.04 when I decided to upgrade to 9.10. I don't know that that matters much for the purpose of this question.

    How do I determine whether I have a swap partition and whether it is activated?

    Thank you for your response and cheers,
    free -m

    example, with relevant part underlined:
    Code:
    [chris: ~]$ free -m
                 total       used       free     shared    buffers     cached
    Mem:          2004       1909         94          0         57       1670
    -/+ buffers/cache:        181       1822
    Swap:         1791          0       1791
    [chris: ~]$
    if you see a 0 in the first column, you have no active swap.
    Semper Fi

    My Non-Ubuntu Blog.
    All posts by me are Public Domain.

  3. #3
    Join Date
    Feb 2009
    Location
    Baja Oklahoma
    Beans
    1,652

    Re: things about a swap partition

    Open gparted, the partition editor. You should see your swap partition, if it exists. Right-click on it, and there should be a choice, either swapon or swapoff. If the choice is swapon, click on it, and the swap partition will be enabled. If the choice is swapoff, it is already enabled. That's the easy way.

  4. #4
    Join Date
    Feb 2005
    Location
    Geneva, Switzerland
    Beans
    976

    Re: things about a swap partition

    Quote Originally Posted by abqhandyman View Post
    How do I determine whether I have a swap partition and whether it is activated?
    Code:
    swapon -s

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •