VM VirtualBox virtual machine mount shared folder

VM VirtualBox virtual machine mount shared folder

One environment

Install VMware Tools on CentOS 7 to enable host shared folder access

2. Problem Description

Unable to mount files after installing vmware tools

Three-question approach

The header file address does not match the actual address location

Four solutions

yum install gcc make perl "kernel-devel-uname-r == $(uname -r)"

mkdir /mnt/cdrom

mount /dev/cdrom /mnt/cdrom

cp VMwareTools-9.6.5-2700074.tar.gz /tmp

cd /tmp

tar -xvzf VMwareTools-9.6.5-2700074.tar.gz

cd vmware-tools-distrib/

./vmware-install.pl

Five Last

Create a soft link

cd /home/

ln -s /mnt/hgfs/dev www

It’s done!

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • The best way to automatically mount shared directories on Ubuntu 16.04 startup under Virtualbox
  • Detailed tutorial on setting up VirtualBox shared folders and automatically mounting them at startup

<<:  MySQL 5.7.17 and workbench installation and configuration graphic tutorial

>>:  13 Most Frequently Asked Vue Modifiers in Interviews

Recommend

Implementation of HTML command line interface

HTML Part Copy code The code is as follows: <!D...

Use href to simply click on a link to jump to a specified place on the page

After clicking the a tag in the page, you want to ...

Solution to the conflict between nginx and backend port

question: When developing the Alice management sy...

MySQL high availability cluster deployment and failover implementation

Table of contents 1. MHA 1. Concept 2. Compositio...

The difference between Div and table in HTML (discussed in detail in all aspects)

1: Differences in speed and loading methods The di...

Vue3 uses axios interceptor to print front-end logs

Table of contents 1. Introduction 2. Use axios in...

Div picture marquee seamless connection implementation code

Copy code The code is as follows: <html> &l...

In-depth understanding of MySQL self-connection and join association

1. MySQL self-connection MySQL sometimes needs to...

Detailed explanation of MySQL injection without knowing the column name

Preface I feel like my mind is empty lately, as I...

Creating a Secondary Menu Using JavaScript

This article example shares the specific code of ...

10 skills that make front-end developers worth millions

The skills that front-end developers need to mast...

How to get the real path of the current script in Linux

1. Get the real path of the current script: #!/bi...

Detailed use of Echarts in vue2 vue3

Table of contents 1. Installation 2. Use Echarts ...