We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Stephen B.25
5 years agoCollaborator | Level 9
dropbox filestatus unwatched for all files in Dropbox directory
Ubuntu 19.10
Dropbox daemon version: 93.4.273
Dropbox command-line interface version: 2020.03.04 Dropbox is keeping up to date -- up and down. But file status reports as unwatched $ /...
- 5 years ago
Hi Stephen B.25,
In you particular case symlink or binding - doesn't matter. The issue comes from the fact that the Dropbox daemon make a literal comparison between queried path and watched files/folders path, not inode comparison! That's why, even the same, a file could be shown with different status because beginning of the path is different. :nerd:
If you want to, can try mount a partition, you use in your home and move Dropbox folder there, if is more convenient for you. Be very careful, in such move! Take care not to left Dropbox application without available actual Dropbox folder place, even for a moment; this can lead to data loss!
Good luck.
Здравко
Legendary | Level 20
Hi Stephen B.25,
What's the result from:
cat ~/.dropbox/info.json; echo
Is the resulting Dropbox folder matching?
Stephen B.25
5 years agoCollaborator | Level 9
<SSH>stephen@acer:~/Dropbox$ cat ~/.dropbox/info.json;echo {"personal": {"path": "/mnt/3T/acer.dropbox/Dropbox", "host": 61868442032, "is_team": false, "subscription_type": "Pro"}}
/mnt/3T is the second HDD in the system. System is a SSD with limited space.
/mnt/3T/acer.dropbox/Dropbox is then bind mounted to /home/stephen
- Здравко5 years agoLegendary | Level 20
Aha... And what's the result from:
cd /mnt/3T/acer.dropbox/Dropbox dropbox filestatus
Meanwhile, ".dropbox.cache" is permanently unwatched. This is hardcoded in the Dropbox application. You can't change this! Actually you can, but on next launch, the application will force the ignoraning again, this is the application local cache.
- Stephen B.255 years agoCollaborator | Level 9
Ah! The filestatus from the original directory /mnt/3T/acer.dropbox/Dropbox reports 'up to date' -- as expected.
So ... good enough.
Would it be better to symlink rather than bind mount?
ln -sf /mnt/3T/acer.dropbox/Dropbox /home/stephen
I may have already tried that because that would be my first try. The bind would not be the first try but perhaps I had some other issue at the time I was installing.
- Здравко5 years agoLegendary | Level 20
Hi Stephen B.25,
In you particular case symlink or binding - doesn't matter. The issue comes from the fact that the Dropbox daemon make a literal comparison between queried path and watched files/folders path, not inode comparison! That's why, even the same, a file could be shown with different status because beginning of the path is different. :nerd:
If you want to, can try mount a partition, you use in your home and move Dropbox folder there, if is more convenient for you. Be very careful, in such move! Take care not to left Dropbox application without available actual Dropbox folder place, even for a moment; this can lead to data loss!
Good luck.
About View, download, and export
Need support with viewing, downloading, and exporting files and folders from your Dropbox account? Find help from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!