3z3qu13l / laptopSetup

0 stars 0 forks source link

Fix VM shared folder and copy/paste with VMware Fusion #10

Open 3z3qu13l opened 3 weeks ago

3z3qu13l commented 3 weeks ago
  1. Doc: https://www.liquidweb.com/blog/create-vmware-shared-folder/ /usr/bin/vmhgfs-fuse .host:/ /home/user/vmshare -o subtype=vmhgfs-fuse,allow_other

  2. Doc: https://woshub.com/enable-copy-paste-vmware-vm/ Alternatively, you can enable these options manually in the virtual machine’s VMX file.

    isolation.tools.copy.disable = "FALSE"
    isolation.tools.dnd.disable = "FALSE"
    isolation.tools.paste.disable = "FALSE"
    isolation.tools.hgfs.disable= "FALSE"