您的位置:首页 > 运维架构 > Linux

Share folder between windows and ubuntu linux vm from Virtual Box

2015-07-24 16:52 851 查看
1. Click“settings” on the toolbar of VM VirtualBox Manager

2. Click“Shared Folders” from left side of settings page. Select a folder on Windows. e.g. D:\SharedFolder. and Add new share folder to “Machine Folder”

3. In ubuntu system, you need create a folder that used to share.

>mkdir vmShareFolder

4. Mountthis folder

> sudo mount -t vboxsf SharedFolder ~/vmShareFolder

5. add this mount command to bashrc. It will automatically mount when the system restart everytime

>vi /home/george/.bashrc

>source ~/.bashrc
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: