PDEV displays the volume set name, volume number, and device physical path for all the disks known to DISCUTIL. A disk becomes known to DISCUTIL either by the CONFIGURE command or when DISCUTIL is first invoked.
Task | 
  | 
Displays information about all configured disks.
Capability | 
  | 
No special capability required.
Syntax | 
  | 
Example | 
  | 
This example shows how to display volume information. The volume number in the example below refers to the number of the volume in the volume set.
   discutil> PDEV 
   CURRENT DEVICE CONFIGURATION:
      LDEV : 1
          VOLUME SET NAME : MPEXL_SYSTEM_VOLUME_SET
          VOLUME NUMBER   : 1
          PATH            : 8.0.0
      LDEV : 11
          VOLUME SET NAME : ACCOUNTING_VOL_SET
          VOLUME NUMBER   : 1
          PATH            : 8.0.4
      LDEV : 12
          VOLUME SET NAME : ACCOUNTING_VOL_SET
          VOLUME NUMBER   : 2
          PATH            : 8.0.5
 |