> > cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries
> > out of range
>
> Note that the difference of the larger numbers is exactly 63...
>
> It might be fixed by replacing the line
>
> s->sector_count=0xec04f;
>
> with
>
> s->sector_count=0xec04f - 63;
>
> in
Hi,
On Thu, 12 Jan 2006, Jens Arm wrote:
> cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries
> out of range
Note that the difference of the larger numbers is exactly 63...
It might be fixed by replacing the line
s->sector_count=0xec04f;
with
s->sector_count=0x
Hi
The vvfat driver has wrong partition table entry for plan9. When booting I get
the error:
cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries out of
range
In Linux the vvfat driver works, but plan9 is refusing to use the first
partition, because
the wrong entry.
In L