4

I am using Ubuntu 22.04 and successfully shared folders in VMware. However, I find my mnt folder is empty. So, I use sudo mkdir /mnt/hgfs codes to make mnt have a folder named hgfs. However, the ghfs folded is still empty. What should I do to see the shared folders in Ubuntu?

Y. zeng
  • 141

1 Answers1

7

I had same problem so I run this command:

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

as explained in this link: How do I mount shared folders in Ubuntu using VMware tools?

After that i browsed the path /mnt/hgfs and I was able to access to my shared folder.

IbraMD
  • 3
  • 1
Ibra
  • 71
  • 1
  • 2