Search Text         
Search Tips?
Search By   And   Or   Boolean   Exact Match   TA #
Search In   Whole Doc   Keywords Sort By  
Product   Sub Product  

View Technical Articles (sorted by Product) New/Updated in the last:    7 days      14 days      30 days             
TA # Date Created Date Updated Resolved Issue?   Printer Friendly Version of This TA   Print Article
  E-mail This TA   E-mail Article
108273 11/05/1997 10:19 AM 05/15/2001 03:11 PM
Yes No
Mount commands for CD-ROM drives.
Keywords
vision vision97 mount commands cd cdrom cd-rom iso9660 cdfs cdrfs
Release
SCO Vision97 Release 1.1, 1.2

Problem
          What is the correct command to use to mount the
          SCO Vision97 CD to install the UNIX host components?


Solution
          Use one of the following commands for your version of UNIX:

DEC Digital UNIX 3.0+  mount -t cdfs -o -ro /dev/<cddev> <cdromdir>
HP-UX 9.01+            mount /dev/dsk/<cddev> <cdromdir> -r -t cdfs
HP-UX 10.01+           mount /dev/dsk/<cddev> <cdromdir> -r -F cdfs
IBM AIX 3.2.5+         mount -v cdrfs -r /dev/<cddev> <cdromdir>
SCO OpenServer 5       mount -f HS -o ro /dev/<cddev> <cdromdir>
SCO ODT 3              mount -f HS,lower /dev/<cddev> <cdromdir>
SCO UnixWare 2.1+      mount -F cdfs -r -o fperm=555 /dev/cdrom/<cddev>
<cdromdir>
SPARC Solaris 2.3+     mount -F hsfs -o ro,nrr /dev/<cddev> <cdromdir>
SPARC SunOS 4.1.2+     mount -t hsfs -o ro,nrr /dev/<cddev> <cdromdir>

          where <cddev> is the CD-ROM device, and <cdromdir> is the mount 
          point.

          As an example, to mount a CD-ROM drive onto /cdrom under SCO
          OpenServer 5, use:

             mount -f HS -o ro /dev/cd0 /cdrom

SEE ALSO:
          For information on creating a CD-ROM device, consult the operating 
          system documentation.

Related Articles
•  How to deploy 32 bit Vision97 components with the same installation options onto multiple clients.
•  How do I install the VisionFS 1.2 that comes with my OpenServer 5.0.4 product?
•  Why would I set up $HOME/.xinitremoterc files for my XRemote users?
•  How do I configure SQL-Retriever to start without registering with Vision Services?
Back to Search ResultsBack to Search Results