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 ...
- 06-06-2009 #1Linux 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.
- 06-06-2009 #2
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
and look for an entry something like ...Code:cat /etc/fstab
... 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 ofCode:/dev/sda5 swap swap defaults 0 0
Code:free
- 06-07-2009 #3Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513


Reply With Quote
