Mount the DVD
If you are installing from a DVD, or copying its contents to a local disk, do the following:
-
Log in to the
rootaccount. -
Mount the DVD using a drive located on your system or through NFS. The DVDs are in ISO 9660 format (with Rock Ridge information)
-
IBM AIX
Mount the DVD at the mount point, for example:
# mount -rv cdrfs /dev/cd0 /cdrom
-
Red Hat Enterprise Linux and SuSE Linux Enterprise Server
If your system uses
autofsand is configured correctly, it automatically mounts your DVD drive.If your system uses
autofsbut it is not configured, search the/etc/fstabfile for a line similar to:/dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0
Then mount the DVD using the following command:
$ mount /dev/cdrom
If your system does not use autofs, enter the following command:
$ mount -t iso9660 /dev/cdrom /media/cdrom
-

