qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Win98: how to exchange data with Linux


From: Fabrice Bellard
Subject: Re: [Qemu-devel] Win98: how to exchange data with Linux
Date: Wed, 14 Jul 2004 13:11:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Adrian Smarzewski wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jim C. Brown wrote:
| 1) and 2) are satified with a built-in qemu ftp server.
are there any windows ftp-clients mounting ftp resources as
a windows drive (read/write)?

Here are the solutions I see (in order of increasing complexity):

1) built-in FTP server in the SLIRP layer.

2) On the fly read-only FAT drive built from a host directory content. It is complementary to (1) to enable booting without a disk image ((2) is used with (3) in dosemu for example).

3) dosemu MSDOS redirector. Would only work with MSDOS based OSes (maybe up to Windows Me).

4) Integrated SMB server in the SLIRP layer. SMB is complicated because it has many variants. If an early version works with all Windows version it can be interesting.

5) Windows specific filesystem driver talking directly with QEMU.

Fabrice.





reply via email to

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