Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## Creating a FusionDrive
- 1. List available drives: `diskutil list`
- 2. Create a logical volume map: `diskutil coreStorage create FusionDriveVolume /dev/diskX /dev/diskY`
- 3. Check the _UUID_ of the volume above
- 4. `diskutil coreStorage createVolume UUIDfromAbove type FusionDriveName size`, e.g. `diskutil coreStorage createVolume UUID apfs "FusionDrive" 100%`
- 5. Done; check with Disk Utility and format to your needs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement