On Fri, 2002-02-01 at 13:25, Zane H. Healy wrote:
One last
thing... on VMS 1) how do I figure out the size of the
hard-drives (like du on *nix), and
SHOW DEV D
SHOW DEV D{whatever}/FULL
2) how do I mount a hard disk without
knowing its label? The second ESDI drive doesn't get automatically
mounted when VMS boots.
MOUNT D{whatever}/OVER=ID
Hey, that's handy! Beats my back-asswards way of doing it:
mount/foreign <whatever>
* vms prints out the volume label*
dismount <whatever>
mount <whatever> <label>
Brian