Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 6081  / 2 Years ago, wed, july 6, 2022, 3:18:25

I've just installed Ubuntu 12.10 as a dual boot with Windows 8. I'd already had windows up and running for a few months before installing Ubuntu, so in order to have my files accessible from both OS's, I have the windows partition automatically mounted, and the folders in /home symlinked to their windows counterparts.



This is working really well except for my Dropbox folder. The dropbox folder created by the windows side is accessible by the linux side, but obviously it doesn't sync any more. The same problem arises the other way round.



Can anyone think of a way around this, to get both sides syncing the same data? Is it possible to point dropbox to a pre-existing folder instead of having it create a new folder?



Thanks


More From » dropbox

 Answers
7

Dropbox should not have any problems using a symlinked "Dropbox folder".



Make sure the dropbox folder on your win partition is synced and uptodate.



dropbox stop
cd /home/$user/Dropbox
tar cvfz /home/$user/backup.tar.gz *
rm -R /home/$user/Dropbox
ln -s /pathtowindowspartition/User/Dropbox /home/$user/Dropbox
cd /home/$user/Dropbox
dropbox start

[#32916] Thursday, July 7, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
feeous

Total Points: 102
Total Questions: 122
Total Answers: 119

Location: Netherlands
Member since Thu, Jul 1, 2021
3 Years ago
feeous questions
Sat, Jul 23, 22, 23:21, 2 Years ago
Mon, Jul 5, 21, 19:59, 3 Years ago
Mon, Aug 16, 21, 11:42, 3 Years ago
Sun, Mar 19, 23, 21:03, 1 Year ago
;