Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/vagrant-smb-plugin
Vagrant plugin to automatically create and connect to a UNC share
https://github.com/mefellows/vagrant-smb-plugin
Last synced: 2 months ago
JSON representation
Vagrant plugin to automatically create and connect to a UNC share
- Host: GitHub
- URL: https://github.com/mefellows/vagrant-smb-plugin
- Owner: mefellows
- Created: 2014-11-03T07:11:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T01:34:22.000Z (about 10 years ago)
- Last Synced: 2023-06-02T17:01:13.740Z (over 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 219 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**WARNING:** This plugin is a work in progress and is not yet available for use
# Vagrant SMB Share Plugin
Vagrant plugin to automatically create and connect to a UNC share.
There is currently an [issue](https://github.com/mitchellh/vagrant/issues/3699) with Vagrant on Windows Guests that prevent the [SMB Synced Folders]() capability from working correctly.
Additionally, Virtualbox shared folders are sub-optimal for use as IIS source paths (see http://stackoverflow.com/questions/22636106/iis-application-using-shared-folder-in-virtualbox-vm).
This plugin will:
* Create a local share in the current working directory
* Set permissions so that the share may be accessed
* Mount the share on guest machine at `c:\vagrant-smb`These settings are configurable.
## Getting started
vagrant plugin install vagrant-smb