Took me a while to figure this out, it appears to be working thus far. Here is my scenario:
2010 MBP with 500GB Hard drive mounted in Optibay, 240GB OWC SSD in hard drive bay.
Wanted to move Documents/Movies/Music/Downloads to the spinning disc 500GB while maintaining ALL other Home files on the SSD for speed.
What I did:
1) Backed up all the stuff I wanted to move
2) Deleted the Home folders using terminal on the SSD:
sudo rm -r /Users/"YourUserNameHere"/Music
sudo rm -r /Users/"YourUserNameHere"/Movies
sudo rm -r /Users/"YourUserNameHere"/Documents
sudo rm -r /Users/"YourUserNameHere"/Downloads
3) On the 500GB Spinning Disc, created folders named:
Music
Movies
Documents
Downloads
4) Using Symbolic linker program (Free, thanks to the creator): http://seiryu.home.comcast.net/~seiryu/
Created Symbolic Links to all of the above on the spinning disk
5) Copied these symbolic links to my home folder on the SSD, renamed them to
Music
Movies
Documents
Downloads
Word, Itunes, Iphoto etc now "Look" in my home folder on the SSD but Link "Save/Modify" to the spinning disc
Like I said, this seems to work, but I'm not an expert.
2010 MBP with 500GB Hard drive mounted in Optibay, 240GB OWC SSD in hard drive bay.
Wanted to move Documents/Movies/Music/Downloads to the spinning disc 500GB while maintaining ALL other Home files on the SSD for speed.
What I did:
1) Backed up all the stuff I wanted to move
2) Deleted the Home folders using terminal on the SSD:
sudo rm -r /Users/"YourUserNameHere"/Music
sudo rm -r /Users/"YourUserNameHere"/Movies
sudo rm -r /Users/"YourUserNameHere"/Documents
sudo rm -r /Users/"YourUserNameHere"/Downloads
3) On the 500GB Spinning Disc, created folders named:
Music
Movies
Documents
Downloads
4) Using Symbolic linker program (Free, thanks to the creator): http://seiryu.home.comcast.net/~seiryu/
Created Symbolic Links to all of the above on the spinning disk
5) Copied these symbolic links to my home folder on the SSD, renamed them to
Music
Movies
Documents
Downloads
Word, Itunes, Iphoto etc now "Look" in my home folder on the SSD but Link "Save/Modify" to the spinning disc
Like I said, this seems to work, but I'm not an expert.