Mounting Windows 10 Share Folder on Linux
Tested on Linux-Lite-5.2-VB-64bit
Steps:
1. Open VirtualBox
2. Right-click your VM, then click Settings
3. Go to Shared Folders section
4. Add a new shared folder
5. On Add Share prompt, select the folder Path in your host that you want to be accessible inside your VM, I create one named VirtualShare on D partition.
6. Uncheck Read-only, and check Auto-mount Make Permanent
7. Start your VM and go to Devices menu - Insert Guest Additions CD
8. Use the following command to mount the CD.
sudo mount /dev/cdrom /media/cdrom
9. Run installation script for the guest additions:
sudo /media/cdrom/ . /VBoxLinuxAdditions.run
10.I use osboxes as username. add your own user to the vboxsf group.
sudo usermod -a -G vboxsf osboxes
11. give a permission to access the media folder.
sudo chown -R osboxes:users /media/sf_VirtualShare/
12. Reboot VM
sudo shutdown now
13. your shared folder should now appear correctly.
Ещё видео!