home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 November / PCONLINE_11_99.ISO / filesbbs / OS2 / CDR18A24.ZIP / doc / More-Docs / README.hpux < prev    next >
Encoding:
Text File  |  1999-05-21  |  539 b   |  22 lines

  1. HP-UX SCSI hints:
  2.  
  3. On HP-UX 9.x you need gcc. On newer releases, you may compile with 
  4. the HP C-Compiler using
  5.  
  6.     make CCOM=cc
  7.  
  8.  
  9. Note that there are no device nodes for userland SCSI on HP-UX,
  10. you have to call the included shell script MKNOD.hpux first.
  11.  
  12. This script will create the files in /dev/scsi/... and /dev/rscsi/...
  13. The permissions will be set to read/write for root only.
  14.  
  15.  
  16. HP does not handle CD-ROMs as well as it should. On the HP have a look at
  17. the man pages for
  18.     pfs
  19.     pfsd
  20.     pfs_mount
  21. and anymore that they refer too.
  22.