Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
rcrath
3 years agoHelpful | Level 6
dropbox hangs on "starting..." in Manjaro and in Fedora 38
currently on Fedora 38, using dropbox installed from Fedora 38 RPM at https://linux.dropbox.com/fedora/38/x86_64/ Observed behavior: Dropbox hangs on "starting"' Theory: there is something in my Dr...
- 3 years ago
I got some help from support. The key piece was to run "chattr -R -i ~/Dropbox" which revealed the problem files. I had created symbolic links from my dotfile settings in .config, .themes, and .local and placed the actual files in dropbox folders so that some of my settings would get backed up to dropbox. One of the applications put unchangeable files in dropbox and that is what caused the problems. Since I reinstalled fresh, once I was able to find the problem files via chattr and move them out of Dropbox, syncing resumed and is now fixed.
Здравко
2 years agoLegendary | Level 20
el-guapo wrote:...
Unable to monitor entire Dropbox folder hierarchy. Please run "echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p" and restart Dropbox to fix the problem.
...
Hi el-guapo,
Keep in mind that the message is template and the value 100000 is just an example. This value should be bigger than your Dropbox folder entries count (both files and folders - all together)! If you set a value smaller than total count it's meaningless - it's still not enough. You may want to determine this number - run following command:
ls -ARl Dropbox | wc -l
Here Dropbox above is the default place of your Dropbox folder from your home folder point of view. If you have changed its place use appropriate path there. Use the value received (or better bigger) and don't forget to restart you machine so the changes take effect. To see what's the actual value set and in effect, execute following command:
cat /proc/sys/fs/inotify/max_user_watches
Also to change this value without restart you can execute following command for immediate but temporary effect (after restart will gets forget):
sudo bash -c 'echo YOUR_VALUE_HERE > /proc/sys/fs/inotify/max_user_watches'
Good luck.
el-guapo
2 years agoExplorer | Level 3
Nailed it! Thanks Здравко!
That did it. I ran the `ls` you provided and updated `max_user_watches` value and BANG! `dropbox status` is returning “Indexing…”
Thank you!
That did it. I ran the `ls` you provided and updated `max_user_watches` value and BANG! `dropbox status` is returning “Indexing…”
Thank you!
About Apps and Installations
Have a question about a Dropbox app or installation? Reach out to the Dropbox Community and get solutions, help, and advice from members.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!