I was wonder how I would be able to create a Symbolic link to a directory on a mapped drive?
I have a Mac OS laptop and have a mapped drive pointing to a folder on a remote server which contains a folder called 'content'.
I am able to access the mapped drive via Terminal and also it the directories without however when I try to create a symbolic link on my laptop ROOT directory pointing to the 'content' folder on the mapped drive then I get an error.
Here is the command I issue:
ln -s ./site_content /Volumes/***ip-address***/content
I then get the following error:
ln: /Volumes/***ip-address***/content/site_content: Input/output error
Any ideas?
Thanks!