Windows 10 文件夹 挂载到Linux虚拟机

***Notice:测试中linux7.0无法按照本方案挂载,在7.3版本中是可以的

1.在VMware的Linux创建共享文件夹:

Windows 10 文件夹 挂载到Linux虚拟机_第1张图片

2.在VM中创建文件夹:

[root@test04 mnt]# mkdir hgfs

[root@test04 mnt]# ll

total 0

drwxr-xr-x 2 root root 6 Jul 20 16:28 CDrom

drwxr-xr-x 2 root root 6 Sep 16 11:25 hgfs

3.编辑/etc/fstab文件:

 Windows 10 文件夹 挂载到Linux虚拟机_第2张图片

4.不要忘记 

[root@test04 mnt]# mount -a

5.Reboot

6.Check result :

Windows 10 文件夹 挂载到Linux虚拟机_第3张图片

 

你可能感兴趣的:(Windows 10 文件夹 挂载到Linux虚拟机)