Skip to content

Instantly share code, notes, and snippets.

@maximepvrt
Created January 9, 2016 11:37
Show Gist options
  • Save maximepvrt/689ebda1c14a15358021 to your computer and use it in GitHub Desktop.
Save maximepvrt/689ebda1c14a15358021 to your computer and use it in GitHub Desktop.
Format Fusion Disk
diskutil list
diskutil cs list
Unmount the Logical Volume:
diskutil unmount force /dev/disk1
Remove the Logical Volume Group and all of its contents:
diskutil cs deleteLVG B6308EC8-297D-44BD-9212-6BD867F6331B
diskutil coreStorage create myLogicalVolGroup /dev/disk1 /dev/disk2
diskutil cs list
diskutil coreStorage createVolume 50B457C3-ADC6-4EDC-9ABA-FD8C6EEDE69A jhfs+ "iMac" 100%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment