[Catalyst] Vagrant / Developing with VM / NFS performance

2012-05-14 Thread Tobias Kremer
I'm playing around with Vagrant[1] to manage my development VMs and I'm running into some NFS-troubles and just wanted to hear if and how you guys are developing with a guest OS. The thing is that Vagrant by default configures the VM to export a shared directory (where my Catalyst app lives) from

Re: [Catalyst] Vagrant / Developing with VM / NFS performance

2012-05-14 Thread Drew Taylor
Hi Toby, I'm not (yet) using a VM with my new job, but at my last position I was running Parallels which hosted a VM running FreeBSD. In order to be able to use my OS X text editor of choice, I hosted the files on the OS X side and exported via NFS to the FreeBSD VM. The performance was good

Re: [Catalyst] Vagrant / Developing with VM / NFS performance

2012-05-14 Thread Francisco Obispo
What I usually do (on MacOS) is use SSHFS, with ExpanDrive ($25), It works very nicely, the restarter doesn't complain, and it works with multiple OSes. Francisco On May 14, 2012, at 5:04 AM, Drew Taylor wrote: Hi Toby, I'm not (yet) using a VM with my new job, but at my last position I