[SOLVED] Dual Boot/Swap Question
Hi.
I am dual booting Vista with Ubuntu. I have been having some difficulty with it and so my partitions are a little weird. To make a long story short, the Ubuntu partition is using two swap partitions, each on a different hard drive. I would like to delete one of these but don't know how to do it without messing things up. Here are the details:
On hard drive sda there is an NTFS data partition, a linux partition which I plan on deleting, and a swap partition which I would also like to delete.
On hard drive sdb there is the Vista partition, the Ubuntu partition I want to keep, the swap partition I want to keep, and an NTFS data partition.
Currently the Ubuntu partition on sdb uses both swap partitions--the one on sda and the one on sdb. I want to delete the linux partition and swap partition of sda. How can I do this?
lwpack@lwpack-desktop:~$ sudo fdisk -l
[sudo] password for lwpack:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000554fa
Device Boot Start End Blocks Id System
/dev/sda1 1 115048 924123028+ 7 HPFS/NTFS
/dev/sda2 115049 121601 52636972+ 5 Extended
/dev/sda5 115049 121327 50436036 83 Linux
/dev/sda6 121328 121601 2200873+ 82 Linux swap / Solaris
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x454ca824
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7012 56320000 7 HPFS/NTFS
/dev/sdb2 7013 13698 53705295 83 Linux
/dev/sdb3 13699 13941 1951897+ 5 Extended
/dev/sdb4 13942 121602 864779264 7 HPFS/NTFS
/dev/sdb5 13699 13941 1951866 82 Linux swap / Solaris
lwpack@lwpack-desktop:~$
Many thanks.