VirtualBox guest
Running arch as a VBox gues
Share folder
Stop your virtual machine.
Install the extension pack for VirtualBox.
Start your virtual machine and install virtualbox-guest-utils.
pacman -S virtualbox-guest-utilsChoose virtualbox-guest-modules-arch.
Reboot your virtual machine.
Add your user to vboxsf group.
usermod -aG vboxsf rootCreate a shared folder on VirtualBox.

Reboot your virtual machine.
Mount your folder to test.
mount -t vboxsf YOUR-VBOX-SHARE-NAME /windowsUmount the volume.
umount /windowsEdit your fstab.
nano /etc/fstabAdd this line (example).
YOUR-VBOX-SHARE-NAME /windows vboxsf rw 0 0Mount it.
mount -aLast updated