jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: Oct. 16 2007,05:10 |
|
Quote (roberts @ Oct. 16 2007,00:35) | Quote | Partition table entries are not in disk order |
Could this be your issue? What about the other puters with similar issue do they have this same condition? |
I think that just referred to hda3 being out of numerical order.
Other computer:
***************************************** dsl@box:~$ sudo fdisk -l /dev/hda1
Disk /dev/hda1: 501 MB, 501709824 bytes 255 heads, 63 sectors/track, 60 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda1 doesn't contain a valid partition table
*************************************** dsl@box:~$ sudo fdisk -l /dev/hda3
Disk /dev/hda3: 14.5 GB, 14558745600 bytes 255 heads, 63 sectors/track, 1770 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda3 doesn't contain a valid partition table *************************************** dsl@box:~$ sudo fdisk -l
Disk /dev/hda: 20.0 GB, 20003880960 bytes 255 heads, 63 sectors/track, 2432 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System /dev/hda1 1 61 489951 83 Linux /dev/hda2 62 662 4827532+ 82 Linux swap /dev/hda3 663 2432 14217525 83 Linux
|