I hope this isn't a silly question for which I'm missing an obvious answer... So: because of the lockdown, my wife and I need to both work on the same desktop (Ubuntu 18.04) and we use dropbox to store quite a large amount of files. The desktop is decent, but not the newest (so our combined dropbox folders would almost fill up the hard drive) and so I've moved the dropbox folders on an external hard drive. I have then modified my /etc/fstab
file to instruct the system to mount /mnt/external/me
onto /home/me/Dropbox
and /mnt/external/my_wife
onto /home/my_wife/Dropbox
at start up (I've used the bind
option, something like in this).
All is fine and the files appear where they should be. But the dropbox seems to need to re-sync all of them everytime the computer is started --- while in fact, only a handful (or a few, anyway) will have changed from the previous time. I did of course let the machine do a full sync yesterday, so I was expecting the dropbox to be fully up-to-date.
Am I missing something obvious here? And has anybody some experience in something like that? Hope I'm making some sense
Thanks!
Gianluca
howtogeek
too! Thanks. Gianluca – Gianluca Baio May 14 '20 at 15:07