Page 1 of 1

Apple Fusion Drives

Posted: Thu Sep 03, 2015 1:21 pm
by lcoughey
This is where Apple takes two devices, usually an SSD and a HDD and merges them into a single drive, creating their own flavour of SSHD. I found a good article on how to manually create and delete a Fusion drive at the following site - http://www.techrepublic.com/article/pro ... ion-drive/

Here is a list of terminal commands used (you can go to the article to get details about each command:

>diskutil list
>diskutil coreStorage create LOGICAL_VOL_GROUP_NAME DRIVE_1 DRIVE_2
>diskutil coreStorage createVolume lvgUUID type name size
>diskutil coreStorage delete lvgUUID

Basically, a Fusion Drive is a spanned volume where the SSD drive is the first portion of the volume.

Re: Apple Fusion Drives

Posted: Wed Oct 07, 2015 9:44 pm
by Jared
I'm not sure I 100% agree with that. There seems to be more to the system because there's no way to simply build it into a span when I've tried playing with it in R-Studio. While assembling that way may act pretty similar to fusion I think the OS plays some other games with the filesystem.

Correct me if I'm wrong, but it doesn't seem possible to re-assemble a fusion drive outside of Mac OS.

Re: Apple Fusion Drives

Posted: Mon Jan 23, 2017 8:19 pm
by lcoughey
It has been a few years since Fusion Drives hit the market. Every one we received for recovery, thus far, have only come with the Hard Drive portion, without the very critical and necessary SSD. In all cases, but one, the Apple technician (not just Apple Stores) did not remove the SSD with the hard drive and just replaced the hard drive in the system.

In order for anyone to fully recover data from a fusion drive, it is essential that both the SSD and HDD drives are removed from the system and provided to the data recovery technician for recovery.

Re: Apple Fusion Drives

Posted: Wed Jul 26, 2017 7:51 pm
by lcoughey
To follow up on this thread, it should be just a matter of determining the offset of the LVM containers on each drive and then joining them in a JBOD. But, I've never had an opportunity to test this theory, yet.

Re: Apple Fusion Drives

Posted: Thu Nov 09, 2017 12:18 am
by Jared
I have tested it, and things just don't line up and make any sense. I've even taken and written a huge file consisting of a pattern of counting LBA values to the volume, and the values after I analyze in HEX are all over the place. Data that should be at the end is near the beginning (probably the write cache part). Data that should be a consistent counting pattern will break, then resume from a different part of the file, etc. It's a fragmented, out of order, mess that I think only MacOS knows how to really work with and put it back together right now.

Re: Apple Fusion Drives

Posted: Thu Dec 13, 2018 7:06 am
by DRG
Interesting. Do you have any more info on corestorage anywhere on the forum?
A search for corestorage only brought up this article.

Re: Apple Fusion Drives

Posted: Thu Dec 13, 2018 1:41 pm
by lcoughey
Yeah, nothing posted about Core Storage here, yet. What are you trying to find out? Both R-Studio and UFS Explorer support Apple Core Storage now, if that helps.

Re: Apple Fusion Drives

Posted: Fri Mar 29, 2019 5:24 pm
by Iurii
After several updates in UFS Explorer from January to March 2019 we may be sure that software supports it very well.