Mac friendly file sharing from VirtualBox

Posted by kitsched on Super User See other posts from Super User or by kitsched
Published on 2012-12-20T08:33:09Z Indexed on 2012/12/20 11:05 UTC
Read the original article Hit count: 374

Filed under:
|
|

I have set up Ruby on Rails on Ubuntu into a VirtualBox instance on my PC, I enabled Samba and I'm connecting to it via the home network from my Mac. All is fine except that I have some issues deleting some files from inside applications e.g. in Sublime Text 2 when I right click a file in the browser and select delete nothing happens (same in my Git client). To be able to delete files I have to navigate to the folder in Finder (which leaves those nasty .DS_Store files scattered all around) or issue the delete command from the terminal (inconvenient). If you're asking why I'm using VirtualBox for Rails instead of doing the development directly on the Mac it's because the ease of portability.

So my question is: are there any network sharing options which I could use to make the Linux instance play nicer with my Mac?

© Super User or respective owner

Related posts about linux

Related posts about mac