|
|
#26 |
|
|
7
|
|
|
#27 | |
|
Quote:
http://www.zdnet.com/mac-fusion-driv...re-7000006661/ |
||
|
|
0
|
|
|
#28 |
|
That's what I was going to say. Misleading article title is misleading. It's the software that works on other Macs, not the drive itself.
|
|
|
|
3
|
|
|
#29 |
|
Mac Developer - aka - he paid the $99 for Mac Developer Program.
__________________
Too much! |
|
|
|
0
|
|
|
#30 | |
|
Quote:
For example. Lets say that you are a photo nut. You are in and out of your iPhone and Aperture libraries at least once every day, sometimes 3 or 4 times. So the system sees this and puts that stuff (the libraries, your plug ins etc) on the SSD. But Garageband that you go into maybe once every 3 months, well it puts the data file, loops etc for that on the hard drive. ---------- So what? It doesn't change that the headline was totally false. |
||
|
|
2
|
|
|
#31 |
|
YES!!!!! This was the first thing I thought after the announcement of Fusion Drive. OWC offers an SSD and adapter to fit into older iMacs in place of the Superdrive. My thought was: can I set this up as Fusion?
I contacted Apple about and the rep did not seem to think it was possible. I figured the problem might have to do with the 4GB "write cache", but apparently it is possible. Now I wonder two things: 1) If any two drives work, then why note a Fusion setup with 256GB of SSD instead of 128GB? 2) Should I invest more money in beefing our two 2009 iMacs or simply look to upgrade them next year to something newer? |
|
|
|
0
|
|
|
#32 | |
|
Quote:
His test may have been relatively simple, but it certainly showed something interesting. I would postulate that it probably rolled out with 10.8.1 or 10.8.2. The larger question is if it operates at file-level or at the block level...
__________________
Russian roulette linux style : dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM |
||
|
|
7
|
|
|
#33 |
|
Does Filevault 2 still work with the fusion drive ?
|
|
|
|
2
|
|
|
#34 |
|
|
2
|
|
|
#35 | |
|
Quote:
|
||
|
|
3
|
|
|
#36 | |
|
Quote:
|
||
|
|
2
|
|
|
#37 |
|
You're missing the point. It's not the drives that are working the file management magic, it's the OS itself. His article essentially confirmed that. All he did was build a logical grouping in diskutil. The OS handled the rest, and quite seamlessly so. That's pretty cool.
__________________
Russian roulette linux style : dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM |
|
|
|
3
|
|
|
#38 |
|
Lots of confusion
There seems to be a lot of confusion about what a Fusion drive is... The Fusion drive is software based, it is not hardware. A hybrid drive IS hardware, and is NOT what Apple's marketing department has called a Fusion Drive. The Fusion drive is a SSD & a HDD in an iMac, and at the OS level, it is picking and choosing where to store programs / data. So the title of this article is correct, if you also own a Mac, and own a SSD & HDD attached to that Mac, you can also have a "Fusion" drive (assuming Apple doesn't shut down these command line hacks). This isn't misleading at all. Will it perform the same as the Mac version? That depends on what SSD / HDD Apple is using versus what SSD / HDD YOU are using.
I have a Mid 2011 Mac Mini, with a SSD / HDD installed, and I cannot wait to try this out, I currently have my home directory on the HDD to save room, but with this setup, the OS can choose where to put everything, which is truly ideal. |
|
|
|
19
|
|
|
#39 |
|
Nice - was thinking of getting a 2012 iMac but might get the refurb 2011 instead and install my own SSD.
You can find a 256GB these days for roughly $160ish.
__________________
16GB iPhone 4; 2.4 GHZ C2D iMac 4GB Ram; 32GB iPad2; AppleTV2 |
|
|
|
0
|
|
|
#40 |
|
Is it the "same"? Of course it is. He used Apple's Disk Utility and a stock Mac OS X system. Apparently Fusion is already built into all Macs, you just need to install an SSD and enable the Fusion volume.
|
|
|
|
2
|
|
|
#41 | |
|
Quote:
Because it is based on CoreStorage, it should be able to be run from the Terminal as Mr. Stein has done. However, it may very well be unstable and therefore why Apple is officially saying it cannot be done and is not supported via the GUI. |
||
|
|
1
|
|
|
#42 |
|
Help. :-). Where I can find fusion Drive app or we need to reistall the all OS
|
|
|
|
0
|
|
|
#43 | |
|
Quote:
|
||
|
|
0
|
|
|
#44 |
|
[QUOTE=IJ Reilly;16187763]Is this a stable setup? The article is very technical and doesn't really say if a non-techie could make it work safely. I notice he isn't providing any script to automate the setup process.[COLOR="#808080"]
If by "stable" you mean supported by Apple, then no. The article links to Apple's kb article ( http://support.apple.com/kb/HT5446?v...S&locale=en_US ) on Fusion. Question #2 " .... Can external USB, FireWire, or Thunderbolt hard drives be added to Fusion Drive? An external drive cannot be used as part of a Fusion Drive volume. Fusion Drive is designed to work with an internal hard disk drive and internal flash storage. ...." Yet this is exactly what he did. There is a difference between can you create something that appears to work and a support configuration. The utilities he is using are even present in 10.7 . Here is the man page for diskutil from 10.7 " .... CoreStorage maintains a world of virtual disks, somewhat like RAID, in which one can easily add or remove imported backing store disks, .... " http://developer.apple.com/library/m...an8/diskutil.8 All of the CoreStorage commands used are present there too. So you can glob these two drives together in Lion. The file movement stuff may not work so well because HFS+ either can't get the metadata or cannot figure out just how big the "faster" area of the virtual volume is. The config he used is likely not supported because if the USB drives is yanked then the volume could get corrupted. Apple's FAQ doesn't say you cannot but indicating this is not what it was designed for. The same is likely true of showing up with random SSDs. It might work. It might not work. If it doesn't work it won't be a priority task to fix it. There is nothing there telling folks to cobble together volumes with random disks. P.S. He is doing similar with layering ZFS on top of one of these volumes. ZFS wants raw, unpartitioned disks just like CoreStorage. It will "make do" with a virtual one, but you're out of the mainstream at that point. |
|
|
|
0
|
|
|
#45 |
|
Perhaps I misunderstood your comment, you seemed to be implying that it was the drive doing the work. Sorry if I read your comment wrong.
__________________
Russian roulette linux style : dd if=/dev/urandom of=/dev/kmem bs=1 count=1 seek=$RANDOM |
|
|
|
0
|
|
|
#46 | |
|
Quote:
The difference is that is a "normal" RAID system one typically uses identical drives. Here we uses one HDD and one SDD and the "magic" is that when you do this Mac OS X will place the files you access the most on the faster drive. QUESTION: How good is this new software? Will it work if it sees two HDDs and one SSD made into a logical volume? What if you have multiple SSDs? I've done systems level software development for years (decades really but not on Mac OS X) and some times I'l com up with a fully generalized solution because it is just as easy as the special case. So with luck Fusion will do something like this: Look at all the drives in the logical volume and sort them by speed. Place most used files on fastest drive untill it is (say) 75% full then place files on next fastest drive ntill mostly full and so on. I have no idea if the developer did this or if he only handled the special case of one HDD and one SSD. |
||
|
|
0
|
|
|
#47 |
|
Yea how did this article even get approved?
|
|
|
|
0
|
|
|
#48 | ||
|
Is this a Fusion Drive or just caching?
The following line in the MacRumors description makes me question whether this is a true Fusion setup or just a form of hybrid caching:
Quote:
Quote:
So far I have found a lot of speculation about Apple Fusion Drives but very little that truly documents how the technology works. |
|||
|
|
1
|
|
|
#49 |
|
awesome news!!
__________________
FireWire 1394 Intelligent network guaranteed data transfer, 1500mA power, Ethernet compatible Read: 160 files, 650MB total, FW400 70% faster then USB2 Write: 160 files, 650MB total, FW400 48% faster |
|
|
|
0
|
|
|
#50 |
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 08:13 PM.








Linear Mode
