Advertisement
dennismayr

Apple - Creating a FusionDrive

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