-bash-3.2# diskutil erasedisk JHFS+ HDD disk1
Started erase on disk1
Unmounting disk
Creating the partition map
Waiting for the disks to reappear
Formatting disk1s2 as Mac OS Extended (Journaled) with name HDD
Initialized /dev/rdisk1s2 as a 931 GB case-insensitive HFS Plus volume with a 81920k journal
Mounting disk
Finished erase on disk1
-bash-3.2#
-bash-3.2# diskutil cs create OSX-MacintoshLVG disk0s2 disk1s2
Started CoreStorage operation
Unmounting disk0s2
Touching partition type on disk0s2
Adding disk0s2 to Logical Volume Group
Unmounting disk1s2
Touching partition type on disk1s2
Adding disk1s2 to Logical Volume Group
Creating Core Storage Logical Volume Group
Switching disk0s2 to Core Storage
Switching disk1s2 to Core Storage
Waiting for Logical Volume Group to appear
Discovered new Logical Volume Group "D58C9A35-0855-4F6F-BED1-D59EAC5AF28C"
Core Storage LVG UUID: D58C9A35-0855-4F6F-BED1-D59EAC5AF28C
Finished CoreStorage operation
-bash-3.2#
-bash-3.2# diskutil cs createVolume D58C9A35-0855-4F6F-BED1-D59EAC5AF28C jhfs+ "Macintosh HD" 100%
The Core Storage Logical Volume Group UUID is D58C9A35-0855-4F6F-BED1-D59EAC5AF28C
Started CoreStorage operation
Waiting for Logical Volume to appear
Formatting file system for Logical Volume
Initialized /dev/rdisk14 as a 1 TB case-insensitive HFS Plus volume with a 90112k journal
Mounting disk
Core Storage LV UUID: 24B4FC14-6C84-44F9-A78E-07502960C541
Core Storage disk: disk14
Finished CoreStorage operation
-bash-3.2#
-bash-3.2# diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group D58C9A35-0855-4F6F-BED1-D59EAC5AF28C
=========================================================
Name: OSX-MacintoshLVG
Status: Online
Size: 1120849764352 B (1.1 TB)
Free Space: 32768 B (32.8 KB)
|
+-< Physical Volume BEB1745E-9977-4A6F-9511-699A0A46A234
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 120988852224 B (121.0 GB)
|
+-< Physical Volume 0F1676BC-5711-4E4F-8BD1-40001C3B8C04
| ----------------------------------------------------
| Index: 1
| Disk: disk1s2
| Status: Online
| Size: 999860912128 B (999.9 GB)
|
+-> Logical Volume Family 085B35F7-851C-4C5C-8C4E-D444A04D4B55
----------------------------------------------------------
Encryption Status: Unlocked
Encryption Type: None
Conversion Status: NoConversion
Conversion Direction: -none-
Has Encrypted Extents: No
Fully Secure: No
Passphrase Required: No
|
+-> Logical Volume 24B4FC14-6C84-44F9-A78E-07502960C541
---------------------------------------------------
Disk: disk14
Status: Online
Size (Total): 1115351285760 B (1.1 TB)
Conversion Progress: -none-
Revertible: No
LV Name: Macintosh HD
Volume Name: Macintosh HD
Content Hint: Apple_HFS
-bash-3.2#