home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8744 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!udel!sbcs.sunysb.edu!sbcs!stark
  3. From: stark@cs.sunysb.edu (Gene Stark)
  4. Subject: Re: [386BSD] mtools, textmode, SCSI
  5. In-Reply-To: uwp@cs.tu-berlin.de's message of Wed, 11 Nov 1992 15: 30:52 GMT
  6. Message-ID: <STARK.92Nov11143840@sbstark.cs.sunysb.edu>
  7. Sender: usenet@sbcs.sunysb.edu (Usenet poster)
  8. Nntp-Posting-Host: sbstark
  9. Organization: SUNY at Stony Brook Computer Science Dept.
  10. References: <UWP.92Nov11163032@alaspin.cs.tu-berlin.de>
  11. Date: Wed, 11 Nov 1992 19:38:40 GMT
  12. Lines: 19
  13.  
  14. >Hi !
  15. >Hm, I don't get many answers but I try it again.
  16. >Is there anyone who made mtools accepting the dos-partition ?
  17. >It don't work (not even with the entries described in FAQ).
  18.  
  19. Yes, I made it work, essentially following the instructions in the FAQ.
  20. The only twist was to find the proper offset for the start of the DOS
  21. area.  I did this by running "od /dev/wd0d" and taking a couple
  22. of guesses.  The DOS stuff started after a long stretch of zeros.
  23. Here is the relevant line from my "devices.c".  I don't know whether these
  24. parameters will work for you, but you might be able to use the same trial
  25. and error technique.
  26.  
  27.    {'C', "/dev/rwd0d", 19456L, 16, 0, (int (*) ()) 0, 0, 0, 0}, /* HD */
  28.  
  29. (19456 is 046000 octal).
  30.  
  31.                             - Gene Stark
  32.  
  33.