[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Assertion (cyl_size <= 255 * 63) at disk_dos.c:546 in function probe
From: |
Andrew Clausen |
Subject: |
Re: Assertion (cyl_size <= 255 * 63) at disk_dos.c:546 in function probe_partition_for_geom() failed. |
Date: |
Sat, 18 Dec 2004 23:43:45 +1100 |
User-agent: |
Mutt/1.3.28i |
Hi Ylia,
Your partition table is broken... did you use Norton Ghost?
Anyway, you inspired a better heuristic for Parted detecting such
broken partition tables (i.e. fewer false negatives and still no
false positives).
I now check if any geometry is feasible based on the end cylinder of the
partition and the maximum geometry of x/255/63. If it isn't, there is
no point in trying to deduce one...
Thanks!
Andrew