Sharing folder between guest OS and the host OS is very easy in VMware. But in VirtualBox, I have to run the mount command ..
Then
su -
mkdir /media/shared
mount Downloads -t vboxsf /media/share/
Sharing folder between guest OS and the host OS is very easy in VMware. But in VirtualBox, I have to run the mount command ..
Then
su -
mkdir /media/shared
mount Downloads -t vboxsf /media/share/