Thank you for the follow-up and info old-polack
Uh-oh *gets worried* .. my partitions overlap don't they ?
Should I just reformat the whole disk and try reinstall 2010-LXDE clean ? I know 2009 works great and is no biggy in setting up again unless I just backup and restore later.
Please advise and thank you very much for time.
[root@localhost ~]# fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x161e161d
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5098 40949653+ 5 Extended
/dev/hda2 9475 9729 2048287+ 82 Linux swap / Solaris
/dev/hda5 1 2549 20474779+ 83 Linux
/dev/hda6 2550 5098 20474811 83 Linux
# ^^ 40GB un-assigned, first 20GB has pclos 2009, second 20GB had pclos 2010beta2 which I have just formatted to ext3.
Disk /dev/hdc: 4311 MB, 4311982080 bytes
255 heads, 63 sectors/track, 524 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x9e8a2a98
Device Boot Start End Blocks Id System
/dev/hdc1 397 524 1028160 82 Linux swap / Solaris
Disk /dev/sda: 4005 MB, 4005560320 bytes
21 heads, 21 sectors/track, 17740 cylinders
Units = cylinders of 441 * 512 = 225792 bytes
Disk identifier: 0x00061334
Device Boot Start End Blocks Id System
/dev/sda1 * 19 17741 3907648 b W95 FAT32
Sorry for hi-jacking your thread daveysprocketbrew
Well, they don't actually overlap, but why did you make the first partition an extended partition? Also, if this was intentional, it should cover the whole drive space. Normally one of two basic layouts is used. The Windows basic layout has the first partition as a primary partition, then the second set as an extended partition, covering the remainder of the drive, all additional partitions are logical partitions within the extended container.
The other traditional method is to create up to 4 primary partitions, and if more than 4 partitions are needed, to make the fourth primary partition the extended partition, again covering the entire remainder of the drive, then creating however many additional patitions are needed as logical ones, within the extended container.
As an example, one of my hard drive's partition table.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 39 313236 83 Linux
/dev/sda2 40 1047 8096760 82 Linux swap / Solaris
/dev/sda3 1048 7127 48837600 83 Linux
/dev/sda4 7128 121601 817435395 5 Extended
/dev/sda5 7128 20500 107418591 83 Linux
/dev/sda6 20501 33267 102550896 83 Linux
/dev/sda7 33268 37158 31254426 83 Linux
/dev/sda8 37159 41049 31254426 83 Linux
/dev/sda9 41050 44940 31254426 83 Linux
/dev/sda10 44941 48831 31254426 83 Linux
/dev/sda11 48832 61886 104864256 83 Linux
/dev/sda12 61887 101050 314584798+ 83 Linux
/dev/sda13 101051 104942 31262458+ 83 Linux
/dev/sda14 104943 108893 31736376 83 Linux
Primary partitions reserve the numbers 1-4, Logical partitions always start with 5. With older kernels IDE drives can have a total of 63 partitions, SATA and SCSI drives can have a maximum of 15. With the new kernels, all drives are seen as SCSI, so all drives are limited to 15 partitions; size doesn't matter.
My first primary partition is a boot partition, used to boot all of my OS from a single place; it's about 300 MB on this drive. Next there is a primary swap partition that is shared by all the OS on the drive. The third primary partition holds a / partition for the first OS installed on the drive. Primary partition 4 is the extended partition which acts as a container for all my logical partitions, sda5-15. At present I have used 14 of my allowed 15 partitions and have empty space still available. I've obviously used the traditional layout, as all my partitions arrange themselves numerically and in logical sequence, based on their physical location on the drive. There are no overlaps between partitions, so I have no problems whatever in installing an OS to any partition I may choose.
Looking at your present partitions on /dev/hda, I'd go for the blank the drive and repartition option.
