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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.claremont.edu!jarthur.claremont.edu!jwinstea
  3. From: jwinstea@jarthur.claremont.edu (Jim Winstead Jr.)
  4. Subject: Re: formatting
  5. Message-ID: <1992Aug12.185423.20305@muddcs.claremont.edu>
  6. Sender: news@muddcs.claremont.edu (The News System)
  7. Organization: Harvey Mudd College, WIBSTR
  8. References: <1992Aug12.015419.2738@athena.mit.edu> <1992Aug12.132801.6164@infonode.ingr.com>
  9. Date: Wed, 12 Aug 1992 18:54:23 GMT
  10. Lines: 35
  11.  
  12. Here we go again.
  13.  
  14. In article <1992Aug12.132801.6164@infonode.ingr.com> tracyre@infonode.ingr.com writes:
  15. >In article <1992Aug12.015419.2738@athena.mit.edu>, hammond@kwhpc.caseng.com (Kevin W. Hammond) writes:
  16. >|> I'm about to install my first kernel since I converted from DOS to Linux 0.96.
  17. >|> Under DOS, I remember using rawrite to place the boot image on the floppy.
  18. >|> How will this be accomplished under Linux?  The 0.97 README states that a
  19. >|> formatted floppy is needed.  What program should be used to format the disk?
  20. >
  21. >With Linux, if you have a bootimage file which you want to put on a
  22. >floppy, the floppy doesn't need to be formatted.  You can simply
  23. >execute the command:
  24. >
  25. >$ cat bootimage > /dev/PS0
  26.  
  27. The floppy does need to be at least low-level formatted.  You're just
  28. asking for trouble, otherwise.  The proper command to low-level format
  29. a floppy is:
  30.  
  31. # fdformat /dev/fd0h1200    /* high density 5.25" */
  32. # fdformat /dev/fd0H1440    /* high density 3.5"  */
  33.  
  34. >If you want to format a DOS diskette, I believe that you use the
  35. >mtools command:
  36. >
  37. >$ mkdfs -f a: (b:)
  38.  
  39. To high-level format a floppy in DOS format, the command should be:
  40.  
  41. # mformat a:
  42. -- 
  43.                                     +    Jim Winstead Jr. (CSci '95)
  44.                                     |            Harvey Mudd College
  45.                                     | jwinstea@jarthur.Claremont.EDU
  46.                                     + This is all my words.  Honest!
  47.