Contribute
Register

/Applications

Status
Not open for further replies.
Joined
Jan 19, 2011
Messages
34
Motherboard
Gigabyte UP5 TH
CPU
Ivy Bridge 3770K
Graphics
XFX Radeon HD 6870
Mac
  1. MacBook Air
Classic Mac
  1. PowerBook
Mobile Phone
  1. iOS
In my rig I have a 60 GB SSD for just the system, and user accounts and stuff. I would like for the /Applications folder to be on that HDD. Is there a way I can create a symbolic link to /volumes/Applications in the /Applications folder on the root drive? Ideally I want apps from the Lion app store to install to the 500 GB disk instead of my 60 GB SSD.
 
ellman121 said:
In my rig I have a 60 GB SSD for just the system, and user accounts and stuff. I would like for the /Applications folder to be on that HDD. Is there a way I can create a symbolic link to /volumes/Applications in the /Applications folder on the root drive? Ideally I want apps from the Lion app store to install to the 500 GB disk instead of my 60 GB SSD.
I have a folder named Applications 2 (about 24GB) on a second HDD. I move or install programs to this drive as well as moving my iTunes and iPhoto library to it. I have added this folder to the favorites sidebar and also added it to the dock.
I keep programs I use a lot in the original Applications folder such as Adobe CS3 and Microsoft Office on my 60GB SSD drive. I find the Adobe files are much quicker on the SSD drive. I leave programs that are Apple in this folder (about 9GB) so updates work with no issue. :cool:
 
Boot into single user mode (boot flags: -s) and mount your hard drives (once you boot into single user mode, it will tell you the fsck and mount commands to run).

Now that you're in single user mode, type the following command to move your applications folder to your HDD from your SSD:

Code:
mv /Applications /Volumes/PUT YOUR HDD VOLUME NAME HERE/Applications

Now that you've moved your Applications folder to a separate drive, you'll have to create a symbolic link so your OS knows where your moved Applications folder is. Run the following command:

Code:
ln -s /Volumes/PUT YOUR HDD VOLUME NAME HERE/Applications /Applications

Now you can type exit, reboot, or shutdown and start using OS X again.
 
ellman121 said:
Thanks everybody, I got it with lnx2mac's guide. Thanks!
:thumbup: :headbang:
 
hello,
did the same way as makeing a symbolic link.
now my iphoto & iMovie refuse to update ...

any one got solution for this ?

Meiron.
 
Hi,

I followed your directions for moving /Users to a separate partion for both /Users and /Applications. The issue I've run into
is that when I try to access Install OS X Mountain Lion, either by trying to run it or via Unibeast or Xmove I get the message
that it is not downloaded and must be downloaded from the apps store. When I moved /Applications back to the system (/)
drive, re downloaded it the message didn't appear. Is there something additional that must be done to get this file system to
work correctly when it is on a separate partition?


Thanks
 
Status
Not open for further replies.
Back
Top