Skip to content

linux挂载共享文件夹

VMware ubuntu共享文件夹自动挂载_ubuntu虚拟机 自动挂载共享目录-CSDN博客

永久挂载

c
sudo vi /etc/fstab

加上这行:

c
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0

一次性挂载

shell
sudo vmhgfs-fuse .host:/Desktop /mnt/hgfs/Desktop -o allow_other
最近更新