mount host shared folder
parent
c1e92a1795
commit
3c90a9636e
@ -0,0 +1,11 @@
|
||||
# Mount host shared folder
|
||||
|
||||
* Prerquisites : [vmtools](./vmtools.md)
|
||||
|
||||
```sh
|
||||
# create mount point folder
|
||||
$ mkdir ~/shares
|
||||
|
||||
# mount the host shared folder to home/shares
|
||||
$ sudo /usr/bin/vmhgfs-fuse .host:/ /home/mitech/shares -o subtype=vmhgfs-fuse,allow_other
|
||||
```
|
||||
Loading…
Reference in New Issue