VirtualBox的共享文件夹设置后出现了一个硬盘无法访问!
首先,我根据小甲鱼的教程设置VirtualBox的共享文件夹https://fishc.com.cn/thread-65158-1-1.html但在第三步出现教材中报警:
“3. 切换到 root 权限,执行 mkdir /mnt/shareV 和 mount -t vboxsf share /mnt/shareV 命令,如下图:
注意:如果提示 /sbin/mount.vboxsf: mounting failed with the error: No such device,可能是没有载入内核模块 vboxfs ,执行 modprobe vboxsf 命令。”
执行 modprobe vboxsf 命令后,显示没有设备,报警提示没有记录。
搜索后,在https://www.cnblogs.com/zhengchuzhou/p/9607556.html找到一个方法,然后操作
“5、执行4时报错,/sbin/mount.vboxsf: mounting failed with the error: No such device,解决方法:
yum clean all
yum update
yum install -y kernelkernel-develkernel-headers gccmake
reboot
cd /opt/VBoxGuestAdditions-*/init
./vboxadd setup
reboot,
之后再执行4即可”
然后再使用mount -t vboxsf share /mnt/shareV 执行测试OK
按照小甲鱼后面的操作顺利完成。
但重启后桌面上出现了一个“sf_share”的硬盘图标
The folder contents could not be displayed.
You do not have the permissions necessary to view the contents of "sf_share".
请问,这个硬盘是怎么回事?
可以删除吗?用指令rm,会显示我设置的共享文件夹里的东西,rm -r sf_share 后全部yes可以把里面的文件删除,但sf_share还在。
前面搜索到使用“usermod -a -G vboxsf 当前用户名”添加组,重启虚拟机就可以正常访问了。
其中还有一个指令whoami 查看当前用户
页:
[1]