Announcement

Collapse
No announcement yet.

chage swap file size

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    chage swap file size

    hello all first time poster here. Just one question, how do i change my swap file size in dapper, I'm using qt-parted and it showing under my linux drive, the boot, a extended partition and a unknown witch one is the swap I have a screenshot is anyone would like to see it, because i dont know how to post it up on here

    #2
    Re: chage swap file size

    To find out which partition is the swap partition, type this on the command line (through a terminal program such as K Menu --> System --> Konsole ):
    cat /etc/fstab | grep swap

    You'll see something like this:
    /dev/hda3       none            swap    sw              0       0

    In this case, /dev/hda3 is your swap partition.  That would be the one you would have to resize.  (If you ran the command and received no output, there is no swap partition listed in /etc/fstab.)

    There are other ways to increase the amount of swap without resizing this partition.  Post back if you'd like more info.

    Comment

    Working...
    X