home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11443 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.6 KB  |  34 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!mcsun!sunic!ugle.unit.no!sigyn.idt.unit.no!baardkjo
  3. From: baardkjo@idt.unit.no (B}rd Kjos)
  4. Subject: Help: How to (not) identify a network drive
  5. Message-ID: <1992Dec16.141307.3469@ugle.unit.no>
  6. Followup-To: comp.os.msdos.programmer
  7. Sender: news@ugle.unit.no (NetNews Administrator)
  8. Reply-To: baardkjo@idt.unit.no
  9. Organization: Div. of CS & Telematics, Norwegian Institute of Technology
  10. Date: Wed, 16 Dec 92 14:13:07 GMT
  11. Lines: 21
  12.  
  13. I've written a device driver implementing a RAM disk. The driver uses
  14. an add-on board with up to 320 MB DRAM for storage. My problem is,
  15. MS-DOS has got this stupid idea it is a network drive, and certain
  16. programs (e.g. CHKDSK, Norton Disk Doctor ) does not accept the disk.
  17. Could anyone out there help me with the following, please:
  18.  
  19. How does MS-DOS identify a network drive?
  20.  
  21. Why is my drive identified as a network drive when the Media Descriptor
  22. Byte i return says "Fixed disk" (0f8h)?
  23.  
  24. How do i get MS-DOS to understand "the true nature" of my driver?
  25.  
  26. -- 
  27. =============================================================================
  28. | Baard Kjos                             | Phone: +47 7 59 3470             |
  29. | Div. of Comp. Sci. and Telematics      | Fax:   +47 7 59 4466             |
  30. | The Norwegian Institute of Technology  | Email: Baard.Kjos@idt.unit.no    |
  31. | N-7034 Trondheim                       |                                  |
  32. | NORWAY                                 |                                  |
  33. =============================================================================
  34.