

I can see that it works, if I create a file inside /web or D:/webroot it reflects on both sides but the problem is, as soon as I set this sharing system, the entire content of the folder /web in Ubuntu is cleared. Then I run these as specified in the tutorial: sudo mount /dev/cdrom /mnt So I followed this tutorial How To - Create Shared folder in Ubuntu under Virtual Box and basically I created a new shared folder in windows, created a file /etc/rc.local and I put in it this code: sudo mount -t vboxsf -o uid=33,gid=33 Webroot /web/ I created a folder in windows to share it with Ubuntu, the folder in windows is located in D:/webroot and in Ubuntu it is /web. Then navigate to your shared folder and copy the files there.I have VirtualBox installed in my windows host machine and I have installed Ubuntu in VirtualBox. So I followed this tutorial How To - Create Shared folder in Ubuntu under Virtual Box and basically I created a new shared folder in windows, created a file /etc/rc.

There are many ways to fix this, but the easiest is to start your the file browser of your Linux system with sudo or, if your Linux doesn't come with an UI, copy the files using sudo.įor instance, if you have the Nautilus file browser installed, run the following on the command line:

You will get messages like 'Access denied' or 'Error while copying' or 'You do not have permissions for this operation'. Click on the down arrow on the blue square to open up a file explorer. There are often tricky permission problems that prevent you from copying folders to Windows. From there, go to File > Preferences > Extensions. Now you should be able to copy files to and from Windows from your Linux host. Configure Virtual Box to create shared folder 3. Install VBoxGuestAddition 1.1 Load Guest Additions ISO Image 1.2 Mount Guest Additions Image on the server 1.3 Verify the content of the Image 1.4 Install pre-requisite rpms 1.5 Install VBox Guest Addition 2. Sudo mount -t vboxsf -o rw,uid=1000,gid=1000 Documents /home//WinDocuments 5 simple steps to create shared folder Oracle VirtualBox by admin Lab Environment 1.

