System Administration Guide

x86: How to Mount a System V (S5FS) File System

  1. Make sure you have met the prerequisites listed in "Prerequisites".

  2. Mount the S5FS file system.


    # mount -F s5fs [-o mount-options] /dev/dsk/device_name mount-point
    

    -o mount-options

    Specifies mount options that you can use to mount a S5FS file system. See Table 28-2 for the list of common mount options or mount_s5fs(1M) for a complete list of options.

    /dev/dsk/device-name

    The device name of the disk slice holding the file system (for example, /dev/dsk/c0t3d0s7). See Chapter 20, Accessing Devices (Overview) for information about finding out disk device names.

    mount-point

    The directory where the file system is mounted. 

Example--Mounting an S5FS File System

In this example, /dev/dsk/c0t3d0s7 is mounted on the /files1 directory.


# mount -F s5fs /dev/dsk/c0t3d0s7 /files1