From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GAqK5-0008R9-Od for qemu-devel@nongnu.org; Wed, 09 Aug 2006 11:50:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GAqK4-0008QJ-Ur for qemu-devel@nongnu.org; Wed, 09 Aug 2006 11:50:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GAqK4-0008Pk-Mv for qemu-devel@nongnu.org; Wed, 09 Aug 2006 11:50:20 -0400 Received: from [209.191.124.128] (helo=web38101.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GAqOm-0003Bd-Hq for qemu-devel@nongnu.org; Wed, 09 Aug 2006 11:55:12 -0400 Message-ID: <20060809155018.97281.qmail@web38101.mail.mud.yahoo.com> Date: Wed, 9 Aug 2006 08:50:18 -0700 (PDT) From: Tieu Ma Dau In-Reply-To: <20060809151842.BC1B57F979@mail2.crypto.ruhr-uni-bochum.de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1435822264-1155138618=:96045" Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] asking about nfs server on Windows Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --0-1435822264-1155138618=:96045 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi all, In Windows, I use ProNFS to create a NFS server on my host; OpenVPN to create a TAP-Win32 Adapter. When I run Qemu to simulate ARM system by the following command: qemu-system-arm -kernel zImage.integrator -initrd arm_root.img -net nic,vlan=0 -net tap,vlan=0,ifname=my-tap And after that, in Qemu's screen, I can make mount: mout -t nfs 192.168.7.1:/c/cygwin/nfsqemu /my_mount_point #192.168.7.1: my host IP It's successful ! But if I want to use "192.168.7.1:/c/cygwin/nfsqemu" as root file system by executing the following command: qemu-system-arm -kernel zImage.integrator -append "root=/dev/nfs nfsroot=192.168.7.1:/c/cygwin/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 In the Qemu's screen, Qemu runs till: " eth0: link up Sending DHCP requests... IP-config: retrying forever (NFS root)... " But Qemu can not continue to run. Do you know where does the problem arrive? From ProNFS or from anything? Best regards, Tieu --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. --0-1435822264-1155138618=:96045 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi all,
In Windows, I use ProNFS to create a NFS server on my host; OpenVPN to create a TAP-Win32 Adapter. When I run Qemu to simulate ARM system by the following command:
qemu-system-arm -kernel zImage.integrator -initrd arm_root.img -net nic,vlan=0 -net tap,vlan=0,ifname=my-tap
And after that, in Qemu's screen, I can make mount:
mout -t nfs 192.168.7.1:/c/cygwin/nfsqemu /my_mount_point
#192.168.7.1: my host IP
It's successful !
But if I want to use "192.168.7.1:/c/cygwin/nfsqemu" as root file system by executing the following command:
qemu-system-arm -kernel zImage.integrator -append "root=/dev/nfs nfsroot=192.168.7.1:/c/cygwin/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0
In the Qemu's screen, Qemu runs till:
"
eth0: link up
Sending DHCP requests...
IP-config: retrying forever (NFS root)...
"
But Qemu can not continue to run.
Do you know where does the problem arrive? From ProNFS or from anything?
Best regards,
Tieu


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. --0-1435822264-1155138618=:96045--