Re: [Qemu-devel] file system sharing

2005-07-31 Thread Johannes Schindelin
Hi, On Sun, 31 Jul 2005, Mark Williamson wrote: > If only one machine (host or guest) has mounted the device then it should > always be safe to do this. You may get away with read only mounting in one > and writing in the other but it's not a reliable solution. You almost certainly get not away

Re: [Qemu-devel] file system sharing

2005-07-31 Thread Mike Swanson
You can probably also set up an ftp or smb (via Samba) server to transfer files within the guest OS. HTTP should also work with Apache, but remember the protocol wasn't originally designed for uploads, and not all clients (eg, web browsers) support it. -- Mike __

Re: [Qemu-devel] file system sharing

2005-07-30 Thread Mark Williamson
> can I write a file based file system and read it from the host? I can > guarantee I have stopped writing before I read on the host side. I can > even unmount before reading. If only one machine (host or guest) has mounted the device then it should always be safe to do this. You may get away

[Qemu-devel] file system sharing

2005-07-30 Thread Eric S. Johansson
can I write a file based file system and read it from the host? I can guarantee I have stopped writing before I read on the host side. I can even unmount before reading. ideally, I would like to "import" my flash memory device into the guest OS side (USB based) but if I can create a "virtual