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

js to achieve simple product screening function

This article example shares the specific code of ...

A detailed discussion of components in Vue

Table of contents 1. Component Registration 2. Us...

jQuery realizes the picture following effect

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

A pitfall and solution of using fileReader

Table of contents A pitfall about fileReader File...

W3C Tutorial (4): W3C XHTML Activities

HTML is a hybrid language used for publishing on ...

Vue3 (III) Website Homepage Layout Development

Table of contents 1. Introduction 2. Actual Cases...

mysql5.5.28 installation tutorial is super detailed!

mysql5.5.28 installation tutorial for your refere...

WeChat Mini Program Basic Tutorial: Use of Echart

Preface Let’s take a look at the final effect fir...

CSS sets the list style and creates the navigation menu implementation code

1. Set the list symbol list-style-type: attribute...