No commit activity in last 3 years
No release in over 3 years
Adds SMB synced folder capability to a Darwin guest.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
 Project Readme

Note

This plugin has been merged into vagrant and should be available in yet unreleased v1.7.3. Once this version of vagrant is released, this repo will go the way of the dodo.

vagrant-darwin-smb plugin

This plugin provides capability to add SMB synced folders to Darwin (OS X) guests. It is a simple wrapper/proxy to mount_smbfs command.

Installation

$ vagrant plugin install vagrant-darwin-smb

Usage

Define SMB synced folders in your Vagrantfile as usual. It should just work. If you need custom options you can pass an array of strings as mount_options parameter.

Caveats

Currently, there is no ability to pass -f, -d or -N parameters to mount_smbfs.

Acknowledgments

This plugin steals shamelessly from core Vagrant Darwin NFS and Linux SMB capabilities. All credit goes to Vagrant guys.