Install Official VMware Tools on Arch Linux.

$ git clone https://github.com/rasa/vmware-tools-patches.git
$ cd vmware-tools-patches
$ sudo ./patched-open-vm-tools.sh
sudo pacman -S asp
asp checkout open-vm-tools
cd open-vmtools/repos/community-x86_64/
makepkg -s --asdeps
sudo cp vm* /usr/lib/systemd/system
sudo systemctl enable vmware-vmblock-fuse
sudo systemctl enable vmtoolsd
systemctl reboot

Bonus: If you want to add a share folder into your system

vmware-hgfsclient
mkdir <shared folders root directory>
sudo vmhgfs-fuse -o allow_other -o auto_unmount .host:/<shared_folder> <shared folders root directory>
.host:<shared_folder> <shared folders root directory> allow_other,uid=1000,gid=1000,auto_unmount,defaults 0 0

https://github.com/ribomo

Love podcasts or audiobooks? Learn on the go with our new app.

Ribo Mo

Ribo Mo

https://github.com/ribomo

More from Medium

PIVPN and OpenVPN

Yocto Project : Build your custom GNU/Linux Distribution ( Raspberry Pi Sample)

Termux Hacking Setup Guide[2021]

Setting up WireGuard on your Raspberry PI