How to fix a split Fusion Drive

If your Fusion Drive appears as two drives instead of one in the Finder, it’s no longer working as a Fusion Drive. Here’s how to fix it.

Fusion Drive, a storage option on some iMac and Mac mini computers, combines a hard drive and flash storage in a single volume for improved performance and storage capacity. If your Fusion Drive appears as two drives instead of one in the Finder, it’s no longer working as a Fusion Drive. This can happen after replacing either drive of your Fusion Drive or using software to intentionally split them into separate volumes.

You can continue using the two drives independently, or you can follow these steps to regain the benefits of having the single logical volume of a Fusion Drive.

Before you begin

If you’re not sure whether your Mac was configured with a Fusion Drive, or you’re not sure if the drive has been split, disconnect any external storage devices from your Mac, then open the storage overview:

  • In macOS Ventura or later, choose Apple menu  > System Settings. Click General in the sidebar, then click Storage on the right.

  • In earlier versions of macOS, choose Apple menu  > About This Mac. Then click Storage.

If you see a drive labelled Fusion Drive, your Fusion Drive is working and this article doesn’t apply to you.

If you have a Fusion Drive that has been split, you should see two drives. One of them should be labelled Flash Storage, with a capacity of 24 GB, 32 GB or 128 GB. The other should be at least 1 TB.

Use Terminal to create a Fusion Drive again

These steps will permanently delete all data stored on the drives that make up your Fusion Drive. Make sure you have a backup before continuing.

If using macOS Mojave or later

  1. Turn on your Mac, then immediately press and hold Command-R to start up from macOS Recovery. Release the keys when you see the Apple logo or a spinning globe.

  2. When you see the macOS Utilities window, choose Utilities > Terminal from the menu bar.

  3. Type diskutil resetFusion in the Terminal window, then press Return.

  4. Type Yes (with a capital Y) when prompted, then press Return.

  5. When Terminal indicates that the operation was successful, exit Terminal to return to the macOS Utilities window.

  6. Choose Reinstall macOS, then follow the onscreen instructions to reinstall the Mac operating system. Your Mac will restart from your Fusion Drive when finished.

If using macOS High Sierra or earlier

  1. Turn on your Mac, then immediately press and hold Command-R to start up from macOS Recovery. Release the keys when you see the Apple logo or a spinning globe.

  2. When you see the macOS Utilities window, choose Utilities > Terminal from the menu bar.

  3. Type diskutil list in the Terminal window, then press Return.

  4. Terminal will display a table of data about your drives. In the IDENTIFIER column, find the identifier for each of the two internal, physical drives that make up your Fusion Drive. Usually the identifiers are disk0 and disk1. One of them should be 128 GB or less in size. The other should be at least 1 TB in size.

  5. Type the following command, replacing identifier1 and identifier2 with the identifiers you found in the previous step. Then press Return.

    diskutil cs create Macintosh\ HD identifier1 identifier2

    Example: diskutil cs create Macintosh\ HD disk0 disk1

  6. If you get a disk unmounting error, enter diskutil unmountDisk identifier, using the first identifier you gathered previously. Enter the same command again using the second identifier. Then try the command in step 5 again.

  7. Type diskutil cs list, then press Return.

  8. Terminal will display additional data about your drives (volumes). Find the string of numbers that appears after “Logical Volume Group” for the volume named Macintosh HD. It will be a number like 8354AFC3-BF97-4589-A407-25453FD2815A.

    Example: +-- Logical Volume Group 8354AFC3-BF97-4589-A407-25453FD2815A | ========================================================= | Name: Macintosh HD

  9. Type the following command, replacing logicalvolumegroup with the number you found in the previous step. Then press Return.

    diskutil cs createVolume logicalvolumegroup jhfs+ Macintosh\ HD 100%

    Example: diskutil cs createVolume 8354AFC3-BF97-4589-A407-25453FD2815A jhfs+ Macintosh\ HD 100%

  10. When Terminal indicates that the operation was successful, exit Terminal to return to the macOS Utilities window.

  11. Choose Reinstall macOS, then follow the onscreen instructions to reinstall the Mac operating system. Your Mac will restart from your Fusion Drive when finished.

Published Date: