Vmware Workstation 17 使用 vmware tools 文件共享重啟后失效
系統為debian12
安裝 open-vm-tools:
sudo apt-get install open-vm-tools
如果是桌面版可以繼續安裝 open-vm-tools-desktop:
sudo apt-get install open-vm-tools-desktop
在共享文件夾里設置共享后,每次重啟在 /mnt/hgfs 找不到共享的內容。
Vmware 官方給出的解決方案 為 在/etc/fstab最后添加一行:
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
執行
echo vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0 >> /etc/fstab

浙公網安備 33010602011771號