虚拟机安装ubuntu系统
目录
一.软件下载
VM和Ubuntu18.04下载网盘
二.安装
三.安装VM tools
一.软件下载
VM和Ubuntu18.04下载网盘
通过网盘分享的文件:VMware16.0.rar等2个文件通过网盘分享的文件:ubuntu-24.04.1等3个文件
链接: https://pan.baidu.com/s/1lIXhEyImq18RsNA1k2w3rQ 提取码: 6ks3
二.安装
VM直接下一步安装后,打开VM安装ubuntu 24.04比较好用
确定复制后等待
三.安装VM tools
解决不能复制粘贴
# 更新软件包列表
sudo apt update# 安装适用于桌面环境的open-vm-tools
sudo apt install open-vm-tools open-vm-tools-desktop#建议重启系统
sudo reboot
四.共享文件夹
设置
ubuntu终端挂载
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt -o allow_other
cd /mnt
ls