The MOUNT command mounts a disk volume making it accessible to DISCUTIL. If an LDEV represents a disk and the device is responding, DISCUTIL attempts to mount the volume. Once a new volume has been mounted, it is available to DISCUTIL. Only volumes that have been initialized as a volume MASTER or MEMBER can be mounted.
Task | 
  | 
Mounts a volume.
Capability | 
  | 
No special capability required.
Syntax | 
  | 
Parameter | 
  | 
-  ldev 
 A number from 1 to 100 specifying the logical device number of the volume to be mounted. Required.
Example | 
  | 
This example shows how to make a volume accessible to DISCUTIL.
Use the DSTAT command to determine the state of the volume.
 Use the
MOUNT command to mount the volume.
   discutil>DSTAT
   LDEV-TYPE   STATUS   VOLUME (VOLUME SET - GEN)
   ---------   ------   --------------------------
   11-079350   MEMBER   BVOL1          (BSET-0)
   12-079350   MEMBER   BVOL2          (BSET-0)
   discutil> MOUNT 13 
   *Note: VOLUME MOUNTED ON LDEV 13
   discutil>DSTAT
   LDEV-TYPE   STATUS   VOLUME (VOLUME SET - GEN)
   ---------   ------   --------------------------
   11-079350   MEMBER   BVOL1          (BSET-0)
   12-079350   MEMBER   BVOL2          (BSET-0)
   13-079350   MEMBER   BVOL3          (BSET-0)
  |