qemu-devel
[Top][All Lists]
Advanced

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

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


From: Johannes Schindelin
Subject: Re: [Qemu-devel] problem with vvfat and plan9
Date: Thu, 12 Jan 2006 20:19:24 +0100 (CET)

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=0xec04f - 63;

in block-vvfat.c, but I can't tell all the implications right now. If you 
feel lucky, you can try it, but I'll have a look anyway.

Ciao,
Dscho






reply via email to

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