So you need to disable the implicit share folder:

https://www.vagrantup.com/docs/synced-folders/basic_usage.html#disabling

Disabling the default /vagrant share can be done as follows:

config.vm.synced_folder ".", "/vagrant", disabled: true


Thanks
Alvaro

On Wed, Oct 11, 2017 at 9:13 PM, <andrew...@gmail.com> wrote:

> # -*- mode: ruby -*-
> # vi: set ft=ruby :
>
> Vagrant.configure("2") do |config|
>   config.vm.box = "rancheros_virtualbox.box"
> end
>
>
> Please find my vagrantfile above.
>
>
> On Wednesday, 11 October 2017 21:10:02 UTC+13, Alvaro Miranda Aguilera
> wrote:
>>
>> please share your Vagrantfile
>>
>> On Wed, Oct 11, 2017 at 7:02 AM, <andr...@gmail.com> wrote:
>>
>>> vagrant 2, virtualbox provider.
>>>
>>> On `vagrant up` after some other output I'm getting:
>>>
>>>
>>> ==> default: Mounting SMB shared folders...
>>> The guest operating system of the machine could not be detected!
>>> Vagrant requires this knowledge to perform specific tasks such
>>> as mounting shared folders and configuring networks. Please add
>>> the ability to detect this guest operating system to Vagrant
>>> by creating a plugin or reporting a bug.
>>>
>>>
>>> How do I switch off the SMB share mounting so that I'm not getting this
>>> error. (The guest OS would not support SMB and it is not wanted).
>>>
>>> Thanks,
>>> Andrew
>>>
>>> --
>>> This mailing list is governed under the HashiCorp Community Guidelines -
>>> https://www.hashicorp.com/community-guidelines.html. Behavior in
>>> violation of those guidelines may result in your removal from this mailing
>>> list.
>>>
>>> GitHub Issues: https://github.com/mitchellh/vagrant/issues
>>> IRC: #vagrant on Freenode
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Vagrant" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to vagrant-up+...@googlegroups.com.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/vagrant-up/be361906-7a47-4fbb-ba0a-1896acda7fc6%40googlegroups.com
>>> <https://groups.google.com/d/msgid/vagrant-up/be361906-7a47-4fbb-ba0a-1896acda7fc6%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Alvaro
>>
>> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in
> violation of those guidelines may result in your removal from this mailing
> list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/45b57741-b2d6-4d7a-a668-4f7d9dc6d6a8%40googlegroups.com
> <https://groups.google.com/d/msgid/vagrant-up/45b57741-b2d6-4d7a-a668-4f7d9dc6d6a8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alvaro

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezU21G9E7nGUBp%3DmbP4E6sbG3DB-d2w13QRPek9S575Cw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to