# Files go missing

**URL:** https://discourse.roots.io/t/files-go-missing/11020
**Category:** trellis
**Created:** 2017-11-28T10:55:02Z
**Posts:** 3

## Post 1 by @marcelgro — 2017-11-28T10:55:02Z

I have a very strange problem.

In my theme I have a folder foo with 26 php files.  
In the current folder of my dev server only 25 show up.  
Let’s say bar1.php is missing.  
If I create a new file bar2.php, bar1.php shows up bar2.php shows up too but bar3.php goes missing.  
If I repeat this there’s always one random file missing.

Any Ideas on how to debug this? What other information do you need to help me?

---

## Post 2 by @Simeon — 2017-11-28T11:23:04Z

Are you on Mac OS High Sierra by any chance? This is an issue, a fixable one though:

> [@High Sierra upgrade issues with filesystem](https://discourse.roots.io/t/high-sierra-upgrade-issues-with-filesystem/10594/8):
>
> 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…

---

## Post 3 by @marcelgro — 2017-11-28T11:40:07Z

saved my life :smiley:
