美文网首页
新版VirtualBox设置Ubuntu共享文件夹的方法

新版VirtualBox设置Ubuntu共享文件夹的方法

作者: 惊穹 | 来源:发表于2019-03-04 17:36 被阅读0次

0、VirtualBox 设置共享文件夹

1、添加当前用户到vboxsf组

sudo adduser username(需要挂载到的用户名) vboxsf

2、创建挂载文件夹

mkdir  /mnt/home/share

3、挂载

mount  -t vboxsf shared/home/share

4、重启系统后可以正在查看

相关文章

网友评论

      本文标题:新版VirtualBox设置Ubuntu共享文件夹的方法

      本文链接:https://www.haomeiwen.com/subject/fgbvvxtx.html