facebook youtube pinterest twitter reddit whatsapp instagram

How To Access Windows 10 Drive/Folder in VirtualBox

To access Windows drive or folder in your Guest OS, you first of all, install VirtualBox guest utilities:

sudo apt-get install virtualbox-guest-utils

You then Add a shared folder by going into: Settings > Shared Folders > Click the Plus Icon, and add the folder location. Having done that, you should check Auto Mount and Make Permanent.

Lastly, add your user to vboxsf group:

sudo usermod -aG vboxsf $(whoami)

Restart Virtual Box, and you should be good to go.

In Ubuntu, you can check the mounted drive by entering "df -h"

 

Related Post(s)

  • Installing and Running Rclone Mount As a Windows Service

    I previously wrote a guide on how to mount and unmount rclone in Linux, in this guide, I’ll walk you through on how to do the same on a windows system. Step 1: Download Rclone First, go to rclone d

  • Access A Web Page In GNU/Linux Using (Links) [Web Browser in Text Mode]

    Links is a text-mode World Wide Web (WWW) browses that can be used to view a web page either via a local (file://) or remote ((http:// or ftp://) URLs. To get started with Links, install it using the

  • Limiting/Configuring Administrator Access With Sudo In [Linux/Ubuntu]

    In this guide, you would learn how to configure or a limit what a sudo user group can do, the problem with the default sudo group is that any member of the...

  • Installing Ubuntu Server 18.04 Using Virtual Box on [Windows 7, 8 & 10]

    In this guide, we would virtualize Ubuntu server on Windows 7, 8 and 10, with the help of Virtualbox, this way we would be able to run Ubuntu OS on our local