mariusv.com

Watch as I awkwardly stumble through life

Solve the Dropbox filesystem monitoring issue

Posted by Marius Voila on March 12, 2012 in London, U.K . — 0 comments This post contains 147 words

Once Dropbox throws you an error that says Unable to monitor filesystem. Please run: echo 100000 | sudo tee /proc/sys/fs/inotify/maxuserwatches and restart Dropbox to correct the problem.” you’d better adjust settings in sysctl.conf file, to keep changes after reboot.

Open system config (as superuser, of course) in your favorite text editor(mine is vi):

vi /etc/sysctl.conf

Add this line to the end of the file:

fs.inotify.max_user_watches = 100000

Save the file (Shift-ZZ, if you are new to Vi).

sysctl -p

To apply the settings and then just restart Dropbox.

If you, by any chance, spent the last couple of years living under a rock thus still don’t use Dropbox, create an account immidiately. You will get a regular 2GB free online storage, plus 250MB extra free space if you register via my referral link.