Recently moved my Dropbox folder to an external SSD following Dropbox's procedures. Everything seemed fine to start with however I have noticed some issues cropped up that do not seem to be clearing themselves.
Three linked problems:
- The menu bar has been stuck on Updating ".fseventsd" for weeks. It never clears on its own, even after the drive sits idle overnight with
fileproviderd fully calmed down. .fseventsd on this volume is owned by my user (not root, as it'd be on the boot drive) and had ballooned to ~309 MB. I deleted it (Dropbox quit first) and macOS regenerated a clean ~4 KB version, but after the next index it climbed again and the "Updating" status returned. - Every startup, Dropbox does a full re-index rather than a quick verify — sometimes a long one. I'd expect a launch to just confirm state via FSEvents and settle in seconds.
- During that startup index, if I edit and save a file on the drive, I get conflicted copies. If I wait for indexing to finish, I don't. (I run two machines but am careful to work one at a time, so this isn't simultaneous editing.)
What I've already tried:
- Deleting/regenerating
.fseventsd (helped the bloat once, but it came back and the status returned) - Full reboots (startup re-index still happens)
- Quit/relaunch Dropbox (triggers the same index)
- A LaunchAgent that waits for the volume to mount before launching Dropbox, to rule out Dropbox starting before the drive is ready
The .fseventsd updating issue does not affect syncing of files.