ARTICLE DETAIL

资讯详情

深耕网站建设、视觉设计与SEO优化的一线实战洞察。

vmware ubuntu共享文件夹

vmware ubuntu共享文件夹

sudo apt update
sudo apt install open-vm-tools open-vm-tools-desktop

sudo vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other,uid=1000,gid=1000

开机自动挂载
编辑/etc/fstab文件,添加以下行(需确保共享文件夹名称正确):
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0

返回列表