home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 7991 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.6 KB  |  41 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!infonode!bluenote!tracy
  3. From: tracy@bluenote.b23b.ingr.com (Robert Tracy)
  4. Subject: Re: formatting
  5. Message-ID: <1992Aug12.132801.6164@infonode.ingr.com>
  6. Sender: usenet@infonode.ingr.com (Usenet Administrator)
  7. Reply-To: tracyre@infonode.ingr.com
  8. Organization: DAZIX, An Intergraph Company
  9. References:  <1992Aug12.015419.2738@athena.mit.edu>
  10. Date: Wed, 12 Aug 1992 13:28:01 GMT
  11. Lines: 28
  12.  
  13. In article <1992Aug12.015419.2738@athena.mit.edu>, hammond@kwhpc.caseng.com (Kevin W. Hammond) writes:
  14. |> I'm about to install my first kernel since I converted from DOS to Linux 0.96.
  15. |> Under DOS, I remember using rawrite to place the boot image on the floppy.
  16. |> How will this be accomplished under Linux?  The 0.97 README states that a
  17. |> formatted floppy is needed.  What program should be used to format the disk?
  18.  
  19. With Linux, if you have a bootimage file which you want to put on a
  20. floppy, the floppy doesn't need to be formatted.  You can simply
  21. execute the command:
  22.  
  23. $ cat bootimage > /dev/PS0
  24.  
  25. Substitute whatever device is appropriate for your floppy drive.
  26.  
  27.  
  28. If you want to format a DOS diskette, I believe that you use the
  29. mtools command:
  30.  
  31. $ mkdfs -f a: (b:)
  32.  
  33. -- 
  34. ------------------------------------------------------------------------------
  35. Bob Tracy                    |
  36. DAZIX, An Intergraph Company |      "Do not speak for other people.
  37. Huntsville, Alabama          |       Speak for yourself."
  38. tracyre@infonode.ingr.com    |                         H.D. Thoreau
  39. 205/730-8588                 |
  40. ------------------------------------------------------------------------------
  41.