Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dropbox data folder cannot be mounted on macOS #6

Open
otherguy opened this issue Apr 27, 2020 · 1 comment
Open

Dropbox data folder cannot be mounted on macOS #6

otherguy opened this issue Apr 27, 2020 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@otherguy
Copy link
Owner

otherguy commented Apr 27, 2020

Initially reported in #2, Dropbox (client version 87.4.138 and later, currently up to 95.4.441 as of April 2020) refuses to sync when a local folder is mounted to the Dropbox data volume (/opt/dropbox/Dropbox) on macOS.

The error found in the Dropbox logs is:

File "nucleus_python.pyx", line 87, in nucleus_python.NucleusSyncEngine.cinit
nucleus_python.SyncEngineError: Initializing engine 
|>> Initializing platform 
|>> Checking if filesystem is supported
|>> Filesystem is not supported: "FUSE"

The dropbox-filesystem-fix patch is now unable to work around this issue.

@otherguy otherguy added bug Something isn't working help wanted Extra attention is needed labels Apr 27, 2020
@otherguy otherguy self-assigned this Apr 27, 2020
@otherguy otherguy pinned this issue Apr 27, 2020
@jonmchan
Copy link

I know this is not a great long term solution... but just as a workaround... we could consider using docker-sync... http://docker-sync.io/

Docker-sync allows you to use the native mount and then unison syncs it to the host... I know it'll be syncing on top of syncing, but better than nothing right?

Also, not sure if the new mutagen sync holds any promise - I haven't tested it myself, not sure what kind of filesystem it mounts or shows to the container. https://docs.docker.com/docker-for-mac/mutagen/

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants