diskutil list looks like this:
Last login: Mon Dec 5 20:57:14 on console
Brians-MacBook-Pro-888:~ brian$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *960.2 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage Quicksilver' 959.3 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
/dev/disk1 (internal, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: Quicksilver' +959.0 GB disk1
Logical Volume on disk0s2
E900F950-CE21-4305-B174-7D62DC425FB9
Unlocked Encrypted
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *9.0 TB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_CoreStorage PROMISE PEGASUS 3.0 TB disk2s2
3: Apple_Boot Boot OS X 134.2 MB disk2s3
/dev/disk3 (external, virtual):
#: TYPE NAME SIZE IDENTIFIER
0: PROMISE PEGASUS +3.0 TB disk3
Logical Volume on disk2s2
723B9762-D50C-4327-B8C4-16F196C8D3D9
Unlocked Encrypted
diskutil corestorage list looks like this:
Brians-MacBook-Pro-888:~ brian$ diskutil corestorage list
CoreStorage logical volume groups (2 found)
|
+-- Logical Volume Group 54244413-0AF5-445A-9CCD-E943EB067A77
| =========================================================
| Name: Quicksilver'
| Status: Online
| Size: 959337365504 B (959.3 GB)
| Free Space: 16154624 B (16.2 MB)
| |
| +-< Physical Volume 6DE5D4DB-92AE-4EBB-A6AC-E4D67207933F
| | ----------------------------------------------------
| | Index: 0
| | Disk: disk0s2
| | Status: Online
| | Size: 959337365504 B (959.3 GB)
| |
| +-> Logical Volume Family 26CC6FF6-8421-4C64-AF03-9E87EE90F1FA
| ----------------------------------------------------------
| Encryption Type: AES-XTS
| Encryption Status: Unlocked
| Conversion Status: Complete
| High Level Queries: Fully Secure
| | Passphrase Required
| | Accepts New Users
| | Has Visible Users
| | Has Volume Key
| |
| +-> Logical Volume E900F950-CE21-4305-B174-7D62DC425FB9
| ---------------------------------------------------
| Disk: disk1
| Status: Online
| Size (Total): 958968889344 B (959.0 GB)
| Revertible: Yes (unlock and decryption required)
| Revert Status: Reboot required
| LV Name: Quicksilver'
| Volume Name: Quicksilver'
| Content Hint: Apple_HFS
|
+-- Logical Volume Group 53A00AAA-A202-4547-99EF-ED2C42EA090D
=========================================================
Name: PROMISE PEGASUS
Status: Online
Size: 2999005421568 B (3.0 TB)
Free Space: 0 B (0 B)
|
+-< Physical Volume E10A41FF-7765-404E-AB5E-AB248605AF2B
| ----------------------------------------------------
| Index: 0
| Disk: disk2s2
| Status: Online
| Size: 2999005421568 B (3.0 TB)
|
+-> Logical Volume Family 5E3884A7-EE8D-4B05-AD4F-09B22DDADED3
----------------------------------------------------------
Encryption Type: AES-XTS
Encryption Status: Unlocked
Conversion Status: Complete
High Level Queries: Fully Secure
| Passphrase Required
| Accepts New Users
| Has Visible Users
| Has Volume Key
|
+-> Logical Volume 723B9762-D50C-4327-B8C4-16F196C8D3D9
---------------------------------------------------
Disk: disk3
Status: Online
Size (Total): 2998669877248 B (3.0 TB)
Revertible: Yes (unlock and decryption required)
LV Name: PROMISE PEGASUS
Volume Name: PROMISE PEGASUS
Content Hint: Apple_HFS
I missed the day in class when we learned Unix, but I think your "limits" query has some sort of syntax issue:
Brians-MacBook-Pro-888:~ brian$ sudo diskutil corestorage disk3 limits
diskutil: did not recognize coreStorage verb "disk3"; type "diskutil coreStorage" for a list
Brians-MacBook-Pro-888:~ brian$ diskutil coreStorage
Usage: diskutil [quiet] coreStorage|CS <verb> <options>
where <verb> is as follows:
list (Show status of CoreStorage volumes)
info[rmation] (Get CoreStorage information by UUID or disk)
convert (Convert a volume into a CoreStorage volume)
revert (Revert a CoreStorage volume to its native type)
create (Create a new CoreStorage logical volume group)
delete (Delete a CoreStorage logical volume group)
rename (Rename a CoreStorage logical volume group)
createVolume (Create a new CoreStorage logical volume)
deleteVolume (Delete a volume from a logical volume group)
encryptVolume (Start encrypting a CoreStorage logical volume)
decryptVolume (Start decrypting a CoreStorage logical volume)
unlockVolume (Attach/mount a locked CoreStorage logical volume)
changeVolumePassphrase (Change a CoreStorage logical volume's passphrase)
resizeVolume (Resize a CoreStorage volume)
resizeDisk (Resize a CoreStorage physical volume disk)
resizeStack (Resize a CoreStorage logical/physical volume set)
diskutil coreStorage <verb> with no options will provide help on that verb