Closed (works as designed)
Project:
DrupalPro
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 May 2013 at 06:09 UTC
Updated:
22 May 2013 at 18:01 UTC
Jump to comment: Most recent
Comments
Comment #1
mike stewart commentedsorry, I don't use MAC so I'm afraid I'm not much help... plus this is really outside the scope of Drupalpro ... its a VirtualBox question about sharing a (Mac) Host folder with Ubuntu (guest). I'm sure a little time with a good search engine should have the answer...
However, here's the help I can offer. First, ensure you've updated your Guest Additions to match the version of VirtualBox you're running. In short, it should be as easy as:
Once Guest Additions have been updated, follow the directions in Drupalpro for setting up shared folders:
Comment #2
micnap commentedI had done a google search and saw mentions of installing guest additions. But I also saw this post from Quickstart - http://drupal.org/node/907636 - and then found the 2-vbox-quest-additions.sh script in the setup_scripts folder of Drupalpro, so was wondering if there was a way to just run part of the setup scripts instead.
I've got it running now though. Thanks for your response.
Comment #3
mike stewart commentedI'm glad you got it working. I figured it was a guest additions problem.
to answer:
in short, it wouldn't help in this situation, unless you just ran the script to install guest additions which in this case would update them. but it is possible.
Comment #4
mikebrooks commentedI am using Drupalpro on a Windows 7 PC.
I could not even open the Shared Folder. I found my answer to the Permission Denied problem here:
http://unix.stackexchange.com/questions/52667/file-permission-issues-wit...
Basically, I needed to add the "drupalpro" user to the vboxsf group. In terminal I ran the command below and then restarted.
usermod -aG vboxsf drupalpro