Minimal installation
,点击Continue
Normal installation
Erase disk and install Ubuntu
,点击Install Now
选项翻译:
这台计算机目前没有检测到操作系统。你想怎么办?
擦除磁盘并安装Ubuntu
警告:这将删除所有操作系统中的所有程序、文档、照片、音乐和任何其他文件。
Continue
确认Restart Now
重新启动。https://blog.csdn.net/weixin_45385956/article/details/126519402
sudo apt install open-vm-tools
sudo apt install open-vm-tools-desktop
vmware-hgfsclient
cd /mnt/hgfs
ls
其实到这一步已经设置好了共享文件夹,但是如果关机/重启后,共享文件夹就会消失,因为没有挂载。(如果一直保持虚拟机“挂起(待机)”状态,也可以不进行后续的步骤)
下面的步骤是:实现开机启动时自动挂载共享文件夹。
/etc/fstab
文件夹,实现开机启动时自动挂载共享文件夹sudo gedit /etc/fstab
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0
到底了