# Cannot start vagrant - issue with NFS

**URL:** https://discourse.roots.io/t/cannot-start-vagrant-issue-with-nfs/16859
**Category:** trellis
**Tags:** ansible
**Created:** 2019-10-18T06:17:51Z
**Posts:** 9

## Post 1 by @jillii — 2019-10-18T06:17:51Z

I’ve found a new issue with vagrant, that I’ve never heard of or seen before… I’ve been struggling with it for weeks, so any help or advice would be AMAZING.

I can no longer start up any local servers. When running `vagrant up` this is the error

```
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3,udp 192.168.50.1:/home/jill/<mysite>/site /vagrant-nfs-<mysite>.com

Stdout from the command:

Stderr from the command:

mount.nfs: requested NFS version or transport protocol is not supported
```

Deploys still work, though.

Vagrant: 2.2.5

Ansible: 2.3.0.0

Python: 2.7.15rc1

OS: Linux Mint 19 Cinnamon

Cinnamon: 3.8.8

I’ve already tried switching the ansible, trellis, and vagrant versions…

Thank you!

---

## Post 2 by @13milliseconds — 2019-10-19T17:34:53Z

I’m running into the same issue with my existing projects since I updated to Catalina on Mac. I’ve tried so many things but so far no luck.  
New installs do work so I guess I’ll have to rebuild the projects on a clean install.

---

## Post 3 by @MWDelaney — 2019-10-21T14:43:41Z

See this thread. There’s an update to Vagrant which fixes this issue on Catalina:

> [@NFS Mounting in trellis on Mac OS Catalina](https://discourse.roots.io/t/nfs-mounting-in-trellis-on-mac-os-catalina/16785/9):
>
> Vagrant 2.2.6 has [been released](https://github.com/hashicorp/vagrant/pull/11108#issuecomment-541889356) and includes a fix for this Catalina problem!

---

## Post 4 by @spencer — 2019-10-21T21:00:41Z

Upgrading to Vagrant 2.2.6 did not fix it for me.

Tried the solution from @janman22 and then got an error about composer not being found on the virtual machine.

Ended up just rebuilding

---

## Post 5 by @jillii — 2019-10-23T20:36:13Z

Thank you for your reply! I am not on a mac, though.

---

## Post 6 by @jillii — 2019-10-23T20:39:00Z

Hey thanks for your reply! Could you elaborate a little on what you did to fix the issue?

---

## Post 7 by @spencer — 2019-10-24T01:36:23Z

This was referring to macOS actually haha.

However if you’re on 'nix you usually gotta install it. For example: [https://help.ubuntu.com/community/SettingUpNFSHowTo](https://help.ubuntu.com/community/SettingUpNFSHowTo)

---

## Post 8 by @jillii — 2019-10-28T20:44:03Z

This doesn’t work :frowning:

---

## Post 9 by @system — 2019-11-29T06:17:53Z

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