View Single Post
Old February 6th, 2005   #3
ulefr01
Just Give Me the Beans!
 
Join Date: Oct 2004
Beans: 54
Re: Partition does not end at cylinder boundary

Quote:
Originally Posted by stevetxt
I just noticed, since installing Ubuntu Warty a couple of weeks ago, my partition table now shows small areas of blank space at the ends of partitions. Here is the table from fdisk /dev/hda:


Disk /dev/hda1: 255 heads, 63 sectors, 1146 cylinders
Units = cylinders of 16065 * 512 bytes

Device Boot Start End Blocks Id System
/dev/hda1p1 ? 13578 119522 850995205 72 Unknown
Partition 1 does not end on cylinder boundary:
phys=(371, 101, 51) should be (371, 254, 63)
/dev/hda1p2 ? 45382 79243 271987362 74 Unknown
Partition 2 does not end on cylinder boundary:
phys=(299, 114, 44) should be (299, 254, 63)
/dev/hda1p3 ? 10499 10499 0 65 Novell Netware 386
Partition 3 does not end on cylinder boundary:
phys=(353, 115, 52) should be (353, 254, 63)
/dev/hda1p4 167628 167631 25817+ 0 Empty
Partition 4 does not end on cylinder boundary:
phys=(0, 0, 0) should be (0, 254, 63)

Partition table entries are not in disk order


My last install was Debian 3.0 (which still resides on partition 4). The partition table did not show these bits of free space then. Ubuntu is on Partition 6.

Any idea what is the problem here?

Steve

I think that this can help you :

do :
fdisk /dev/hda
use option : x (expert mode)
use option : f (fix partition order)
use option : v to verify partition
if it is ok
then you can do
option : w ( to write table to disk)
option : q to quit
ulefr01 is offline   Reply With Quote