Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

piwi

macrumors regular
Original poster
Dec 24, 2006
110
0
Hello,

I am going to get an SSD and put my 500GB drive in an optibay. Is there a way to make MacOS use the 500GB HDD to store files in ~/Music and ~/Movies transparently? ie I don't want to tell iTunes the iTunes library has to be located on another drive only, I want this setting to available system wide so it's cleaner and more convenient.
I'm guessing this would have to do with symbolic links and aliases but I'm not sure how to go about it.

Thanks for your help :)
 
Create the folders on the second disk and move the data and delete the folder from your first disk.

Then in terminal (not exact, replace with your paths)

ln -s /Volumes/Second\ HD/Music ~/Music
ln -s /Volumes/Second\ HD/Movies ~/Movies

If you want to remove the link, don't delete, unlink them in terminal

unlink ~/Movies
unlink ~/Music
 
I just found another way
Sys Prefs > Accounts > Right click on your user name > Advanced and you can move your home directory there.
Would that do the same thing? I obviously want the Apps on the SSD but I believe hey are stored in /Applications rather than ~/Applications, right?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.