Find the answer to your Linux question:
Results 1 to 3 of 3
I got the puppy comp up and running fine, by using gparted to wipe dev/sda1. My question is: I was not able to delete/change the linux swap partition or the ...
  1. #1
    Linux Newbie
    Join Date
    Nov 2007
    Posts
    223

    swap ?

    I got the puppy comp up and running fine, by using gparted to wipe dev/sda1. My question is: I was not able to delete/change the linux swap partition or the extended partition, so i just left those alone. can there be 2 extended partitions on one hd, or did this installation just use the existing one ? how do you know if a swap partition is in use ? thanks.

  2. #2
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    You can only have a single extended partition on a hard drive. Swap is used while the system is live - and can be shared between several distros unless you want to use suspend to disk. Check contents of /etc/fstab on each distro to see if swap partition is used
    Code:
    cat /etc/fstab
    and look for an entry something like ...
    Code:
    /dev/sda5 swap swap defaults 0 0
    ... you should be able to modify these unless you either have swap in use at the time or a logical partition within the extended partition mounted at the time. Check also output of
    Code:
    free

  3. #3
    Linux Guru
    Join Date
    Nov 2007
    Location
    Córdoba (Spain)
    Posts
    1,513
    Quote Originally Posted by Jonathan183 View Post
    You can only have a single extended partition on a hard drive.
    Not only that, but there wouldn't be any sense in having more than one since you can create as many logical drives inside it as you want. Having two extended partitions would make absolutely no difference.

Posting Permissions

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