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

Vue implements small form validation function

This article example shares the specific code of ...

Nginx domain forwarding usage scenario code example

Scenario 1: Due to server restrictions, only one ...

How to use Docker to build OpenLDAP+phpLDAPadmin unified user authentication

1. Background Use LDAP to centrally manage operat...

Mysql database index interview questions (basic programmer skills)

Table of contents introduction Indexing principle...

How to design a web page? How to create a web page?

When it comes to understanding web design, many p...

How to make spaces have the same width in IE and FF?

body{font-size:12px; font-family:"宋体";}...

How to clear default styles and set common styles in CSS

CSS Clear Default Styles The usual clear default ...

Detailed explanation of JavaScript animation function encapsulation

Table of contents 1. Principle of animation funct...

Solution to 404 error when downloading apk file from IIS server

Recently, when using IIS as a server, the apk fil...

CentOS server security configuration strategy

Recently, the server has been frequently cracked ...

5 ways to make your JavaScript codebase cleaner

Table of contents 1. Use default parameters inste...

Docker sets up port mapping, but cannot access the solution

#docker ps check, all ports are mapped CONTAINER ...