home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8087 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  1.0 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!wirzeniu
  2. From: wirzeniu@klaava.Helsinki.FI (Lars Wirzenius)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Can I use dd on my UNIX system instead of Rawrite?
  5. Message-ID: <1992Aug12.191330.1423@klaava.Helsinki.FI>
  6. Date: 12 Aug 92 19:13:30 GMT
  7. References: <1992Aug11.192753.8568@dg-rtp.dg.com> <1992Aug12.043754.21260@ennews.eas.asu.edu> <1992Aug12.053539.14825@mnemosyne.cs.du.edu>
  8. Organization: University of Helsinki
  9. Lines: 14
  10.  
  11. smace@nyx.cs.du.edu (Scott Mace) writes:
  12. >don't forget you need to do dd bs=8192 if=Image of=/dev/PS0
  13. >
  14. >bs = bootsector and you need this for the kernel boot disk in order for
  15. >it to work.  I don't no what will happen if you don't use the 'bs'
  16. >option.
  17.  
  18. The bs option to dd specifies the number of bytes that it reads or
  19. writes at a time.  bs=8192 means that it reads and writes 8 kB at a
  20. time.  It has nothing to do with the boot sector.  The only thing that
  21. will happen is that the copy _may_ work at a different speed.
  22.  
  23. --
  24. Lars.Wirzenius@helsinki.fi
  25.