Windows 10 文件夾 掛載到Linux虛擬機

***Notice:測試中linux7.0無法按照本方案掛載,在7.3版本中是可以的

1.在VMware的Linux創建共享文件夾:

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文件:

 

4.不要忘記 

[root@test04 mnt]# mount -a

5.Reboot

6.Check result :

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章