Mounting the installation media

If your DVD drive has been set up for auto–mount, get the absolute path name for this device from the System Administrator, change to this directory, and skip to the procedure titled “Setting up the sybase account”. Otherwise follow these steps.

StepsMounting the product DVD

  1. Log on as a user with root privileges.

  2. Place the DVD into the DVD drive.

  3. Create a subdirectory of the root directory where you will mount the DVD, if one does not already exist. For example:

    % cd /
    % mkdir /dvd
    
  4. If your system does not auto–mount, mount the DVD with a command like the following:

    % mount  -o ro  /dev/dvd  /dvd 
    
  5. Log out as root and type exit.