jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: Oct. 16 2007,04:29 |
|
Quote (roberts @ Oct. 15 2007,23:57) | Does fdisk -l /dev/hda3 show a clean partition table or does it show many mismatches between physical and logical beginning and ending of partitions. |
First I ran 'checkfs', then:
dsl@box:~$ sudo fdisk -l /dev/hda3
Disk /dev/hda3: 19.2 GB, 19206028800 bytes 255 heads, 63 sectors/track, 2335 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda3 doesn't contain a valid partition table
*************************************** dsl@box:~$ sudo fdisk -l /dev/hda1
Disk /dev/hda1: 82 MB, 82220544 bytes 255 heads, 63 sectors/track, 9 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/hda1 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 10 80293+ 83 Linux /dev/hda2 11 72 498015 82 Linux swap /dev/hda3 98 2432 18755887+ 83 Linux /dev/hda4 * 73 97 200812+ 83 Linux
Partition table entries are not in disk order
|