Skip to content

Instantly share code, notes, and snippets.

View gmikhaile's full-sized avatar
🎯
Focusing

Mikhail Gritsenko gmikhaile

🎯
Focusing
View GitHub Profile
@gmikhaile
gmikhaile / open-vm-tools-vmware-ubuntu-sharing.md
Created April 10, 2024 09:34 — forked from darrenpmeyer/open-vm-tools-vmware-ubuntu-sharing.md
open-vm-tools and VMWare Shared Folders for Ubuntu guests

(NB: adapted from this Ask Ubuntu thread -- tested to work on Ubuntu 16.04 LTS through Ubuntu 22.04 LTS (Jammy).

Unlike using VMWare Tools to enable Linux guest capabilities, the open-vm-tools package doesn't auto-mount shared VMWare folders. This can be frustrating in various ways, but there's an easy fix.

TL;DR

Install open-vm-tools and run:

sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
package main
import (
"context"
"fmt"
pb "main/errortest"
"main/hater"
"reflect"
"google.golang.org/grpc"
import QtQuick 2.4
Column {
width: parent.width
height: parent.height
property alias model: columnRepeater.model
Repeater {
id: columnRepeater