1.vmware中设置实体机共享文件夹

2.虚拟机命令行界面更新安装VMTools

apt update 

apt install open-vm-tools-desktop fuse

3.创建挂载目录名 【share】 自起名称

mkdir -p /mnt/hgfs/share

4.挂载实体机共享文件夹 【kaliShareFile】

sudo /usr/bin/vmhgfs-fuse .host:/kaliShareFile /mnt/hgfs/share -o subtype=vmhgfs-fuse,allow_other


5.设置每次开机启动自动挂载文件夹

vim /etc/fstab

添加:

.host:/share /mnt/hgfs/share fuse.vmhgfs-fuse allow_other 0 0

 

 

卸载挂载文件夹(不需要共享或出错时用)

umount /mnt/hgfs/share

 

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐