unixwz0r

VMware folder sharing linux guest to windows host

Dec 2nd, 2021 (edited)
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. ## VMWare sharing debian guest to windows host
  2. sudo apt install open-vm-tools-dekstop fuse
  3. sudo mkdir /hgfs
  4. sudo mount -t fuse.vmhgfs-fuse .host:/ /hgfs -o allow_other
Add Comment
Please, Sign In to add comment