home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / gnu / utils / bug / 1808 < prev    next >
Encoding:
Text File  |  1992-10-12  |  1.5 KB  |  37 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!spool.mu.edu!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!dhostwo.convex.com!rwright
  3. From: rwright@dhostwo.convex.com (Randy Wright)
  4. Subject: tar 1.11.1 enhancement idea
  5. Message-ID: <9210121515.AA09459@dhostwo.convex.com>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: rwright@convex.com
  8. Organization: Convex Computer Corporation
  9. Distribution: gnu
  10. Date: Mon, 12 Oct 1992 15:15:41 GMT
  11. Approved: bug-gnu-utils@prep.ai.mit.edu
  12. Lines: 23
  13.  
  14. Hello again!
  15.  
  16. It seems to me that when extracting files from an archive with the
  17. -S/--sparse flag,  it would be a nice feature to be able to create the
  18. files sparsely where appropriate, regardless of whether the archive was
  19. created with the -S/--sparse flag.  I have in fact made such an
  20. enhancement here that I'd be happy to submit if there's interest at
  21. your end.  All that's necessary is to be willing to trade a bit of
  22. processor time for potential disk space savings - we see if each
  23. block of extracted data is composed entirely of zero's and lseek
  24. the output file as appropriate if so.   Blocks are defined,
  25. for BSD-derived systems, by the blocksize of the target file system.
  26. (I guess the V7/old USG blocksize should be a fixed 512, right?)
  27.  
  28. Let me know if you're interested in this enhancement - I can send
  29. it along if so.
  30.  
  31. -- 
  32. Randy Wright            Usmail:    Convex Computers
  33. Phone: (214) 497-4868            3000 Waterview Pky. M/S DV4
  34. Email:    rwright@convex.com        P.O. Box 833851
  35.                     Richardson, TX  75083-3851
  36.  
  37.