We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
Nathanel T.
10 years agoHelpful | Level 5
This folder already contains a Dropbox directory. (Dropbox 3.03 on Fedora 21 (x64)
Is this some kind of a joke? I keep my dropbox folder on a separate partition to simply redirect the dropbox daemon to that location and not have to go through the whole download process all over aga...
- 8 years agoUninstall Dropbox if it's installed. Rename your existing Dropbox folder to Dropbox_OLD or similar. Reinstall Dropbox and select the location that you want for the Dropbox folder. Keep in mind that external drives are NOT recommended as data loss can occur under the right conditions. When the installation is finished, Dropbox will immediately start to sync. Pause syncing or exit Dropbox. Move the content of Dropbox_OLD into the newly created Dropbox folder. When the move is complete, and not before, resume syncing or re-launch Dropbox.
At this point Dropbox will begin indexing all of your files. This process will take a while, especially with 700GB of data to go through. During this time it may say that files are uploading or downloading, but it's only transferring comparison data and any changes that it find. be patient and LET IT WORK.
Shirazi I.
10 years agoNew member | Level 1
- I first installed the Dropbox client on Windows. Assume it uses the directory C:\Users\joe\Dropbox in my NTFS partition.
- Boot into Ubuntu. Edit /etc/fstab so that the NTFS partition which contains the Dropbox directory on Windows is mounted automatically at boot. I assume it is mounted at /media/my-c-drive
- Install the Dropbox client for Ubuntu. During installation, let it pick its default directory as /home/joe/Dropbox
- You can see the Dropbox client running in the Panel. Quit it.
- Delete the Dropbox directory and replace it with a symbolic link to the Dropbox directory on the NTFS Windows partition:
$ rm -rf /home/joe/Dropbox
$ ln -s /media/my-c-drive/Users/joe/Dropbox /home/joe/Dropbox
- Start the Dropbox client again and you are done. It will use the same directory as that used by Windows for syncing.
Note: As you might have suspected, there is a small problem with this technique. Every time you switch between Windows and Ubuntu, the Dropbox client will re-index the contents of its directory. This will happen in the background, but it will consume CPU, disk and network bandwidth. How irritating this is depends on the size of your Dropbox directory. If your Dropbox directory is large, then this type of sharing can only be a temporary solution for these reasons.
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.
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!