|
The Question is:
I have just had a hard drive die in my VAX 4000 system. I have a replacement
drive that I have not used in a while, and has been pulled from an older
system I have, however I need to get the data off of that drive before I can
re-initialize it in the new
machine. I do not remember what the volume label was on the drive, so I can
not mount it properly. Is there a way to get a listing off all available
volumes on an unmounted DSSI hard drive?
The Answer is :
$ SET PROCESS/PRIVILEGE=VOLPRO ! or potentially with /PRIV=ALL
$ MOUNT/OVERRIDE=IDENTIFICATION/NOWRITE ddcu:
|