I feel like there has to be a good explanation for this, and its why I'm posting here. I've been researching creating my own fusion drive in the mac mini. From around the internet the consensus seems to be the steps (terminal commands) are:
diskutil list
(see your disks and grab the disk identifiers)
diskutil cs create "Fusion Drive" DiskIdentifier1 DiskIdentifier2
(bond the two drives together)
diskutil coreStorage createVolume SerialCode jfhs+ "Name of Fusion Drive" 100%
(format 100% of the drive as HFS+)
I question whether its right to say "100%"
The reason being, according the wikipedia (and not completely confirmed) the fusion drive SSD maintains 4 GB of free space.
"Part of the SSD space is used as a write buffer for incoming writes.[5][6] In the stable state, a minimum 4GB space is reserved for buffering writes.[2][5][6] A small spare area is set aside on the SSD for performance consistency."
http://en.wikipedia.org/wiki/Fusion_Drive
So it seems like if you use up 100% you aren't setting aside this incoming write space? Does this explain why some people claim to stop seeing a benefit from DIY fusion drive once their SSD fills up? Or am I mistaken? Thanks
diskutil list
(see your disks and grab the disk identifiers)
diskutil cs create "Fusion Drive" DiskIdentifier1 DiskIdentifier2
(bond the two drives together)
diskutil coreStorage createVolume SerialCode jfhs+ "Name of Fusion Drive" 100%
(format 100% of the drive as HFS+)
I question whether its right to say "100%"
The reason being, according the wikipedia (and not completely confirmed) the fusion drive SSD maintains 4 GB of free space.
"Part of the SSD space is used as a write buffer for incoming writes.[5][6] In the stable state, a minimum 4GB space is reserved for buffering writes.[2][5][6] A small spare area is set aside on the SSD for performance consistency."
http://en.wikipedia.org/wiki/Fusion_Drive
So it seems like if you use up 100% you aren't setting aside this incoming write space? Does this explain why some people claim to stop seeing a benefit from DIY fusion drive once their SSD fills up? Or am I mistaken? Thanks