HP StorageWorks Disk Array XP operating system configuration guide for Tru64 UNIX XP24000, XP12000, XP10000, v01 (A5951-96066, June 2007)

# mkfset domain_name fileset_name
Creating mount directories
Create a mount directory for each device. Assign each mount directory a unique name that identifies
the device being mounted.
1. Create a mount directory.
# mkdir /mount_directory_name
Example
To create a mount directory for LUN 2 (partition c) on the disk array, enter:
# mkdir /HP5700_LU2c
2. Verify the new mount directory.
Example
# ls /
Mounting the file systems
After the file systems and mount directories have been created, mount the file system for each new
device.
Mounting a Tru64 file system:
1. Mount device:
# mount device_file_name mount_directory
Example — Tru64 5.1B
To mount device dsk10c with mount directory name HP5700_LU2c, enter:
# mount /dev/disk/dsk10c HP5700_LU2c
2. Assign the appropriate ownership and permissions:
# chown owner : group * device_file_name *
Example — Tru64 5.1B
To assign ownership to dsk10c with owner Oracle, group dba enter:
# chown oracle:dba *dsk10c*
Mounting an advanced file system:
1. Mount the file system:
# mount –t advfs domain_name # fileset_name mount_directory
Example
To mount the file system with mount directory:
XP Disk Array Configuration Guide for Tru64 UNIX 23