OS X needs to see the Solid State flag in SMART info for it to work, so the SSD must be connected to an internal SATA port.
I wonder if that would hold true for an eSATA SSD connected by Thunderbolt hub.
OS X needs to see the Solid State flag in SMART info for it to work, so the SSD must be connected to an internal SATA port.
Protocol: USB
my tests showing this tooit will always first write to SSD, then to HDD, and at the end there's activity between both drives.
If you desire to preserve an existing Windows partition using the above procedure, can it be located on the SSD drive or does it have to be on the larger hard disk drive?
From reading others comments, creating a BootCamp partition for Windows on a "Fusion" drive will always locate it on the hard disk. For best boot/operational speed with Windows I would prefer to keep it on the SSD.
Thanks,
-howard
In general, it's a very bad idea to try to build a multi-disk volume with external drives. If any external becomes unplugged, nothing will be accessible.
With a T-Bolt daisy chain, it would be necessary to power down in order to connect or remove other T-Bolt devices (unless you keep the drive as the first T-Bolt device, and it's guaranteed that adding or breaking downstream T-Bolt connections will not affect upstream devices).
One exception to this is a multi-drive volume that's contained within a single expansion cabinet. That won't have the issue of "part" of the volume disappearing.
Worse, I would fear that you could get some bad data corruption in this case, since the operating system doesn't expect that only half of a volume is there.
It probably won't work as a boot drive, because at some early stage while booting your computer, the external drive wouldn't be visible yet. And the whole point (from a user's point of view) is that with a Fusion drive, you don't have a separate boot drive and data drive but everything together.
Could someone please tell me what I'm doing wrong in setting this up? I've got a 2011 MBP with a Samsung 830 256Gb on the main drive bay (6gbps) and a Seagate XT 750 installed in the optical bay (3gbps). I'm booting 10.8.2 from a USB stick and entering terminal where I get the bash prompt (I don't know how to get the TIN> prompt, is this part of the problem?) At the prompt, I type:
"diskutil cs create MacHD disk0 disk1"
All seems to go well, except when I enter disk utility I cannot format the newly created volume (because its "locked"), so if I go back to terminal and enter:
"Diskutil cs list"
I see my volume and associated ID. I figure it needs to be formatted, so I follow the next part of the guide and type:
"Diskutil coreStorage createVolume (UUID) jhfs+ "Mac HD" 990g"
I get a error "-69780: Unable to create a new CoreStorage Logical Volume"
After that, my SSD drive disappears and I can no longer even boot from my USB stick! The only way to recover is to take out the hard drives and reformat them in another computer! Ugh!
What am I doing wrong?
Are you sure the SSD and HDD are disk0 and disk1? from what you say in the end it seems the USB stick is one of those.
Maybe the correct is:"Diskutil coreStorage createVolume (UUID) jhfs+ "Mac HD" 990g"
What am I doing wrong?
When Disk Utility "fixes" them they are Logical Volumes and not Physical Disks.I think that you have to delete the Logical Volumes before you create a new Group.And if you type in Terminal :diskutil cs list you'll see Logical Volumes and not normal disksI'm positive. Once I remove the drives and use disk utility to "fix" them on another Mac, the USB drive boots perfectly.
After that, my SSD drive disappears
This looks like a really great option for users, so far I've been really happy with the performance.
But given the choice I'd prefer the option to do something similar but with all data kept on the HD and the SSD just used as a buffer. In other words, instead of moving data to SSD, just copy it there and reference it, but leave it on the HD as well in case of SSD failure.
Anyone know if CoreStorage offers an option that works that way?
Maybe the correct is:
"Diskutil coreStorage createVolume (UUID) jhfs+ Mac HD 990g"
When Disk Utility "fixes" them they are Logical Volumes and not Physical Disks.I think that you have to delete the Logical Volumes before you create a new Group.And if you type in Terminal :diskutil cs list you'll see Logical Volumes and not normal disks
This is normal
if you type
Diskutil cs list
what is the output?
This is where your good backup strategy would come into play.
I think if either the SSD or HD were to fail, the joined "Fusion" array would be toast[/B], and you would have to restore from your backup. So having a mirrored copy of the SSD on the HD wouldn't gain you anything as you would be unable to access it as a standalone volume. Attempting to revert the drive back to a standard volume would probably delete any data it contained.
There would also be diminishing returns on a mirrored scheme as the SSD approaches the HD in terms of size. If you had a 512 GB SSD and a 750 GB HD, you would realize very little storage gain from the HD ... only 250 GB of additional space.
But then why is it not working?
Of course everything should always be backed up. With the format described here, yes, losing either would take down the whole volume. I'm asking if there's an alternative way that would leave a copy of everything on the HD and still work in the case of SSD failure. I'm not thinking it of a substitute for a backup, but as an extra layer of redundancy, as an additional backup and one that would be very quick to restore. That possibility may not exist, if that's the case I'd love to see Apple add the option in the future.
And you're right about diminishing returns but either way I think it kind of defeats the whole purpose of doing a fusion drive if the SSD is really big and the HD really small. The whole point is to go with a relatively small SSD and relatively big HD.
Maybe it doesn't like the 990g number? You could try substituting 100% instead.
if you type
Diskutil cs list
what is the output?
I tried it again and got the same errors. Here's my output attached.
ok now type
diskutil cs delete (Volume ID)
where(Volume ID)=25C10619.....
Maybe...Maybe there's a reason Apple hasn't enabled it for all? Maybe it's flaky on some systems?
Sorry I wasn't clear. Booting isn't a problem, I was just talking about having that additional backup and ease of recovering that particular drive.
Maybe...
but you have 2 Logical Volumes (The SSD status missing) and I think that the Disk Utility can't partition the disks because they are Logical Volumes....
Maybe you have to delete the Logical volumes in other computer but as they are i don't think you can work