home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.20 / text0007.txt < prev    next >
Encoding:
Internet Message Format  |  1990-08-02  |  1.6 KB

  1. From: uunet!Wichita.NCR.COM!Alden.Wilner
  2. From:  Alden.Wilner@Wichita.NCR.COM
  3.  
  4. I am interested in finding out the current state of standards efforts
  5. in regards to tape drivers, specifically:
  6.  
  7. Is there any standard ioctl interface to take advantage of the flexibility 
  8. afforded by the SCSI interface?
  9.  
  10. I have heard rumors that AT&T has come up with a proposal (or perhaps a
  11. de-facto standard in SVR4), but don't have any details.  Can anyone
  12. supply me with some?
  13.  
  14. Is there any standard action for what a tape driver should do with
  15. internal flags (End-Of-Media, Filemark, etc.) when it receives an ioctl
  16. call (like, clear the "DataWritten" flag so filemark writing won't be
  17. performed after an ioctl)?
  18.  
  19. Is there any standard defined for what drivers should do with the
  20. bp->b_blkno?  Early AT&T drivers (the Kennedy tape drive?) would
  21. support block device IO to tapes, and would space the requested number
  22. of 512-byte blocks if the b_blkno didn't match the driver's idea of
  23. where it was.  So what happens with, say, 5K blocks on a 1/2" tape
  24. reel?  Or should the driver just ignore the bp->b_blkno field
  25. altogether?
  26.  
  27. These questions are prompted by the infamous exabyte tape drive.  Since
  28. that thing's so huge, it would be nice to have a way to space around on
  29. the tape so you can write multiple disk backups to a single tape (as,
  30. for example, the Willow tape backup system does).  And it would be
  31. really nice if this method were standardized, either at the ioctl level
  32. or at a library which would translate standard function calls to
  33. whatever the driver prefers for ioctl.
  34.  
  35. Standard ioctl - what a concept.
  36.  
  37. Thanks,
  38. Alden.Wilner@Wichita.NCR.COM
  39.  
  40. Volume-Number: Volume 20, Number 8
  41.  
  42.