Most operating systems will "automount" an inserted CD ROM. If this function is disabled or not working on your system, you can use following instructions to mount the Tridia Product CD.
su root [Enter]
While any subdirectory will work, Tridia recommends creating a subdirectory called cdrom. To create a subdirectory, issue the following command:
mkdir /<subdirectory>
The remainder of these instructions assume a directory named cdrom.
|
Platform |
Mount Command |
|
AIX |
mount -r -v cdrfs /dev/cd0 /cdrom |
|
HP-UX |
mount -F cdfs -r /dev/dsk/c0t6d0 /cdrom |
|
SCO |
mount -r -f HS,lower /dev/cd0 /cdrom |
|
SOLARIS SPARC |
mount -F hsfs -r /dev/sr0 /cdrom |
|
Linux |
mount -r /dev/cdrom /cdrom |
Note: Typically <cdrom device name> is similar to /dev/cd0 or dev/cdrom. If you need additional assistance in determining your CD ROM device name, please contact Tridia technical support.
If you are using Solaris and Volume Manager, type cd/<mount point>/Volume_3 [Enter.]
Linux Only: Change to the cdrom directory by typing cd /mnt/cdrom [Enter].
UNIX or Linux: Use the following command to unmount the Tridia CD ROM
umount / cdrom [Enter]
For Solaris X86.2 or Solaris Sparc 2.x, after the umount command, issue the following command: eject cdrom [Enter]