Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
105
rated 0 times [  105] [ 0]  / answers: 1 / hits: 46652  / 3 Years ago, sun, october 10, 2021, 9:51:10

Dropbox gives me an error that mentions echo tee 100000 but then it disappears.
How to fix or remove msg?


More From » directory

 Answers
1

Edit your /etc/sysctl.conf file with your favourite text editor, e.g. nano:


sudo nano /etc/sysctl.conf

and append (or modify the value of) fs.inotify.max_user_watches=100000 at the end of the file as a new line.


As an option you can use the command sudo sysctl -w fs.inotify.max_user_watches=100000 or the command below, as described on the Dropbox help guide, the results will be the same.




From the advanced help guide from Dropbox



Monitoring more than 10000 folders


The Linux version of the Dropbox desktop application is limited from monitoring more than 10000 folders by default. Anything over that is not watched and, therefore, ignored when syncing. There's an easy fix for this. Open a terminal and enter the following:


echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p


This command will tell your system to watch up to 100000 folders. Once the command is entered and you enter your password, Dropbox will immediately resume syncing.



[#37768] Monday, October 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
curatekill

Total Points: 376
Total Questions: 117
Total Answers: 102

Location: Wales
Member since Mon, May 17, 2021
3 Years ago
curatekill questions
Fri, Sep 30, 22, 17:23, 2 Years ago
Sun, May 21, 23, 23:32, 1 Year ago
Sat, May 15, 21, 11:19, 3 Years ago
;