Mounting a CD on UNIX
The following sections provide information about the mount commands you must use to mount the PATROL product CDs on your UNIX system.
Mounting the CD drive
- Log on as root.
- Insert the CD into the CD drive.
Use the mount command appropriate to your platform to mount the CD.
Platform
Mount Command
AIX
mount -r -v cdrfs /dev/cd0 /cdrom
HP-UX
mount -F cdfs -o ro /dev/dsk/drive_for_cdrom/cdrom
Solaris
Volume Manager (/usr/sbin/vold) automatically mounts. Otherwise, mount -r -F hsfs /dev/sr0 /cdrom
If a problem occurs, consult your system administrator or read the man page for mount.
- Log off.
Mounting the CD drive for an NFS Client
Before you can mount the CD on an Network File System (NFS) device, you must export the CD file system so that it can be mounted by NFS clients. Most platforms use the exportfs command to export a local file system, including a CD file system. However, Solaris platforms use the share command.
First-Time Installation
To mount the CD on an NFS client, follow these steps:
- Log on as root.
- Create a directory on your local computer (for example, /mnt/cdrom or
/mnt/cdrom/cdrom0 for Solaris) as the mount point for the CD on the remote host computer.
Use the mount command appropriate to your platform to mount the CD.
Platform
Mount Command
AIX, HP-UX
mount host:/cdrom /mnt/cdrom
Solaris
mount host:/cdrom/cdrom0 /mnt/cdrom/cdrom0
If a problem occurs, consult your system administrator or read the man page for mount.
- Log off.