home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / software / 2931 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  2.4 KB

  1. Xref: sparky comp.software-eng:2931 comp.arch.storage:534 comp.unix.internals:1592
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!nic.umass.edu!dime!dime.cs.umass.edu!moss
  3. From: moss@cs.umass.edu (Eliot Moss)
  4. Newsgroups: comp.software-eng,comp.arch.storage,comp.unix.internals
  5. Subject: Re: Extent-based Filesystems (was: Large Application data sets )
  6. Message-ID: <MOSS.92Jul23092718@ibis.cs.umass.edu>
  7. Date: 23 Jul 92 13:27:18 GMT
  8. References: <1992Jul13.090423.20408@metapro.DIALix.oz.au <33120@cbmvax.commodore.com>
  9.     <1992Jul21.113652.4898@metapro.DIALix.oz.au>
  10.     <1992Jul22.194214.20451@sequent.com>
  11. Sender: news@dime.cs.umass.edu
  12. Reply-To: moss@cs.umass.edu
  13. Followup-To: comp.software-eng
  14. Organization: Dept of Comp and Info Sci, Univ of Mass (Amherst)
  15. Lines: 32
  16. In-reply-to: dafuller@sequent.com's message of 22 Jul 92 19:42:14 GMT
  17.  
  18. >>>>> On 22 Jul 92 19:42:14 GMT, dafuller@sequent.com (David Fuller) said:
  19. David> Nntp-Posting-Host: sequent.sequent.com
  20.  
  21. David> Every proprietary OS I can think of has strongly typed files and that 
  22. David> means extenting.
  23.  
  24. I see no necessary relationship between structured files (e.g., as in VMS) and
  25. extenting. The structure can be laid down on top of unstructured files
  26. supported by a lower level of the file system, not exported to the user. The
  27. structure can thus be entirely independent of whether extenting is used. One
  28. can also have an extent based file system where the files are unstructured, as
  29. in the Dartmouth Time Sharing System (sorry, I don't have the citation handy,
  30. but some years ago there was an interesting article on this in ACM Trans on
  31. Computer Systems).
  32.  
  33. It is certainly *possible* to related extents to structure. For example, some
  34. IBM disks (in the earlier days anyway, not so sure now) were set up more like
  35. rotating tape drives in the sense that the user could determine the lengths of
  36. the blocks and where the physical inter-record gaps fell, and blocks did not
  37. have to be all the same size. These were allocated in cyclinders and tracks,
  38. of course, and a collection of standard formats were offered by the OS, but
  39. one could come up with new ones I believe. But this no longer seems the way to
  40. go on most systems; pre-formatting to a certain block size (and accepting a
  41. little waste) is just easier, more portable, etc.
  42. --
  43.  
  44.         J. Eliot B. Moss, Associate Professor
  45.         Department of Computer Science
  46.         Lederle Graduate Research Center
  47.         University of Massachusetts
  48.         Amherst, MA  01003
  49.         (413) 545-4206, 545-1249 (fax); Moss@cs.umass.edu
  50.