# High Sierra upgrade issues with filesystem

**URL:** https://discourse.roots.io/t/high-sierra-upgrade-issues-with-filesystem/10594
**Category:** trellis
**Created:** 2017-10-06T01:37:59Z
**Posts:** 15
**Showing post:** 8 of 15

## Post 8 by @Simeon — 2017-10-09T00:04:54Z

Solution! [Found here](https://github.com/hashicorp/vagrant/issues/8788).

(Note the most recent OSX supplemental update did not fix this issue)

To prove I had the problem my Plugins page on Development was empty, even though the folder was full. If I SSH’d into the Vagrant box and tried `ls` in the plugins folder it gave the error `reading directory '.': Too many levels of symbolic links`

* * *

Find this line:  
`config.vm.synced_folder local_site_path(site), nfs_path(name), type: 'nfs'`

Add to the end:  
`, mount_options: ['nolock', 'vers=3', 'tcp', 'fsc', 'rw', 'noatime']`

Then Vagrant halt, Vagrant up. Continue about your business.

---

_[View the full topic](https://discourse.roots.io/t/high-sierra-upgrade-issues-with-filesystem/10594)._
