Ok... I've managed to answer my own question lol... but this might be of help to someone else trying to sync onedrive files that are actually stored on a NAS... because onedrive won't let you relocate its folder to the NAS.
So your Onedrive folder is located here:
C:\Onedrive
and you have a mapped drive from your NAS
W:\Work
And inside the "Work" folder you have a "Documents" folder (the folder you want synced to Onedrive)
W:\Work\Documents
What you need to do next is run "command" as administrator and goto your onedrive folder (C:\Onedrive)
Then use the following command..
mklink /d Documents W:\Work\Documents
This will then create a symbolic link to your onedrive folder and start to sync :)
Thank you all!
on my NAS (synology DS415), you can remotely mount a share on another box on the NAS. https://www.synology.com/en-global/knowledgebase/DSM/help/DSM/FileBrowser/mountremotevolume so you could theoretically share the onedrive folder, mount it on your NAS, and then access the NAS mapped disk to hit both directories.
– Frank Thomas – 2016-12-20T03:04:53.210Hi, thank you, in a nut shell my trouble would be solved being able to do that, I tried to relocate the OneDrive folder to the NAS but onedrive won't let me... i have a WD MyCloud 2TB.. – djsupersain – 2016-12-20T03:06:19.773