Hmmm. That would be a valid link but I don't think it would give you the desired result. In this case it would create symlink in the directory you are currently in. It would create a directory link named /large drive that would send you to /path/to/current/cache. If I understand what you want to do correctly, what you want to do is go to the directory where you want the link. For example, let's say cache is the file name that gets created and /path/to/current/ is the sub-directory it gets created in. Go to /path/to/ and create a symlink directory called /current and /large drive/curent as it target. It would look something like this:
ln -s /large drive/current /current
If all goes well, when the program goes to write the file called cache in /path/to/current, it will be actually writing it to /large drive/current.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.