Mount the Software Installation Disc


For all supported HP-UX platforms except HP-UX 11.31, the software installation disc is in RockRidge format. In any case, you must mount the installation disc manually; mounting or unmounting the installation disc manually requires root privileges. One of the following procedures is for most HP-UX platforms, and the other procedure is for HP-UX 11.31.

To mount the software installation disc for most HP-UX platforms:

  1. Log in as root.
  2. Use a system editor to add the following information to the /etc/pfs_fstab file:

    <device_file> <mount_point> <filesystem_type> <translation_method>

    For example:

    /dev/dsk/c0t0d0 /cdrom pfs-iso9660 xlat=unix 0

  3. Type in the following string at the command line prompt to run the pfs_mountd program, then press Enter:

    # nohup /usr/sbin/pfs_mountd &

  4. Type in the following string at the command line prompt to run the pfsd program, then press Enter:

    # nohup /usr/sbin/pfsd &

  5. Insert the installation disc into the tray and type in the following string at the command line prompt to run the pfs_mount program, which mounts the disc, then press Enter:

    # /usr/sbin/pfs_mount /cdrom

  6. Change directories to /cdrom where you can see a lower-case listing of the directories and files on the installation disc. The mounted installation disc should appear as another read-only file system.

The installation disc is now mounted and you can continue with the installation.

To unmount the software installation disc, enter the following string at the command line prompt:

# /usr/sbin/pfs_unmount /cdrom

To mount the software installation disc for HP-UX 11.31:

  1. Log in as root.
  2. Insert the installation disc into the drive.
  3. Type in the appropriate form of the following string at the command line prompt and then press Enter:

    /etc/mount <device_file> <mount_point>

    For example:

    /etc/mount /dev/dsk/c0t0d0 /DVD_MountPoint

The installation disc is now mounted and you can continue with the installation.

To unmount the software installation disc, enter the appropriate form of the following string at the command line prompt:

/etc/unmount <mount_point>

For example:

/etc/unmount /DVD_MountPoint