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

glxyjones

macrumors regular
Original poster
Jun 29, 2007
211
54
I splurged for the 2TB vs SSD option with my new 27" iMac and now I'm wondering what type of files to put where. Obviously, the OS(s) and programs will go on the SSD and I'm planning on moving my home folder over to the HD (since that's where you do most of your writing). All of my really big files (like movies) will be going on the HD as well. I was hoping you HW/Mac experts out there could give me some tips on what else I should put on the SSD vs HD.
 
I also ordered the 1 TB + SSD option. I'd love to know how best to set it up. i think the best would be to keep apps and system files on the ssd and keep the user folder on the hdd. Is it easy to point itunes and iphoto etc to a library on a different hard drive?
 
I also ordered the 1 TB + SSD option. I'd love to know how best to set it up. i think the best would be to keep apps and system files on the ssd and keep the user folder on the hdd. Is it easy to point itunes and iphoto etc to a library on a different hard drive?

Very easy to do that with iPhoto and iTunes. You can have multiple iPhoto libraries on your computer, and to open specific ones either navigate to the library through finder or hold down option when opening iPhoto, it'll give you a list of available libraries and you cam choose which one to open.

Also interested to see what the experts have to say about what to store on the ssd other than system files and apps.
 
I splurged for the 2TB vs SSD option with my new 27" iMac and now I'm wondering what type of files to put where. Obviously, the OS(s) and programs will go on the SSD and I'm planning on moving my home folder over to the HD (since that's where you do most of your writing). All of my really big files (like movies) will be going on the HD as well. I was hoping you HW/Mac experts out there could give me some tips on what else I should put on the SSD vs HD.

not an expert by any means..but have been reading up on a similar solution for my MBP - and i have read that many people do exactly as you said:
SSD: APPS + OS
HDD: Home Folder, storage, etc.
 
SSD: OS, Applications etc. Thisll help with everything booting up faster.
HDD: Videos, music, any big files. You can still put things like documents on the SSD. They're not that big a file.

Id love to buy the SSD option. But apple charges ridiculous amounts.
 
Very easy to do that with iPhoto and iTunes. You can have multiple iPhoto libraries on your computer, and to open specific ones either navigate to the library through finder or hold down option when opening iPhoto, it'll give you a list of available libraries and you cam choose which one to open.

Also interested to see what the experts have to say about what to store on the ssd other than system files and apps.

Thanks for the feedback.

So the consensus so far is:
SSD: OS and Apps
HD: Home directory and general storage

Any other suggestions?
 
Thanks for the feedback.

So the consensus so far is:
SSD: OS and Apps
HD: Home directory and general storage

Any other suggestions?

If at all possible, split the "big file" parts of the home directory (iTunes library, videos, etc) from the core parts (the 'Library' directory, for instance). You want any files that are going to be accessed frequently and quasi-randomly to be on the SSD (as the performance gain is xbawks-hueg) rather than on the HD.

I can't speak to the performance of the BTO SSD, but in my 2010 MBP I get about 15MB/s from an OWC SSD for random 4k reads (the sort of stuff cache does, or loading prefs on startup). Sounds crappy, until you realize that the 5400rpm drive the SSD replaced could *barely* manage 1MB/s under that same load - the heads spent most of their time moving around, not transferring data.

Probably not relevant for the iMac, but one other advantage this offers is that the HD can spin down when not in use (when iTunes isn't playing anything, etc) - there's a noticeable pause when it's first accessed, but it does save some battery life to not keep it spinning.

Overall, here's a simple guide

- on the SSD: files that are accessed randomly and/or that will block the system waiting for them to be read

- on the HD: files that are mostly read sequentially, bigger files. Conveniently, those two categories are nearly identical for most workloads (doing heavy NLE on uncompressed HD video is a typical exception - big files, accessed somewhat randomly).
 
I have my home folder set to the HDD on my Macbook Pro with a SSD and an HDD inside it. iOS still boots very fast, and applications load almost instantly.

It makes it easier for me to keep things organized as well. I also could hear my HDD spinning down when not using it, then spin up when I open iTunes. I felt it was happening too often so I put my home folder on the HDD so it would just constantly spin. Less wear and tear that way. It also made me feel better and thats all that matters.
 
If you open System Preferences and click on Accounts. You can then right click/ctrl click on a user to bring up advanced options which will allow you to set the Users' home directory. Certain applications will still expect the home folder to be in /Users/username however (cough, Ecclipse, cough). So what I did was just symlink my new home directory to where it normally is

Code:
ln -s /path/to/new/home/folder /Users/username

I've done this with only symlinking before and I think I ran into trouble somewhere along the line, though I can't remember the exact details. I've been using the setup described above and haven't had any problems.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.