From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3Yhp-00080E-2f for qemu-devel@nongnu.org; Fri, 12 Aug 2005 08:32:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3Yhn-0007zf-B7 for qemu-devel@nongnu.org; Fri, 12 Aug 2005 08:32:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3YhJ-0007dZ-O5 for qemu-devel@nongnu.org; Fri, 12 Aug 2005 08:31:41 -0400 Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3Yig-0007bf-AK for qemu-devel@nongnu.org; Fri, 12 Aug 2005 08:33:06 -0400 Received: by wproxy.gmail.com with SMTP id 49so146804wri for ; Fri, 12 Aug 2005 05:18:01 -0700 (PDT) Message-ID: <1dc7f0e305081205186d09b305@mail.gmail.com> Date: Fri, 12 Aug 2005 08:18:01 -0400 From: Alexandre Leclerc Subject: Re: [Qemu-devel] Q: how to change floppy disks? In-Reply-To: <200508121024.j7CAO5uH022896@imap3.tools.intra> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508121024.j7CAO5uH022896@imap3.tools.intra> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Keil , qemu-devel@nongnu.org On 8/12/05, Juergen Keil wrote: > Did you try the "eject" and "change" commands in qemu's monitor? >=20 > Ctrl-Alt-2 (to start the monitor screen) >=20 > eject fda > change fda /path/to/new/floppy_image >=20 > Ctrl-Alt-1 If this works wrong, do not 'eject' but simply 'change fda'... this is what I'm doing and it works great. In a previous version when I was ejecting, the media was not available anymore... maybe this is an error from me. --=20 Alexandre Leclerc