Created
January 9, 2016 11:37
-
-
Save maximepvrt/689ebda1c14a15358021 to your computer and use it in GitHub Desktop.
Format Fusion Disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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