Work for two of them:
-bash-3.2# diskutil cs deleteVolume 97357AE4-B74B-4CD7-9738-86D3F8D16D79
The Core Storage Logical Volume UUID is 97357AE4-B74B-4CD7-9738-86D3F8D16D79
Started CoreStorage operation on disk3 Untitled
Unmounting disk3
Removing Logical Volume from Logical Volume Group
Finished CoreStorage operation on disk3 Untitled
-bash-3.2# diskutil cs deleteVolume 23F9F7E6-44F1-4319-ABC2-073D43948E38
The Core Storage Logical Volume UUID is 23F9F7E6-44F1-4319-ABC2-073D43948E38
Started CoreStorage operation on disk2 Untitled
Unmounting disk2
Removing Logical Volume from Logical Volume Group
Finished CoreStorage operation on disk2 Untitled
It does not work for:
-bash-3.2# diskutil cs deleteVolume 82C44DC3-EC88-4ACE-B344-738362EEAE7E
82C44DC3-EC88-4ACE-B344-738362EEAE7E does not appear to be a valid Core Storage Logical Volume UUID or disk
-bash-3.2# diskutil cs deleteVolume DA966991-9CE6-4108-B738-CCE9F5B330CC
DA966991-9CE6-4108-B738-CCE9F5B330CC does not appear to be a valid Core Storage Logical Volume UUID or disk
-bash-3.2# diskutil cs deleteVolume D28B755F-B6F4-49D7-8B26-9B1782F1E2E4
D28B755F-B6F4-49D7-8B26-9B1782F1E2E4 does not appear to be a valid Core Storage Logical Volume UUID or disk
Now, the new diskutil cs list:
CoreStorage logical volume groups (3 found)
|
+-- Logical Volume Group 82C44DC3-EC88-4ACE-B344-738362EEAE7E
| =========================================================
| Name: Untitled
| Status: Online
| Size: 1978162249728 B (2.0 TB)
| Free Space: 1977809924096 B (2.0 TB)
| |
| +-< Physical Volume 965CC19F-1664-4CA6-9535-13F6E8360A5C
| ----------------------------------------------------
| Index: 0
| Disk: disk1s2
| Status: Online
| Size: 1978162249728 B (2.0 TB)
|
+-- Logical Volume Group D28B755F-B6F4-49D7-8B26-9B1782F1E2E4
| =========================================================
| Name: BOOTCAMP
| Status: Online
| Size: 219865403392 B (219.9 GB)
| Free Space: 219513077760 B (219.5 GB)
| |
| +-< Physical Volume 14D8374C-CA87-46A7-8E19-C4EDC9B6701D
| ----------------------------------------------------
| Index: 0
| Disk: disk1s4
| Status: Online
| Size: 219865403392 B (219.9 GB)
|
+-- Logical Volume Group DA966991-9CE6-4108-B738-CCE9F5B330CC
=========================================================
Name: Untitled
Status: Online
Size: 800920764416 B (800.9 GB)
Free Space: 800568438784 B (800.6 GB)
|
+-< Physical Volume 64797298-74F4-4330-9EB8-5C856FA3CBC9
----------------------------------------------------
Index: 0
Disk: disk1s6
Status: Online
Size: 800920764416 B (800.9 GB)
And the new diskutil list:
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Untitled 120.5 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *3.0 TB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_CoreStorage 2.0 TB disk1s2
3: Apple_Boot Boot OS X 134.2 MB disk1s3
4: Apple_CoreStorage 219.9 GB disk1s4
5: Apple_Boot Boot OS X 134.2 MB disk1s5
6: Apple_CoreStorage 800.9 GB disk1s6
7: Apple_Boot Recovery HD 650.0 MB disk1s7
/dev/disk4
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *4.0 GB disk4
1: EFI EFI 209.7 MB disk4s1
2: Apple_HFS Sans titre 3.7 GB disk4s2
/dev/disk5
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *16.0 GB disk5
1: EFI EFI 209.7 MB disk5s1
2: Apple_HFS Yosemite Install Dis... 15.7 GB disk5s2
/dev/disk6
#: TYPE NAME SIZE IDENTIFIER
0: untitled *5.2 MB disk6
/dev/disk7
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk7
/dev/disk8
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk8
/dev/disk9
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk9
/dev/disk10
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk10
/dev/disk11
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk11
/dev/disk12
#: TYPE NAME SIZE IDENTIFIER
0: untitled *6.3 MB disk12
/dev/disk13
#: TYPE NAME SIZE IDENTIFIER
0: untitled *2.1 MB disk13
/dev/disk14
#: TYPE NAME SIZE IDENTIFIER
0: untitled *1.0 MB disk14
/dev/disk15
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk15
/dev/disk16
#: TYPE NAME SIZE IDENTIFIER
0: untitled *524.3 KB disk16
/dev/disk17
#: TYPE NAME SIZE IDENTIFIER
0: untitled *1.0 MB disk17
/dev/disk18
#: TYPE NAME SIZE IDENTIFIER
0: untitled *6.3 MB disk18
/dev/disk19
#: TYPE NAME SIZE IDENTIFIER
0: CD_partition_scheme *68.8 MB disk19
1: CD_ROM_Mode_1 U3 System 59.9 MB disk19s0
-bash-3.2#