码迷,mamicode.com
首页 > 系统相关 > 详细

virtualBox Ubuntu共享文件夹设置

时间:2017-07-28 17:39:02      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:apt-get   ons   header   dev   generic   oop   interface   www   gateway   

install ubuntu on virtual

ip
vim /etc/network/interfaces
 
auto lo
iface lo inet loopback
 
auto eth1
iface eth1 inet static
address 192.168.56.151
netmask 255.255.255.0
network 192.168.56.1
broadcast 192.168.56.255
#gateway 192.168.56.250
 
auto 。。。。
。。。。。dhcp
 
 
 
address 192.168.1.201
netmask 255.255.255.0
gateway 192.168.1.1

share folder
sudo apt-get install linux-headers-generic build-essential dkms
sudo mount /dev/cdrom /media/cdrom
sudo sh /media/cdrom/VBoxLinuxAdditions.run
ignore this error:Could not find the X.Org or XFree86 Window System, skipping.
 
sudo mount -t vboxsf yanshiShare  /var/www/html
vi /etc/rc.local                (exit 0 前面)

virtualBox Ubuntu共享文件夹设置

标签:apt-get   ons   header   dev   generic   oop   interface   www   gateway   

原文地址:http://www.cnblogs.com/luotingliang/p/7251514.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!