Running arch as a VBox gues
Stop your virtual machine.
Install the extension pack for VirtualBox.
Start your virtual machine and install virtualbox-guest-utils.
virtualbox-guest-utils
pacman -S virtualbox-guest-utils
Choose virtualbox-guest-modules-arch.
virtualbox-guest-modules-arch
Reboot your virtual machine.
Add your user to vboxsf group.
vboxsf
usermod -aG vboxsf root
Create a shared folder on VirtualBox.
Mount your folder to test.
Umount the volume.
Edit your fstab.
Add this line (example).
Mount it.
Last updated 6 years ago
mount -t vboxsf YOUR-VBOX-SHARE-NAME /windows
umount /windows
nano /etc/fstab
YOUR-VBOX-SHARE-NAME /windows vboxsf rw 0 0
mount -a