qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Virtual FAT disk images error, can somebody help me , t


From: Mark Wu
Subject: Re: [Qemu-devel] Virtual FAT disk images error, can somebody help me , thank you !
Date: Thu, 08 Mar 2012 16:57:34 +0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110927 Red Hat/3.1.15-1.el6_1 Thunderbird/3.1.15

On 03/08/2012 02:11 PM, Zhi Hui Li wrote:


when I use the command :

1: mkdir /my_directory

2: qemu linux.img -fda fat:floppy:/my_directory

when I write to the floppy(just "mkdir test.dir" in the floppy), the error occur:

"FLOPPY ERROR: fdctrl_transfer_handler: writing sector 1"

and nothing is written to the /my_directory.

I don't know why?


can you help me, thank you very much!



Zhi Hui,
You could try:
     qemu linux.img -fda fat:floppy:rw:/my_directory

By default, it's only allow read-only access.

Mark





reply via email to

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