bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parted fails on disks with 240 Heads (1.6.19)


From: Andrew Clausen
Subject: Re: Parted fails on disks with 240 Heads (1.6.19)
Date: Sat, 18 Dec 2004 09:03:24 +1100
User-agent: Mutt/1.3.28i

Hi Marco,

Clearly, the partition table has been written as if it were 255 heads
(not 240).  Parted doesn't provide any mechanism to fix partition tables
that were written incorrectly.  You can use sfdisk, as follows:

        sfdisk -d /dev/hda | sfdisk --no-reread -H240 /dev/hda

Did the partition table have 240 heads previously?  How did it change
from 240 to 255?

Cheers,
Andrew





reply via email to

[Prev in Thread] Current Thread [Next in Thread]