home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / sysv386 / 17572 < prev    next >
Encoding:
Text File  |  1992-12-21  |  4.3 KB  |  87 lines

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!orchard.la.locus.com!prodnet.la.locus.com!peet
  3. From: peet@locus.com (J. David Peet)
  4. Subject: Re: How to get Merge to see DOS partition?
  5. Message-ID: <1992Dec21.070833.0609290@locus.com>
  6. Organization: Locus Computing Corp, Los Angeles
  7. References: <Bz9ptE.I7H@chinet.chi.il.us> <1992Dec16.041341.0601110@locus.com> <BzHzMI.H6n@chinet.chi.il.us>
  8. Date: Mon, 21 Dec 1992 07:08:33 GMT
  9. Lines: 76
  10.  
  11. In article <BzHzMI.H6n@chinet.chi.il.us> ignatz@chinet.chi.il.us (Dave Ihnat) writes:
  12. >In article <1992Dec16.041341.0601110@locus.com> peet@locus.com (J. David Peet) writes:
  13. >>In article <Bz9ptE.I7H@chinet.chi.il.us> ignatz@chinet.chi.il.us
  14. >>  (Dave Ihnat) writes:
  15. >> <<my explanation of starting MERGE on my box>>
  16. >
  17. >>This is not quite correct.  The default is "+amouse +ae:=/dev/dsk/dos".
  18. >>(Which is held in the /etc/dosenv.def file, and you use the "dosopt"
  19. >>utility to view and change the settings in this file.)
  20. >>The "+amouse" causes the mouse to be used via the UNIX console driver,
  21. >>thus it automatically follows the current VT.  Using "+adcom1" is not
  22. >>recommended for using the mouse.
  23. >
  24. >Ok, but I'm not running a bus mouse--I rarely use it, and it's hanging off
  25. >a COM port.  A bit of clarification would be welcome--or, as I asked before,
  26. >where can I get the current manuals for MERGE?
  27. >
  28. As for manuals, as far as I know DELL is supposed to supply then along with
  29. Merge.  As for the mouse, if it is installed for UNIX, Merge uses it
  30. automatically regardless of wether it is a bus or com mouse, and if you
  31. use multiple VT's on the console, the mouse is usable on which ever VT you
  32. are currently using.  If for some reason you do not want to have the
  33. mouse installed for UNIX, then you have to remove the automatic "+amouse",
  34. and attach the device the mouse is on (either directly to a com or bus
  35. mouse port, or indirectly via a unix serial driver.)   Then you have to
  36. install a mouse driver just as you would need to with real DOS.
  37. So, in most cases, it is a lot easier just to install it for UNIX and
  38. have it just work with Merge.
  39.  
  40. >>>More, although /dev/dsk/dos and /dev/dsk/0s5 have the same major,minor
  41. >>>numbers, I can't access the partition from /dev/dsk/dos; it has to be the
  42. >>>0s5 special device.  This latter may well be a configuration problem,
  43. >>>however, as none of the MERGE manuals are available from Dell, and the
  44. >>>online manuals are one rev out of date.
  45. >>> (Any ideas how to get the latest version of the manuals?)
  46.  
  47. For Dell's DOS Merge, Dell is the source.
  48.  
  49. >>It sounds like the permissions are wrong on /dev/dsk/dos.  If they
  50. >>have the same major and minor numbers, then they connect to the same
  51. >>device.  The actual name does not matter, but the permissions do.
  52. >
  53. >I agree, conceptually.  They're linked together, in fact.  Empirically,
  54. >however, I can't get to e: if I just run 'dos'; or, if I
  55. >run 'dos +ae:=/dev/dsk/dos'.  Works fine with 'dos +ae:=/dev/dsk/0s5'.
  56. >In the former case, dos comes up, hesitates, rapidly flashes the 'Bad
  57. >command or filename' message, and aborts.
  58.  
  59. It sounds like there is some other problem.  The only difference between
  60. using /dev/dsk/dos and /dev/dsk/0s5 is that the open system call is done
  61. on on the name "/dev/dsk/dos" instead of "/dev/dsk/0s5" when drive E
  62. is first accessed.  Since these are linked to the same device, then
  63. there should be no difference.  Merge does not do anything special
  64. depending on the actual file name.  I have not heard a report of a problem
  65. like you are describing.  Perhaps we could debug this via e-mail.
  66.  
  67. >As another item, I find some programs can't use ems.  Are there any known
  68. >problems with this under MERGE?
  69.  
  70. Older Merge supported EMS 3.2. Merge 2.2 supports EMS 4.0.
  71. Some DOS programs are sensitive to the version of EMS.
  72.  
  73. >Cheers,
  74. >        Dave Ihnat
  75. >        ignatz@homebru.chi.il.us (preferred return address)
  76. >        ignatz@chinet.chi.il.us
  77.  
  78. --------------------------------------------------------------------- 
  79. David Peet     Internet: peet@locus.com   UUCP:...!uunet!lcc!peet  
  80. Locus Computing Corporation, 9800 La Cienega Blvd. Inglewood, CA 90301
  81. Fax:(310)670-2980  Voice:(310)670-6500
  82. ---------------------------------------------------------------------
  83. Disclaimer: Normally my statements are my own, and not do not
  84. necessarily reflect those of Locus, but maybe this time they do,
  85. but then again, maybe not.
  86. ---------------------------------------------------------------------
  87.