Tags: cd-rom
Sep
23
In the Solaris operating system, a layer of software manages CD-ROM and other media.This is the volume manager, which automates the interaction between you and your CDROMs.Do not use this volume manager to mount CD-ROMs needed for the installation, asthe… more »
Sep
22
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the first CD-ROM device with the command:mount -t iso9660 -r <device> <CD-mountdir>w… more »
Sep
22
1. Log on as user root.2. Create a mount point for the CD-ROM with the command:mkdir <CD-mountdir> (for example, <CD-mountdir> is /sapcd)3. Mount the CD-ROM with the command:mount -dr -t cdfs /dev/rz<n>c <CD-mountdir><n> is… more »
Sep
18
1. Log on as user root.2. Add a CD-ROM file system.a. Enter the command smitty.b. Select:Physical & Logical Storage → File Systems →Add / Change / Show / Delete File Systems →CDROM File Systems → Add a CDROM File Systemc. Pres… more »
Sep
17
Mounting a CD-ROM Manually:
Log on as user root.
Create a mount point for CD-ROM with the command:
mkdir <CD-mountdir> (usually <CD-mountdir> is /sapcd).
3. Make sure that the driver is part of the kernel (skip this st… more »
Recent comments