home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apollo / 3134 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.9 KB  |  55 lines

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!ENGIN.UMICH.EDU!dwv
  2. From: dwv@ENGIN.UMICH.EDU (Doug Vander Wilt)
  3. Newsgroups: comp.sys.apollo
  4. Subject: Re: Mtools on Apollo
  5. Message-ID: <199207282137.AA09344@cadnet.micro.honeywell.com>
  6. Date: 28 Jul 92 21:37:09 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 43
  11.  
  12. I've also been trying to utilize mtools (version 2.0) on Domain/OS.  I
  13. can access the virtual hard disk files used with DPCE/DPCC, but have not
  14. been able to access DN series built-in or SCSI connected floppy drives. 
  15. Here's some of the devices I've tried:
  16.  
  17. struct device devices[] = {
  18.     {'A', "/dev/rmts14", 0L, 16, 0, (int (*) ()) 0, 80, 2, 18},
  19.     {'C', "$HOME/user_data/dpcc_hard_disk", 8704L, 16, 0, (int (*)()) 0, 0, 0, 0},
  20.     {'R', "/dev/dpcc_scsi_floppy", 0L, 12, 0, (int (*) ()) 0, 80, 2, 18},
  21.     {'S', "/dev/dpcc_scsi_floppy", 0L, 16, 0, (int (*) ()) 0, 80, 2, 18},
  22.     {'\0', (char *) NULL, 0L, 0, 0, (int (*) ()) 0, 0, 0, 0}
  23. };
  24.  
  25. # (this is actually using the SCSI magtape driver)
  26. # although it fails, the floppy drive's select light does come on
  27. though $ mdir a:
  28. init: open: No such file or directory
  29. $ mdir c:
  30.  Volume in drive C is VANDER WILT
  31.  Directory for C:/
  32.  
  33. COMMAND  COM       24482    8-27-86  12:00p
  34. DOS              <DIR>      2-18-92   8:26a
  35. DPCI             <DIR>      2-18-92   8:27a
  36. AUTOEXEC BAT         175    4-26-89   8:13a
  37. ...
  38.       14 File(s)     18964480 bytes free
  39. $ mdir s:
  40. Probable non-MSDOS disk
  41. mdir: Cannot initialize 'S:'
  42. $ crddf /dev/dpcc_scsi_floppy -display
  43. SCSI ddf
  44. ddf version:   100
  45. bus number:    0
  46. target id:     3
  47. user info:     "                                                                "
  48.  
  49. I've been fumbling with: mkdsk, mknod, mkdev, mkdevno, crddf and have
  50. not found an acceptable raw floppy device for mtools.  Any suggestions?
  51.  
  52. Doug Vander Wilt
  53. Honeywell MICRO SWITCH Division
  54. dwv@cadnet.micro.honeywell.com
  55.