A brief analysis of how to access Windows 10 host folders from CentOS 8 virtual machines

A brief analysis of how to access Windows 10 host folders from CentOS 8 virtual machines

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!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • Distributed deployment of pyspider in centos7
  • Construction and development of Hadoop distributed environment based on CentOS
  • Complete steps to build NFS file sharing storage service in CentOS 7
  • How to move mysql5.7.19 data storage location in Centos7
  • Complete steps to use samba to share folders in CentOS 7
  • Detailed tutorial for installing nginx on centos8 (picture and text)
  • How to add Nginx to system services in CentOS7
  • Centos7 configuration fastdfs and nginx distributed file storage system implementation process analysis

<<:  Solve the error "Can't locate ExtUtils/MakeMaker.pm in @INC"

>>:  Solution to the problem of MySQL thread in Opening tables

Recommend

How to prevent computer slowdown when WIN10 has multiple databases installed

Enable the service when you need it, and disable ...

XHTML Getting Started Tutorial: Using the Frame Tag

<br />The frame structure allows several web...

I have sorted out some domestic design websites that I think are good.

<br />I have compiled some domestic design w...

Analysis and description of network configuration files under Ubuntu system

I encountered a strange network problem today. I ...

Notes on Using Textarea

Why mention textarea specifically? Because the tex...

JQuery implements hiding and displaying animation effects

This article shares the specific code of JQuery t...

How to download excel stream files and set download file name in vue

Table of contents Overview 1. Download via URL 2....