Service manual

Chapter 4 Service 4-5
Use the following procedure to configure a slice (single physical partition) on a disk
to be used with a UFS. For instructions about adding a file system to a SDS logical
disk, refer to the documentation that came with your application.
a. Verify that the device label meets your requirements.
You can use the prtvtoc command to inspect the label for your drive. To modify
the label, use the format command. Refer to the prtvtoc(1M) and format(1M)
man pages for more information.
b. After you have selected a disk slice for your UFS file system, check to see if it
has a clean file system:
For example: fsck /dev/rdsk/c2t2d0s2
c. If you get an error message, you may need to create a file system on the slice:
Refer to the newfs(1M) man page for more information.
d. If necessary, create a mount point for the new file system:
where mount-point is a fully qualified path name. Refer to the mount(1M) man
page for more information.
e. Modify the /etc/vfstab file to reflect the new file system.
See the vfstab(4) man page for more details.
f. Mount the new file system using the mount command.
where mount-point is the directory you created.
The file system is ready to be used.
7. Add a drive to a Solstice DiskSuiteā„¢ drive set.
# fsck /dev/rdsk/cwtxdysz
# newfs /dev/rdsk/cwtxdysz
# mkdir mount-point
# mount mount-point