After installing VMware Tools, ① text can be copied and pasted between virtual machine hosts. ②The virtual machine files can be copied to the host, but → Host files cannot be copied to the virtual machine. You can access the host folder directly from the terminal by the following method. 1. Virtual Machine > Settings > Options > Shared Folders Click "Always Enable" "Folder" > Add > Next > Browse [host path] > Next Enable this share > Finish > OK 2. Terminal input vmware-hgfsclient Displays the name of the host folder just added. 3. Terminal input /bin/vmware-config-tools.pl The default is yes, waiting for the last few lines to appear. The configuration of VMware Tools 10.3.10 build-13959562 for Linux for this running kernel completed successfully. Enjoy, --the VMware team 4. At this point, you can access the host folder added above from the following location and copy it. cd /mnt/hgfs/ ls cp host_file /root/Documents/ Summarize The above is the method that the editor introduced to you for CentOS8 virtual machine to access Windows10 host folder. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Solve the error "Can't locate ExtUtils/MakeMaker.pm in @INC"
>>: Solution to the problem of MySQL thread in Opening tables
Docker is an open source project that provides an...
Table of contents From father to son: 1. In the s...
Maybe some people have not come across this issue ...
Learn about similar methods for getting character...
In the vertical direction, you can set the alignm...
Preface In daily work, we sometimes run slow quer...
What is serdel userdel is a low-level tool for de...
Official website explanation: When a component is...
Caused by: java.sql.SQLException: Incorrect strin...
I started learning MySQL recently. The installati...
Table of contents 1. Problematic SQL statements S...
This article will not explain the use and install...
Table of contents 1. Introduce according to the o...
Use event delegation to implement message board f...
I just started learning database operations. Toda...