VMware Communities
zzzhhh
Contributor
Contributor
Jump to solution

How to map a Windows host driver to Ubuntu guest OS?

Host OS: Windows 10

Guest OS: Ubuntu 18.04

VM: VMware workstation 15 Pro.

What I want to do is to map a Windows host drive (or folder) to Ubuntu guest OS, so that this drive can be seen in Ubuntu. How to do that? Thanks a lot!

Tags (1)
1 Solution

Accepted Solutions
Parveen1988
Enthusiast
Enthusiast
Jump to solution

Hi,

Pretty easy.

Select Ubuntu VM->RightClick->Settings->Options>SharedFolder->Always Enabled->Select your required Windows Drive->Ok Done.

On Ubuntu open terminal-

cd /mnt/hgfs

ls -l

Voila. Smiley Happy

View solution in original post

3 Replies
RDPetruska
Leadership
Leadership
Jump to solution

Easiest way is to use standard SAMBA file sharing.

0 Kudos
Parveen1988
Enthusiast
Enthusiast
Jump to solution

Hi,

Pretty easy.

Select Ubuntu VM->RightClick->Settings->Options>SharedFolder->Always Enabled->Select your required Windows Drive->Ok Done.

On Ubuntu open terminal-

cd /mnt/hgfs

ls -l

Voila. Smiley Happy

zzzhhh
Contributor
Contributor
Jump to solution

Hi, Parveen1988, I made it! thank you so much for your instructions. I greatly appreciate it.