Tags: dvd

Compaq Tru64 UNIX: Mounting a CD-ROM

Technology Send feedback »
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 »

HP-UX: Mounting a CD-ROM

HP-UX Send feedback »
  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 »

How to mount CD / DVD in Aix

Aix Send feedback »
# mount -v cdrfs -o ro /dev/cd0 /mnt more »