* [Qemu-devel] Windows 2000 partition full solution?
@ 2004-11-03 12:51 Patrick Ale
2004-11-03 14:18 ` Johannes Schindelin
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Ale @ 2004-11-03 12:51 UTC (permalink / raw)
To: qemu-devel
Hello Developers :D
I want to kick off with saying that I have no sense of programing and
am not trying to pretend I can program (I do know how to write hello
world in C withouth creating a seg. fault so yay on me) but I think I
should adress this thought on this list.
On the QEMU site I see that one of the known problems is that Windows
2000 says the partition is full. Now, I had this problem too and tried
to restart QEMU 4 times, still the same thing. I created the disk
image with: dd if=/dev/zero of=w2k.img bs=1M count=8096 (to create a
8GB disk).
Now, I tried reïnstalling Windows 2000 again but now with: dd
if=/dev/zero of=w2k.img bs=4096 count=2000000 and now it does work!
Could the diskfull problem have anything to do with the specified
blocksize for your image?.
Further I'd like to state that whenever you have a patch or bugfix
which needs extensive testing I'd be more than happy to help testing
out and stuff.
Cheers,
Keep up the good work.
Patrick
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Windows 2000 partition full solution?
2004-11-03 12:51 [Qemu-devel] Windows 2000 partition full solution? Patrick Ale
@ 2004-11-03 14:18 ` Johannes Schindelin
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Schindelin @ 2004-11-03 14:18 UTC (permalink / raw)
To: Patrick Ale, qemu-devel
Hi,
On Wed, 3 Nov 2004, Patrick Ale wrote:
> I created the disk image with: dd if=/dev/zero of=w2k.img bs=1M
> count=8096 (to create a 8GB disk).
>
> Now, I tried reïnstalling Windows 2000 again but now with: dd
> if=/dev/zero of=w2k.img bs=4096 count=2000000 and now it does work!
If that is really the reason, then W2K probably tries to access a few
bytes after the current block... I don't have W2K, but maybe someone could
investigate (by putting debug messages into the block layer), if W2K does
this.
> Further I'd like to state that whenever you have a patch or bugfix
> which needs extensive testing I'd be more than happy to help testing
> out and stuff.
Good to know!
Ciao,
Dscho
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-03 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-03 12:51 [Qemu-devel] Windows 2000 partition full solution? Patrick Ale
2004-11-03 14:18 ` Johannes Schindelin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.