Method: Vagrant::Guest::Base#mount_shared_folder
- Defined in:
- lib/vagrant/guest/base.rb
#mount_shared_folder(name, guestpath, options) ⇒ Object
Mounts a shared folder.
This method should create, mount, and properly set permissions
on the shared folder. This method should also properly
adhere to any configuration values such as shared_folder_uid
on config.vm
.
66 67 68 |
# File 'lib/vagrant/guest/base.rb', line 66 def mount_shared_folder(name, guestpath, ) raise BaseError, :_key => :unsupported_shared_folder end |