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

MySQL uses the truncate command to quickly clear all tables in a database

1. Execute the select statement first to generate...

How to use cc.follow for camera tracking in CocosCreator

Cocos Creator version: 2.3.4 Demo download: https...

Solution to the problem that order by is not effective in MySQL subquery

By chance, I discovered that a SQL statement prod...

Application scenarios and design methods of MySQL table and database sharding

Many friends have asked in forums and message are...

The most comprehensive collection of front-end interview questions

HTML+CSS 1. Understanding and knowledge of WEB st...

About front-end JavaScript ES6 details

Table of contents 1. Introduction 1.1 Babel Trans...

Top 10 useful and important open source tools in 2019

In Black Duck's 2017 open source survey, 77% ...

Version numbers in css and js links in HTML (refresh cache)

background Search the keyword .htaccess cache in ...

MySQL simple example of sorting Chinese characters by pinyin

If the field storing the name uses the GBK charac...

Start a local Kubernetes environment using kind and Docker

introduce Have you ever spent a whole day trying ...

JavaScript implements large file upload processing

Many times when we process file uploads, such as ...

How to customize more beautiful link prompt effect with CSS

Suggestion: Handwriting code as much as possible c...