在VirtualBox ubuntu/linux虚拟机中挂载mount共享文件夹
Posted lion_zheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在VirtualBox ubuntu/linux虚拟机中挂载mount共享文件夹相关的知识,希望对你有一定的参考价值。
referemce:
https://www.smarthomebeginner.com/mount-virtualbox-shared-folder-on-ubuntu-linux/
1) VirtualBox manager -> setting -> share folder -> add share folder -> 选择 "Auto-mount " "Make permanent"
2) 打开VirtualBox虚拟机,共享文件夹 sf_xxxx
应该已经挂载到 /media文件夹下面了
3) 共享文件夹的用户是vboxsf, 可通过ls -l
查看文件夹状态。默认情况下,vboxsf并不具有读写权限。
使用一下指令为vboxsf用户增加读写权限
$ sudo usermod -a -G vboxsf USER
4)reboot,重启电脑
以上是关于在VirtualBox ubuntu/linux虚拟机中挂载mount共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章