home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / arch / storage / 765 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.arch.storage
  2. Path: sparky!uunet!mcsun!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!k2
  3. From: k2@bl.physik.tu-muenchen.de (Klaus Steinberger)
  4. Subject: Re: Need to use DAT as data drive.
  5. Message-ID: <k2.721559992@woodstock>
  6. Keywords: DAT
  7. Sender: news@news.lrz-muenchen.de (Mr. News)
  8. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  9. References: <mabbot.11.721464405@stel.csir.co.za>
  10. Date: Thu, 12 Nov 1992 09:19:52 GMT
  11. Lines: 38
  12.  
  13. mabbot@stel.csir.co.za (Mike Abbot) writes:
  14.  
  15. >I would like to use a (WANG)DAT as a data storage device (as opposed to a 
  16. >backup device) in a PC based system.
  17.  
  18. >I have the device driver for the SCSI controller in the PC (Adaptec), and I 
  19. >know that I can probably do what I need to do with the relevant SCSI 
  20. >calls ...  BUT I'm trying to avoid that !
  21. I would avoid that too. But did your driver software allow you 
  22. open/close/read/write calls for the drive? This is the way you should work.
  23.  
  24. >1.  Has someone done this type of thing before ?
  25. We use our DAT drives regularly for experiment data acquisition.
  26. But we use them on UNIX workstations.
  27.  
  28. >2.  Is there any sort of standard for the (high-level) formatting of data on 
  29. >a DAT drive ?
  30. The standard is DDS, and is enforced by your drive, if you mean that.
  31. If you mean, which block size you should use, there is no standard, and
  32. there will never be a standard for that. The block size depends only on your
  33. requirements. Block size should be large, or you will suffer from bad
  34. performance.  Use block size in the range of 10 - 32k or even larger,
  35. if your PC allows that.
  36.  
  37. >3.  Is there a device driver available that allows a DAT to function as a 
  38. >DOS disk drive ?
  39. Theoretically, this would be possible, but you really don't like that,
  40. a filesystem for a disk drive lives with random access. You could do that
  41. with a DAT drive, but think of the access time of 20s compared to 10-20ms
  42. for a disk drive.
  43.  
  44. Sincerely,
  45. Klaus
  46. --
  47. Klaus Steinberger               Beschleunigerlabor der TU und LMU Muenchen
  48. Phone: (+49 89)3209 4287        Hochschulgelaende
  49. FAX:   (+49 89)3209 4280        D-8046 Garching, Germany
  50. Internet: Klaus.Steinberger@Physik.Uni-Muenchen.DE
  51.