VirtualBox install Linux system below how to share directory

Source: Internet
Author: User

Background:

The system is Win+virtualbox the LinuxMint system is installed in the virtual machine.

How do I share a directory?

The first step:

Installing enhancements in virtual machines

2, set the shared directory in VirtualBox

3, create a shared directory under Linux Winshare

mkdir Winshare

4, set mount, note that the names of Linuxmintshare and Winshare cannot be the same.

sudo mount-t vboxsf linuxmintshare/home/komiles/winshare

5. View Files

Linux below:

Under Windows:

6, do not want to manually mount each time, you can edit the/etc/fstab file

sudo vim/etc/fstab
Linuxmintshare/home/komiles/winshare vboxsf rw,gid=, uid=00

7, unloading the mount

sudo umount-f/home/komiles/winshare

8. See how many mount points this machine has

Df-l or Df-h

VirtualBox install Linux system below how to share directory

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.