OK, obviously APPLE isn't using hybrid drives in ITS Fusion Drive solutions, but in the sense of this being a roll-your-own project, can a hybrid drive potentially utilize the software?
I've got a SSD and HDD in my MBP; I'd prefer to put back in my ODD for several reasons.
I would like to know if the CoreStorage removeDisk command works properly.
That would be the absolute minimum requirement to accept using Fusion Drive.
It should be possible, if you have a single cage which presents multiple distinct disks to the OS, to put one together that way, though. (And that shouldn't be any more dangerous than having a *normal* drive used that way.)
I have an SSD and HDD connected via HighPoint SCSI card. System Info says S.M.A.R.T. info is not available. I wonder if this trick will work over such setup? I guess there's only one way to find out... will report findings later.![]()
Good question! Will it? I don't know. But I'm guessing it will. It's one of OS X's core features. It would be pretty bad if it didn't work on the new Fusion Drives. But I don't know for sure.Does Filevault 2 still work with the fusion drive ?
Good question! Will it? I don't know. But I'm guessing it will. It's one of OS X's core features. It would be pretty bad if it didn't work on the new Fusion Drives. But I don't know for sure.
I've got no idea. You certainly don't seem to *want* one, so the idea that you're buying one anyway is a bit mind-boggling.![]()
First is, according to risottos guide (and to common logic) you need to wipe both of your drives (SSD and HDD) before installing the LVM. What confuses me is when a time machine backup is created while there was 1 physical drive with 1 partition and when you restore from backup with 2 physical drives + 1 partition, how does it not get confused? I mean it has to get the actual OS on the SSD to make it run fast obviously, but seeing it as 1 partition, how does it actually know? or is that what fusion drive is, it's that smart? Also i am confused on how the internet recovery partition will work with this.
So he has an internal SSD and an external HDD with a single drive letter, what makes that a "fusion" drive? Nothing! There's no proof this is what Apple calls Fusion Drive technology. The article is a fail.
P.S. There's Windows software out there that will combine various drives into a single "hybrid" volume. Does that mean that's "fusion" drive software? I think not.
I'm waiting for some easy ways to do this. I saw the "older Macs" part and ran to it. I want a Fusion drive on my Mac Pro!
Just performed the transition from 1 HDD and 1 SSD to a "fusion drive" using the instructions provided, worked with no issues. Had to perform a full install Mountain Lion, all good. The problem is when I check the app store for update it states no updates available!! I know there have been some, as I installed them in the past. when trying to log into the app store account with user id and password I get the message app store temporary unavailable. Checking the console i see the message "App Store[192]: FRWebDelegate: Received http status code 500 on response"
Anyone else had this issue?
Its not rocket science where dealing with here......
Apple needs to learn. If theres a way, people will find it![]()
Does Filevault 2 still work with the fusion drive ?
Second thing is the risk this setup has on crashing. If the OS sees it as 1 partition, when either the SSD or the HDD fails, crashes, gets broken, the whole system gets corrupt. Isn't that more risk and with this you have to use time machine, but you will need a bigger time machine storage considering system will have 1 TB HDD, 128 GB SSD.
I'm running it on Early 2008 Mac Pro. It essentially took those 2 commands as described in the article and now there's a drive called Fusion.
Missing parts were to figure out the disk numbers, use "diskutil list" for that. And for formatting the volume, you need the ID behind "Logical Volume" using command "diskutil cs list". Using Intel SSD and Seagate HDD, both internal. SSD is just hanging in there, I don't have a cradle.
So the commands for me were:
diskutil list (to get the disk numbers, in my case 4 and 0, #4 being the SSD)
diskutil cs create Fusion disk4 disk0 (to create a new volume, unformatted)
diskutil cs list (to find the volume ID)
diskutil cs createVolume 6B3D1709-EAF5-4E8C-B51B-3FED5EB17E00 jhfs+ Fusion 1100g (to format it)
Blue text are variables that you need to set for your system. Fusion is the name I gave for the drive.
Be careful with those disk numbers. Get them wrong and you will format the wrong disk. Disconnect your Time Machine before these commands in case things blow up.
diskutil list (to get the disk numbers, in my case 4 and 0, #4 being the SSD)
diskutil cs create Fusion disk4 disk0 (to create a new volume, unformatted)
diskutil cs list (to find the volume ID)
diskutil cs createVolume 6B3D1709-EAF5-4E8C-B51B-3FED5EB17E00 jhfs+ Fusion 1100g (to format it)
Blue text are variables that you need to set for your system. Fusion is the name I gave for the drive.
Be careful with those disk numbers. Get them wrong and you will format the wrong disk. Disconnect your Time Machine before these commands in case things blow up.
So if the HDD failed, you might still have access to the SSD and could boot the system (since core OS files will always be on it due to usage patterns) and read whatever data is on it.
I'm running it on Early 2008 Mac Pro. It essentially took those 2 commands as described in the article and now there's a drive called Fusion.
Missing parts were to figure out the disk numbers, use "diskutil list" for that. And for formatting the volume, you need the ID behind "Logical Volume" using command "diskutil cs list". Using Intel SSD and Seagate HDD, both internal. SSD is just hanging in there, I don't have a cradle.
So the commands for me were:
diskutil list (to get the disk numbers, in my case 4 and 0, #4 being the SSD)
diskutil cs create Fusion disk4 disk0 (to create a new volume, unformatted)
diskutil cs list (to find the volume ID)
diskutil cs createVolume 6B3D1709-EAF5-4E8C-B51B-3FED5EB17E00 jhfs+ Fusion 1100g (to format it)
Blue text are variables that you need to set for your system. Fusion is the name I gave for the drive.
Be careful with those disk numbers. Get them wrong and you will format the wrong disk. Disconnect your Time Machine before these commands in case things blow up.
This is awesome. So the 1100g is roughly the size of both drives combined?.
I'm running it on Early 2008 Mac Pro. It essentially took those 2 commands as described in the article and now there's a drive called Fusion.
Missing parts were to figure out the disk numbers, use "diskutil list" for that. And for formatting the volume, you need the ID behind "Logical Volume" using command "diskutil cs list". Using Intel SSD and Seagate HDD, both internal. SSD is just hanging in there, I don't have a cradle.
So the commands for me were:
diskutil list (to get the disk numbers, in my case 4 and 0, #4 being the SSD)
diskutil cs create Fusion disk4 disk0 (to create a new volume, unformatted)
diskutil cs list (to find the volume ID)
diskutil cs createVolume 6B3D1709-EAF5-4E8C-B51B-3FED5EB17E00 jhfs+ Fusion 1100g (to format it)
Blue text are variables that you need to set for your system. Fusion is the name I gave for the drive.
Be careful with those disk numbers. Get them wrong and you will format the wrong disk. Disconnect your Time Machine before these commands in case things blow up.
"older Macs"... what does that mean? Will this work on my G5?