Quick question on Apples fusion drive, if i have a 1tb fusion drive, which as i understand is a 126gb ssd and whatever sized hard drive. The iMacs ultimately sees it as a whole 1tb ssd/hdd but in system report it recognizes it as two separate drive. Now, my question, if i wanted to save a particular program (mainly games), can i assign that only the hard drive, rather than to the drive as a whole? Thanks.
1. It is two drives, the size is 1TB + 128GB - Not 1TB
2. The OS looks after data shuffling. There is however a way to cause the data to be shifted.
The number of accesses has been calculated to be 4x.
Either:
a) at terminal perform a touch on the file four times:
This is possible by typing this at prompt:
% cd /Directory/of/application <ENTER>
% for i in 1 2 3 4<ENTER>
do<ENTER>
find . -type f -exec touch {} \;<ENTER>
done<ENTER>
This should kick the files you've touched into the SSD
OR
Basically trust the OS. If the program is used regularly, the mainly accesses 128kb chunks of it it will eventually be put into SSD in natural progression anyway.
----------
So overall you think the Fusion is a better deal, save $60 and get more storage. The only benefit would be that windows 8 would also run quicker if i only did a ssd upgrade. Hmmmm, now i have to just wait for the new iMacs.
Solve this simply. Buy an external LaCie rugged 256GB SSD drive. Install Windows on this drive and boot off that.
You get two benefits.
1. Full SSD Windows drive that can still access files on the Fusion drive
2. You can choose to eject Windows disk and store in on the shelf
----------
Frequently used data is stored on the SSD until it is full, then the rest is put on the HDD. The data is shuffled around to keep it this way.
Worth noting that one major benefit of the Fusion drive is that the SSD is never, ever completely full. 4GB is always kept free as a writing zone.
Writes are always done to SSD (fast), unless the write being done at the time fills the SSD to the point where the 4GB writing zone is also filled (i.e. only 4GB was free, and write was > 4GB).
In most cases this would only occur when doing bulk file transfers.
----------
So overall you think the Fusion is a better deal, save $60 and get more storage. The only benefit would be that windows 8 would also run quicker if i only did a ssd upgrade. Hmmmm, now i have to just wait for the new iMacs.
Why? The current iMac's are completely fine for what you want to do.