How to sync folders on different partitions (symlink?)
Solution 1:
Found this in the Ubuntu Community Documentation for the mount command here
An interesting ability of mount is it's ability to move specific parts of a filesystem around. For example:
sudo mount --bind /mnt/Files/Music /home/user/Music
Will let the folder "/mnt/Files/Music" also be accessible in /home/user/Music
This has allowed me to be able to sync my AddOns folder for World of Warcraft between several computers, even though the actually folder is kept on a different hard drive in a ntfs partition. Ubuntu One doesn't support symlinks.