Skip Headers

Oracle® Database Client Installation Guide
10g Release 1 (10.1) for UNIX Systems: AIX-Based Systems, hp HP-UX PA-RISC (64-bit), hp Tru64 UNIX, Linux x86, and Solaris Operating System (SPARC)
Part No. B12087-01
  Go To Table Of Contents
Contents
Go To Index
Index

Previous Next  

A Mounting Discs

This Oracle product is delivered on both CD-ROM and DVD-ROM. These discs are in ISO 9660 format with Rockridge extensions. This appendix describes how to mount and unmount a disc on each supported platform. It includes information about the following topics:

Mounting Discs on AIX

To mount a disc, follow these steps:

  1. Switch user to root:

    $ su - root
    
    
  2. If necessary, enter a command similar to following to unmount the currently mounted disc, then remove it from the drive:

    # umount /cdrom
    
    

    In this example, /cdrom is the mount point directory for the disc drive.

  3. Insert the appropriate disc into the disc drive, then enter a command similar to the following to mount it:

    # /usr/sbin/mount -rv cdrfs /dev/cd0 /cdrom
    
    

    In this example, /dev/cd0 is the device name of the disc drive and /cdrom is the mount point directory.

  4. If the Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:

    /cdrom
    
    

To continue, go to one of the following sections:

Mounting Discs on HP-UX

To mount a disc, follow these steps:

  1. Switch user to root:

    $ su - root
    
    
  2. If necessary, enter the following command to unmount the currently mounted disc, then remove it from the drive:

    # /usr/sbin/umount /SD_CDROM
    
    

    In this example, /SD_CDROM is the mount point directory for the disc drive.

  3. Insert the appropriate disc into the disc drive, then enter a command similar to the following to mount it:

    # /usr/sbin/mount -F cdfs -o rr /dev/dsk/cxtydz /SD_CDROM
    
    

    In this example, /SD_CDROM is the disc mount point directory and /dev/dsk/cxtydz is the device name for the disc device, for example /dev/dsk/c0t2d0.

  4. If the Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:

    /SD_CDROM
    
    

To continue, go to one of the following sections:

Mounting Discs on Linux

On most Linux systems, the disc mounts automatically when you insert it into the disc drive. If the disc does not mount automatically, follow these steps to mount it:

  1. Switch user to root:

    $ su - root
    
    
  2. If necessary, enter a command similar to one of the following to unmount the currently mounted disc, then remove it from the drive:

    • Red Hat:

      # eject /mnt/cdrom
      
      
    • UnitedLinux:

      # eject /media/cdrom
      
      

    In these examples, /mnt/cdrom and /media/cdrom are the mount point directories for the disc drive.

  3. Insert the appropriate disc into the disc drive.

  4. To verify that the disc mounted automatically, enter one of the following commands depending on your platform:

    • Red Hat:

      # ls /mnt/cdrom
      
      
    • UnitedLinux:

      # ls /media/cdrom
      
      
  5. If this command fails to display the contents of the disc, enter a command similar to the following to mount it, depending on your platform:

    • Red Hat:

      # mount -t is09660 /dev/cdrom /mnt/cdrom
      
      
    • UnitedLinux:

      # mount -t is09660 /dev/cdrom  /media/cdrom
      
      

    In these examples, /mnt/cdrom and /media/cdrom are the mount point directories for the disc drive.

  6. If the Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:

    /mnt/cdrom
    
    

To continue, go to one of the following sections:

Mounting Discs on Solaris

On most Solaris systems, the disc mounts automatically when you insert it into the disc drive. If the disc does not mount automatically, follow these steps to mount it:

  1. Switch user to root:

    $ su - root
    
    
  2. If necessary, enter the following command to eject the currently mounted disc, then remove it from the drive:

    # eject
    
    
  3. Insert the appropriate disc into the disc drive.

  4. To verify that the disc mounted automatically, enter the following command:

    # ls /cdrom/cdrom0
    
    
  5. If this command fails to display the contents of the disc, enter a command similar to the following to mount the disc:

    # /usr/sbin/mount -r -F hsfs /dev/dsk/cxtydzs2 /cdrom
    
    

    In this example, /cdrom is the disc mount point directory and /dev/dsk/cxtydzs2 is the device name for the disc device, for example /dev/dsk/c0t2d0s2.

  6. If the Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:

    • Disc mounted automatically:

      /cdrom/cdrom0
      
      
    • Disc mounted manually:

      /cdrom
      
      

To continue, go to one of the following sections:

Mounting Discs on Tru64 UNIX

To mount a disc, follow these steps:

  1. Switch user to root:

    $ su - root
    
    
  2. If necessary, enter a command similar to the following to unmount the currently mounted disc, then remove it from the drive:

    # /usr/sbin/umount /cdrom
    
    

    In this example, /cdrom is the mount point directory for the disc drive.

  3. Insert the appropriate disc into the disc drive, then enter a command similar to the following to mount it:

    # /usr/sbin/mount -t cdfs -o nodefperm,noversion /dev/disk/cdrom0c /cdrom
    
    

    In this example, /cdrom is the disc mount point directory, which must exist, and /dev/disk/cdrom0c is the disc device name.

  4. If the Installer is displaying the Disk Location dialog box, enter the disc mount point directory path, for example:

    /cdrom
    
    

To continue, go to one of the following sections: