Vagrant Up error There are errors in the configuration of this machine

hi dev i have done all configuration according to docs. my configuration are here

wordpress_sites:
bbgx:
site_hosts:
- canonical: avondaletypeco.loc
redirects:
- www.avondaletypeco.loc
local_path: …/site

path targeting local Bedrock site directory (relative to Ansible root)

admin_email: admin@avondaletypeco.loc
multisite:
  enabled: false
ssl:
  enabled: true
  provider: self-signed
cache:
  enabled: false

and vault is

vault_wordpress_sites:

bbgx:
admin_password: admin
env:
db_password: admin

the errors are follwing

Bringing machine 'default' up with 'virtualbox' provider...

There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • The host path of the shared folder is not supported from WSL. Host
    path of the shared folder must be located on a file system with
    DrvFs type. Host path: /home/arslan/bbgx/site
  • The host path of the shared folder is not supported from WSL. Host
    path of the shared folder must be located on a file system with
    DrvFs type. Host path: /home/arslan/bbgx/trellis
  • The host path of the shared folder is not supported from WSL. Host
    path of the shared folder must be located on a file system with
    DrvFs type. Host path: /home/arslan/bbgx/trellis/bin
  • The host path of the shared folder is not supported from WSL. Host
    path of the shared folder must be located on a file system with
    DrvFs type. Host path: .

i am using windows 10
guest ubantu 18.04

vagrant 2.2.7
virtualBox 6.1.6

please help me out

I have the exact same problem with a new installation on both wsl1 and wsl2.
I thought I was going insane, so followed the guide multiple times, with the same outcome.

Using Ubuntu 20.04, vagrant 2.2.9, virtualbox 6.1.8.

I’ve searched everywhere, but can’t find a solution.

Same problem here after switching to WSL 2.

This topic was automatically closed after 42 days. New replies are no longer allowed.