Mount Windows Shared Folder in SUSE or other Linux VMware Guest
This page summarizes the steps to mount a windows shared folder in a Linux VMware guest machine, i.e. SUSE.
Setup shared folder
In Virtual Machine Settings windows, add shared folder.
Verify it in Linux guest machine
Run the following command line in your virtual machine:
/usr/bin/vmware-hgfsclient
This command will output the available shares:
As you can see in the above screenshot, I have added a share named python-bio.
Mount the share
Run the following command to mount it:
sudo vmhgfs-fuse -o nonempty -o allow_other .host:/python-bio /home/tangf/mounts/python-bio/
In my case, I am mounting share python-bio to folder /home/tangf/mounts/python-bio/.
Verify
You can then change directory to the mount folder and list the files in it using command ‘ls -alt’
info Last modified by Administrator 4 years ago
copyright
This page is subject to Site terms.
comment Comments
No comments yet.
Log in with external accounts
warning Please login first to view stats information.
article
Overwrite Connecting String via Environment Variable for ASP.NET Core on Docker
article
Install Spark 3.2.1 on Linux or WSL
article
Install .NET 8 SDK on Ubuntu
article
Apache Spark 3.0.1 Installation on Linux or WSL Guide
article
Install Hadoop 3.2.0 on Windows 10 using Windows Subsystem for Linux (WSL)
Read more (18)