Just installed Sl on my freshly new Intel X25 G2. My internal drive has all of my data, pictures and music. I wanted to create a symlink from my new music, photo, document and download directories to point to the HDD and not the SSD.
Would I do this:
ln -s /Users/me/Documents /HDD/Users/me/Documents for the Documents dir
and so forth?
What I want to prevent is the obvious, crazy writes and utilize the space on the HDD which has loads while my SSD only has 80GB.
Thanks!
Would I do this:
ln -s /Users/me/Documents /HDD/Users/me/Documents for the Documents dir
and so forth?
What I want to prevent is the obvious, crazy writes and utilize the space on the HDD which has loads while my SSD only has 80GB.
Thanks!