home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6146 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.3 KB  |  28 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!gumby!destroyer!mudos!mju
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Subject: Re: Fastest way to transfer whole filesystems?
  5. Message-ID: <BxL8J8.5Aw@mudos.ann-arbor.mi.us>
  6. Date: Thu, 12 Nov 1992 05:28:19 GMT
  7. References: <40335@unix.SRI.COM>
  8. Organization: The Programmer's Pit Stop, Ann Arbor MI
  9. Lines: 17
  10.  
  11. In article <40335@unix.SRI.COM> cole@unix.SRI.COM (Susan Cole) writes:
  12. >just an inevitably slow procedure?  What I'm moving is the news partition,
  13. >and I've already learned that restoring it from dump tape is horribly slow.
  14.  
  15. Unfortunately, copying it with cpio -p or two tars in a pipe is going
  16. to be slow for the same reason that restoring it from a dump tape is
  17. slow -- you are restoring lots of little files, and there is a lot of
  18. overhead involved in creating the directory entries for those little
  19. files.  There really is no fast way of doing this, other than a
  20. sector-by-sector copy of the entire disk {en masse}; unfortunately you
  21. can't do this if you're going to a different size or type of disk.
  22.  
  23. -- 
  24. Marc Unangst, N8VRH         | "There are two ways to solve this problem:
  25. mju@mudos.ann-arbor.mi.us   | the hard way, and the easy way.  Let's start
  26.                             | with the hard way."
  27.                             |   - W. Scheider, from a Physics lecture
  28.