My Ubuntu server provides storage to my Windows 7 workstation through the use of SMB and network drives. One symlink currently links from a network drive to my iTunes library folder. Within that folder there is a TV Shows folder that I'd like to link to another network drive that has been given the letter I:/. I tried using mklink but I continue to get an error
The file or directory is not a reparse point.
Can I even link to drive roots? My command was the form
mklink /d "C:/iTunes Media/TV Shows" I:/
mklink /d I:/– soandos Jan 2 at 23:38