首页 > 其他 > 详细

virtualBox文件共享

时间:2015-06-24 12:19:47      阅读:277      评论:0      收藏:0      [点我收藏+]

具体过程,可以参考:

http://jingyan.baidu.com/article/2fb0ba40541a5900f2ec5f07.html

 

共享命令:sudo mount -t vboxsf share /mnt/share/
 
 
chunyun@chunyun-VirtualBox:~$ sudo mount -t vboxsf share /mnt/share/
/sbin/mount.vboxsf: mounting failed with the error: No such file or directory
报错是因为 share 文件是一个文件夹,需要用  使用的是mount -t vboxsf share/ /mnt/share
在需要挂载的share文件后面加“/”号,挂载的是文件夹。
 
?chunyun@chunyun-VirtualBox:~$ sudo mount -t vboxsf share/ /mnt/share/
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
报错是因为这个在共享设置的文件夹权限,settings-》shared Folders-》 edit share, 不要选中Auto-mount。
 
技术分享
 
 

virtualBox文件共享

原文:http://www.cnblogs.com/hcu5555/p/4597029.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!