Tuesday, June 02, 2015

Windows mounted volume does not work on Virtualbox vboxsf

I have Windows 8.1 with VirtualBox 4.3.28 installed. On VM running Ubuntu 15.04, tried to mount Windows using VirtualBox Shared Folder using vboxsf. The issue is that this mounted volume in Linux does not know how to handle mounted Windows volume.

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...