home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 21064 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!unislc!erc
  3. From: erc@unislc.uucp (Ed Carp)
  4. Subject: Re: How to put new Image on boot disk (?)
  5. X-Newsreader: TIN [version 1.1 PL6]
  6. References: <1992Dec19.004941.25642@oucsace.cs.ohiou.edu>
  7. Message-ID: <1992Dec19.071541.28745@unislc.uucp>
  8. Organization: Unisys Corporation SLC
  9. Date: Sat, 19 Dec 1992 07:15:41 GMT
  10. Lines: 16
  11.  
  12. Scott W. Adkins (sadkins@bigbird.cs.ohiou.edu) wrote:
  13.  
  14. : Yeah, but something like "dd -if=Image -of=/dev/fd0" is probably the best
  15. : way to do that.  After all, that is what the "disk dumper (dd)" is used for.
  16.  
  17. Actually, it's "dd if=Image of=/dev/fd0".  And, it's *not* "disk dumper".
  18. According to the manpage for dd(1), it's "dd - convert and copy a file".
  19. dd does *much* more than just copy files.  In unix, as in life, there are
  20. several ways to do the same thing - and one way isn't necessarily better
  21. than another.  "cat Image > /dev/fd0", "cp Image /dev/fd0", and dd all do
  22. the same thing.  One may be more "effieient" than another, but when you're
  23. dealing with a floppy, I don't think you'll see much difference.
  24. -- 
  25. Ed Carp            erc@apple.com, erc@saturn.upl.com    801/538-0177
  26.  
  27. Who and what would you be if you went beyond your deepest fears?
  28.