六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 1452|回复: 0

virtual box share folder usage

[复制链接]

升级  2.7%

340

主题

340

主题

340

主题

探花

Rank: 6Rank: 6

积分
1054
 楼主| 发表于 2013-2-7 10:05:03 | 显示全部楼层 |阅读模式
today,i finally find how to use share folder with the virtual os is windows,you should open the network neighbor,double click virtualbox newwork,in this folder there is a folder named //Vboxsvr


<style type="text/css"> p, li { white-space: pre-wrap; } </style><!--StartFragment-->Then, you can mount the shared folder from inside a VM the same way as you would mount an ordinary network share:


  • In a Windows guest, starting with VirtualBox 1.5.0, shared folders are browseable and are therefore visible in Windows Explorer. So, to attach the host's shared folder to your Windows guest, open Windows Explorer and look for it under "My Networking Places" -> "Entire Network" -> "VirtualBox Shared Folders". By right-clicking on a shared folder and selecting "Map network drive" from the menu that pops up, you can assign a drive letter to that shared folder.Alternatively, on the Windows command line, use the following:
<span style="font-family: 'Courier New,courier';">net use x: \\vboxsvr\sharename</span>While vboxsvr is a fixed name (note that vboxsrv would also work), replace "x:" with the drive letter that you want to use for the share, and sharename with the share name specified with VBoxManage.
<li style="margin: 12px 0px; text-indent: 0px;">In a Linux guest, use the following command: <span style="font-family: 'Courier New,courier';">mount -t vboxsf [-o OPTIONS] sharename mountpoint</span><!--EndFragment-->

<div class="zemanta-pixie">
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表