HPlogo Volume Management: HP 3000 MPE/iX Computer Systems > Chapter 5 Volume Management Commands

MOUNT

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

   MOUNT [LDEV=] ldev 

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.

  1. Use the DSTAT command to determine the state of the volume.

  2. 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)
    
    
    
Feedback to webmaster