home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14286 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!hpscit.sc.hp.com!cupnews0.cup.hp.com!wk
  3. From: wk@cup.hp.com (Wayne Krone)
  4. Subject: Re: How does 'mediainit -G' (guru mode :-) work?
  5. Sender: news@cupnews0.cup.hp.com
  6. Message-ID: <BzMvzA.5zw@cup.hp.com>
  7. Date: Mon, 21 Dec 1992 23:59:33 GMT
  8. References: <sean.724847789@coombs>
  9. Organization: HP-UX Kernel Lab, Cupertino
  10. X-Newsreader: TIN [version 1.1.4 PL6]
  11. Lines: 16
  12.  
  13. Sean Sebastian Batt (sean@coombs.anu.edu.au) wrote:
  14. : OK, then please tell me how I can reformat any SCSI disc for 1024
  15. : bytes per sector. Pretend it's an HP disc, like a Micropolis 1528.
  16.  
  17. There is no facility in mediainit, guru mode or otherwise, to specify a
  18. SCSI disk sector size.  The s800 and s700 SCSI disk drivers simply issue
  19. a FORMAT UNIT command and do not support modifying any of the various
  20. parameters on the Direct Access Device Format page (SCSI mode page 3).
  21. If you're using a s700 and your disk mechanism allows changing the
  22. sector size value on mode page 3 you could write your own application to
  23. do it using the SCSI device control driver (see scsi_ctl(7) on a 9.0
  24. system).
  25.  
  26. I'm curious as to why you want to use a sector size different from the
  27. default chosen by the disk vendor?  And how many other folks reading
  28. this want to do the same?
  29.