# 建立media目錄 19 mkdir -p /media/cdrom # 講cd 掛載到上面目錄 20 mount /dev/cdrom /media/cdrom 21 cd /media/cdrom/ 22 ls # 複製 23 cp VMwareTools-10.3.2-9925305.tar.gz /home/ 24 cd /home/ 25 tar zxvf VMwareTools-10.3.2-9925305.tar.gz 26 cd vmware-tools-distrib/ # -d表明默認安裝 27 ./vmware-install.pl -d ... Creating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-4.15.0-118-generic The configuration of VMware Tools 10.3.2 build-9925305 for Linux for this running kernel completed successfully. Enjoy, --the VMware team # 出現上面enjoy表明成功 34 cd vmware-tools-distrib/ 35 ls 36 ./bin/vmware-config-tools.pl 37 ls 38 cd installer/ 39 ls 40 ./services.sh 41 ./services.sh start
root@tb:/home/vmware-tools-distrib/bin# /usr/bin/vmware-hgfsclient DiProject MacUbuntuBridge
7.通過一番路徑(暴力)查找 ,就能夠順利的共享文件了ubuntu
68 find / -name MacUbuntuBridge 69 cd /mnt/hgfs/MacUbuntuBridge/
root@tb:/mnt/hgfs/MacUbuntuBridge# ls 111.md 222.md xiaojudeng.thrift root@tb:/mnt/hgfs/MacUbuntuBridge#