VMware/VBox设置共享文件夹后,虚拟机中仍然看不到
VMware设置共享文件夹后,虚拟机中仍然看不到首先在sudo mkdir /mnt/hgsf再执行#!/bin/bashsudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other
·
VMware设置共享文件夹后,虚拟机中仍然看不到
首先在 sudo mkdir /mnt/hgfs
再执行
#!/bin/bash
sudo vmhgfs-fuse .host:/ /mnt/hgfs/ -o allow_other
VBox设置共享文件夹:
[https://blog.csdn.net/bodybo/article/details/90446498](https://blog.csdn.net/bodybo/article/details/90446498)
更多推荐
所有评论(0)