Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1103446
  • 博文数量: 276
  • 博客积分: 8317
  • 博客等级: 少将
  • 技术积分: 2329
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-12 08:17
个人简介

http://ads.buzzcity.net/adpage.php?partnerid=40096

文章分类

全部博文(276)

文章存档

2013年(1)

2012年(38)

2011年(102)

2010年(85)

2009年(45)

2008年(5)

分类: 嵌入式

2011-05-18 12:55:48

android-x86不知何故被墙了,这里记录一些原站点的技术文章来分享给大家。
---Submitted by --

Now I am able to mount an NFS fold from Android-x86 running as a KVM guest (VNC as
display). The steps I did:

1. Using eeepc-20090820.iso and install it;
2. Boot to debug mode;
3. modprobe sunrpc lockd nfs;
4. netcfg eth0 dhcp;
5. mount -t nfs -o nolock 192.168.xx.xxx:/path/nfs /sdcard, must use the busybox
mount here, toolbox mount doesn't work in my case, always report "Invalid argument".
I don't know why.
6. then exit the shell so you enter android;
7. Alt+F1 to enter shell again;
8. again: netcfg eth0 dhcp;
9. setprop net.dns1 your-dns-server;
10. route add default gw your-default-gw;

At this point, I am able to browser internet and use OI file manager to access the
files in the nfs shared folder.

The virsh xml file for the VM:


Android
524288
524288
2

hvm








destroy
restart
preserve

/usr/bin/kvm















阅读(951) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~