Hi, I'm trying to run below command from my Mac(Catalina Mac OS) terminal. (VMWare Fusion Pro 11 + OpenSuse Leap 15.2 Guest OS). ./vmrun -gu "root" -gp "Password" CopyFileFromGuestToHost "/Users/VM...
See more...
Hi, I'm trying to run below command from my Mac(Catalina Mac OS) terminal. (VMWare Fusion Pro 11 + OpenSuse Leap 15.2 Guest OS). ./vmrun -gu "root" -gp "Password" CopyFileFromGuestToHost "/Users/VM185084/Virtual Machines.localized/OpenSUSE 64-bit.vmwarevm/OpenSUSE 64-bit.vmx" "/etc/fstab" "/tmp/file_linux" Error: Unknown error Details: 1) /etc/fstab file exist in my VM. 2) vm185084@localhost:~> ps -alx | grep vmtools 4 0 1377 1 20 0 232756 9412 - Sl ? 0:08 /usr/bin/vmtoolsd 0 1000 2816 2493 20 0 484272 41180 - Sl ? 0:11 /usr/bin/vmtoolsd -n vmusr --blockFd 3 --uinputFd 4 3) vm185084@localhost:/usr/lib64> ls -l open-vm-tools/ total 0 drwxr-xr-x 1 root root 32 Apr 17 01:41 plugins 4) vmware.log: 2021-05-25T13:18:33.613+05:30| vmx| I005: SOCKET 16 (263) recv detected client closed connection 2021-05-25T13:18:33.613+05:30| vmx| I005: Vix: [mainDispatch.c:2802]: VMAutomation: Connection Error (4) on connection 7. Can someone please help why vmrun is still throwing error?