Tip: I have my 40 GB hard drive partitioned into 10 GB and 30 GB; this is so I can have the OS on one partition and other information stored safely on the other.
When installing GarageBand, you can only install the app on the drive containing the OS. This includes the 2+ GB of loops that come with GarageBand. Add the 2+ GB
more of loops that come with the JamPack, and my drive is near full. I need to store the loops on another drive, but if I do that, GarageBand won't be able to find the loops. Fortunately, astroboy at
Mac OS X Hints came up with the following work-around:
Quote
1. Move the GarageBand folder contents into another folder (I did not move the GarageBand folder itself, in case the app wants to have it on the same hard drive for any unknown reasons). The three directories to move are named Apple Loops, Apple Loops Index, and Instrument Library.
2. Launch the Terminal and type:
% cd /Library/Application\ Support/GarageBand/
3. Create the links to the moved folders:
% ln -s /Volumes/DiskName/Path/Apple\ Loops/ ./Apple\ Loops
% ln -s /Volumes/DiskName/Path/Apple\ Loops\ Index/ ./Apple\ Loops\ Index
% ln -s /Volumes/DiskName/Path/Instrument\ Library/ ./Instrument\ Library
Replace DiskName with the name of the hard drive holding the directories, and replaced Path with the names of any subdirectories between the hard drive and the location of the loop files.
GarageBand should launch and your loops should be visible by clicking the eye icon on the bottom ... Voila!
Basically, this is the Unix way of creating aliases (shortcuts) to the new folders in the old folder.
If Unix commands scare you, then you should download
this Contextual Menu Module that will do it for you. Using this CMM, you select the new folders, right-click (or Command-click) on them, and select "Make Symbolic Link". Move these new symlinks to the old GarageBand folder in /Library/Application Support/Garageband. Remember to delete the word 'symlink' from all the names of the Symbolic Links you just created.
Hope this helps other users with low disk space
-godpunk