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?
Asked
Active
Viewed 1.2k times
2

Y. zeng
- 121
1 Answers
4
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.
/mnt
? – Pilot6 May 23 '22 at 11:10/mnt
– Y. zeng May 23 '22 at 11:11https://www.addictivetips.com/ubuntu-linux-tips/how-to-access-a-vmware-shared-folder-on-ubuntu/#:~:text=Inside%20the%20root%20folder%2C%20locate,it%20to%20access%20your%20files.
– Y. zeng May 23 '22 at 11:14