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

mount –t advfs domain1#fileset1 /HP5700_LU2c
2. Assign the appropriate ownership and permissions:
# chown owner : group * device_file_name *
Example
To assign ownership to dsk10c with owner Oracle, group dba, enter:
chown oracle:dba *dsk10c*
Verifying the file systems
Verify that the new file systems were created correctly and are functioning properly.
1. Display all mounted file systems.
# df
The default display for drive capacity is 512-byte blocks. To view the capacity in kilobytes rather
than in 512-byte blocks, enter df –k.
2. Go to a new device directory:
# cd / mount_directory
Example
cd /HP5700_LU2c
3. Copy a file from the root directory to the new device:
# cp / filename file_name .back1
Example
To copy file vmunix from the root directory to the HP5700_LU2c device, enter:
cp /vmunix vmunix.back1
4. Copy a file to the new device again:
# cp / filename file_name .back2
Example
To copy the same file again, enter:
cp /vmunix vmunix.back2
5. List the files in the current directory:
Example
# ls –l
The vmunix.back1 and vmunix.back2 files should be shown.
6. Delete the files you copied:
# rm file_name
Installing and configuring Tru64 for the XP disk array24