home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 3054 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.7 KB

  1. Path: sparky!uunet!uunet!not-for-mail
  2. From: lidl@rodan.UU.NET (Kurt J. Lidl)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Removing 386BSD from the hard disk
  5. Date: 28 Jul 1992 16:37:16 -0400
  6. Organization: AlterNet -- Falls Church, Virginia, USA
  7. Lines: 31
  8. Message-ID: <154b5sINNo47@rodan.UU.NET>
  9. References: <1992Jul21.152225.2082@lgc.com> <wutcd.712344627@hrz.tu-chemnitz.de>
  10. NNTP-Posting-Host: rodan.uu.net
  11. Keywords: 386BSD
  12.  
  13.  wutcd@hrz.tu-chemnitz.de (Joerg Wunsch) writes:
  14. >Kwan-Seng Law advised to low-level format the disk. If you don't want to
  15. >do this (on an IDE, about 10 % of IDE drives are problematically with this),
  16. >write a simple DOS program which nullifies all sectors of the first tracks
  17. >(via BIOS hard disk interrupt); i'm sure this will help, at least when done
  18. >on the whole disk.
  19.  
  20. And under 386bsd, you would use "dd".
  21.  
  22. As in: "dd if=/386bsd of=/dev/rwd0c obs=8192 count=1" %%
  23.  
  24. That ought to pretty much blow away the first track or so...
  25.  
  26. Much simpler than having to go in and actually *touch* code that
  27. mucks about with BIOS calls.
  28.  
  29. (I did that once.  A screaming nightmare inside of DEBUG that I
  30. shall remember for a long time, representing most, if not all
  31. the things that I really, really, really, dislike about doing
  32. *anything under DOS!)
  33.  
  34. -Kurt
  35.  
  36. %% if you have something other than the start of the hard disk at
  37. the beginning of the c partition (like you are running with dos
  38. co-existing on the same hard drive), this will not work for you, I
  39. think.
  40. -- 
  41. /* Kurt J. Lidl (lidl@uunet.uu.net)   | Unix is the answer, but only if you */
  42. /*                                    | phrase the question very carefully. */
  43. /* Don't even think of confusing my opinions with my employer's opinions!   */
  44.