home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / minix / 4362 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.os.minix
  2. Path: sparky!uunet!gatech!concert!lester.appstate.edu!mothra!wer
  3. From: wer@mothra.acs.appstate.edu (Robbie Robertson)
  4. Subject: Minor device number / drive type ????
  5. Message-ID: <wer.715467862@mothra>
  6. Summary: What's the relationship of minor dev # to drive type ???
  7. Keywords: minor device
  8. Sender: news@lester.appstate.edu (USENET News System)
  9. Organization: Appalachian State University
  10. Date: Wed, 2 Sep 1992 21:04:22 GMT
  11. Lines: 20
  12.  
  13. I'm trying to make a device entry for a 3rd floppy (3.5") and just can't seem to
  14. find the appropriate incantation of 'mknod' that allows the disk to be read.
  15.  
  16.     I've tried :
  17.             mknod fd2 b 2 6 720 # '6' because of floppy.c comments
  18.            and :
  19.             mknod fd2 b 2 30 720 # '30' because of recent minix faq
  20.                           (it said `28` and add 1 for drive)
  21.  
  22.            along with a few other trials and errors.
  23.  
  24. Both of the above accessed the right drive, but caused a "kernel panic" with the
  25. disk task receiving an unexpected message from HARDWARE (-1), resulting in a
  26. reboot.  Can anyone give me more info on minor device numbers, i.e --
  27. the relationship between minor dev #'s and specific drive types, and the
  28. relationship to the specific drive (dosA, dosB, etc.)?
  29.  
  30. Thanks,
  31. Robby Robertson, Appalachian State Univ. Boone, NC
  32.  
  33.