home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man4 / hs.4 < prev    next >
Encoding:
Text File  |  1975-06-26  |  1.1 KB  |  43 lines

  1. .th HS IV 2/9/75
  2. .sh NAME
  3. hs \*- RH11/RS03-RS04 fixed-head disk file
  4. .sh DESCRIPTION
  5. The files
  6. .it "hs0 ... hs7"
  7. refer to
  8. RJS03 disk drives 0 through 7.
  9. The files
  10. .it "hs8 ... hs15"
  11. refer to
  12. RJS04 disk drives 0 through 7.
  13. The RJS03 drives are each 1024 blocks long and
  14. the RJS04 drives are 2048 blocks long.
  15. .s3
  16. The
  17. .it hs
  18. files
  19. access the disk via the system's normal
  20. buffering mechanism
  21. and may be read and written without regard to
  22. physical disk records.
  23. There is also a ``raw'' inteface
  24. which provides for direct transmission between the disk
  25. and the user's read or write buffer.
  26. A single read or write call results in exactly one I/O operation
  27. and therefore raw I/O is considerably more efficient when
  28. many words are transmitted.
  29. The names of the raw HS files begin with
  30. .it rhs.
  31. The same minor device considerations
  32. hold for the raw interface as for the normal interface.
  33. .s3
  34. In raw I/O the buffer must begin on a word boundary,
  35. and counts should be a multiple of 512 bytes
  36. (a disk block).
  37. Likewise
  38. .it seek
  39. calls should specify a multiple of 512 bytes.
  40. .sh FILES
  41. /dev/hs?, /dev/rhs?
  42. .sh BUGS
  43.