Installation Manual

28 Mounting UFS File Systems
Mounting UFS File Systems
1. Create a mount point by entering the following command: mkdir /mount_point,
where mount_point is any user-defined name.
Note To streamline your SAN administration procedures, you may want to create a
directory, and then create mount points for each Fibre Channel file system
within that directory, for example:
# mkdir /SAN
# mkdir /SAN/fibre1
2. Enter mount /dev/dsk/slice_name /mount_point to mount a file system, for
example: # mount /dev/dsk/c1t17d0s0 /SAN/fibre1
3. To view the mounted file systems, enter ls /mount_point.
Note To mount a VERITAS File System (VxFS) enter the following command:
mount -F vxfs -o delaylog /dev/dsk/device /mount_point