martes, 27 de febrero de 2018

SHARED FOLDER BETWEEN WINDOWS AND MANJARO (VIRTUAL) IN VIRTUALBOX

With Manjaro in the virtual machine you need to run a sequence of commands and then your ROOT file manager will be able to access your shared folder...


su
systemctl enable vboxservice
systemctl start vboxservice
groupadd vboxsf
gpasswd -a $USER vboxsf
exit

Open Thunar as ROOT and you will have access to your shared folders in the VM assuming you have them automounted. In the future, when you have an issue which is different than the ORIGINAL topic, please start a NEW thread so we can keep things organized for the benefit of others who may need this solution.

take  from -> http://www.cupoflinux.com/SBB/index.php?topic=4627.0