Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 460 Bytes

mount_shared_folder.md

File metadata and controls

15 lines (10 loc) · 460 Bytes

Mount a shared folder

You can mount folders from your host operation system (OSX). This is useful if Fusion is used in your development proces.

sudo apt-get install open-vm-tools
sudo mkdir /mnt/hgfs
sudo mount -t vmhgfs .host:/ /mnt/hgfs

Requires VMware Tools, see also my til on installation.

References