Compaq StorageWorks HSG60 ACS Solution Software V8.6 for Compaq Tru64 UNIX Installation and Configuration Guide

3–4 HSG60 ACS Solution Software Version 8.6 for Compaq Tru64 UNIX Installation and Configuration Guide
For V4.0G
/dev/rrza8c
To create a UFS filesystem using the above examples, enter the following:
# newfs /dev/rrza8c HSG60
For V5.1x
/dev/rdisk/dsk8c
To create a UFS filesystem using the above examples, enter the following:
# newfs /dev/rdisk/dsk8c HSG60
This creates a UFS filesystem on the c partition (whole disk-device).
Mounting the Filesystem
To access the LUN, mount it as a device filesystem to a mount point. For example:
For V4.0G
# mount /dev/rza8c /mnt
For V5.1x
# mount /dev/disk/dsk8c /mnt
To view the mounted filesystem, enter the following command:
# df
The LUN is now accessible to the filesystem just as a disk device would be. The
filesystem can not see the RAID functionality and number of physical devices attached to
the HSG60 controller. This device appears as a single LUN or “disk” to the user as viewed
by the filesystem.