Re: [Qemu-devel] problem with vvfat and plan9

2006-01-16 Thread Jens Arm
> > 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

Re: [Qemu-devel] problem with vvfat and plan9

2006-01-12 Thread Johannes Schindelin
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

[Qemu-devel] problem with vvfat and plan9

2006-01-12 Thread Jens Arm
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