qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] asking about nfs server on Windows


From: Tieu Ma Dau
Subject: [Qemu-devel] asking about nfs server on Windows
Date: Wed, 9 Aug 2006 08:50:18 -0700 (PDT)

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.
reply via email to

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