home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8034 < prev    next >
Encoding:
Text File  |  1992-11-08  |  1.3 KB  |  43 lines

  1. Path: sparky!uunet!snorkelwacker.mit.edu!ira.uka.de!gmd.de!gmdtub!ats
  2. From: ats@bigfoot.first.gmd.de (Andreas Schulz)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: DAT's on 4.1.2
  5. Message-ID: <2592@bigfoot.first.gmd.de>
  6. Date: 6 Nov 92 23:18:01 GMT
  7. References: <Bx9HMI.5Eu@mail.boi.hp.com>
  8. Organization: GMD-FIRST, Berlin
  9. Lines: 32
  10.  
  11. In article <Bx9HMI.5Eu@mail.boi.hp.com> kde@boi.hp.com (Keith Emmen) writes:
  12. >      st0 at esp0 target 4 lun 0
  13. >      st0: <Vendor 'HP      ' Product 'HP35450A      -A'>
  14. >
  15. >but when we try to talk with mt(1), we see:  (there is no device file st0)
  16. >
  17. First better make a "MAKEDEV st0" under /dev to get all the necessary
  18. devices.
  19. And for your DAT tape, get a better disctributor :-).
  20. You must change the file /sys/scsi/targets/st_conf.c and add into
  21. struct st_drivetype a new entry :
  22. /* HP DAT 35480A */
  23. {
  24.     "HP35480A", 2, "HP",
  25.     ST_TYPE_EXABYTE, 1024,
  26.     (ST_VARIABLE | ST_BSF | ST_BSR),
  27.     5000, 5000,
  28.     { 0x00, 0x00, 0x00, 0x00 },
  29.     { 0, 0, 0, 0 }
  30. }
  31.  
  32. No warranty for this, i am only testing it in the moment myself. I am
  33. trying to fill a 2Gb disk drive and this HP DAT at the same time
  34. from a busy network :-).
  35.  
  36.  
  37.  
  38. -- 
  39.       ATS ( ats@first.gmd.de or ats@cs.tu-berlin.de )
  40.  
  41. Andreas Schulz  GMD-FIRST     O-1199  Berlin-Adlershof  Rudower Chaussee 5
  42. Gebaeude 13.7      Tel: 030-6704-2658
  43.