I'm dual booting windows and linux. My dropbox folder is currently installed via windows. On linux, can I just symlink my dropbox folder to the windows version or something to that effect? I know I can do it, but is there a way to do this and still have the daemon running and syncing correctly?

link|improve this question

56% accept rate
feedback

2 Answers

up vote 4 down vote accepted

I just symlink my dropbox folder to the windows version or something to that effect

Yes, you can do so.

but is there a way to do this and still have the daemon running and syncing correctly?

I'm not sure I understand, mount the Windows partition, install Dropbox in linux and symlink the Dropbox directory to the Windows directory and it will work fine.

link|improve this answer
feedback

Just ensure your Windows partition is mounted at boot via fstab before the dropbox daemon is running.

A typical fstab NTFS mount using the ntfs-3g driver would look like so:

/dev/sda1 /mnt ntfs-3g defaults,force 0 0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.