home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10703 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.6 KB

  1. Xref: sparky comp.os.msdos.programmer:10703 alt.msdos.programmer:2757
  2. Path: sparky!uunet!snorkelwacker.mit.edu!ai-lab!zurich.ai.mit.edu!pshuang
  3. From: pshuang@zurich.ai.mit.edu (Ping Huang)
  4. Newsgroups: comp.os.msdos.programmer,alt.msdos.programmer
  5. Subject: Re: Number of subdirectories limited ?
  6. Date: 17 Nov 92 13:40:10
  7. Organization: M.I.T. Artificial Intelligence Lab.
  8. Lines: 20
  9. Message-ID: <PSHUANG.92Nov17134010@rolex.ai.mit.edu>
  10. References: <1992Nov17.111130.17833@cs.tu-berlin.de>
  11. NNTP-Posting-Host: rolex.ai.mit.edu
  12. In-reply-to: ernst@opal.cs.tu-berlin.de's message of Tue, 17 Nov 1992 11:11:30 GMT
  13.  
  14. In article <1992Nov17.111130.17833@cs.tu-berlin.de> ernst@opal.cs.tu-berlin.de (Ernst Kloecker) writes:
  15.  
  16.  > I know there is a limitation on the number of subdirectories in the
  17.  > root directory, but is there any limitation in directories other
  18.  > than "\" ?
  19.  
  20. Why, sure. Each subdirectory you create takes up its own cluster plus 32
  21. bytes in the parent directory's "file", so the amount of free disk space
  22. becomes the limiting factor, probably, unless the DOS code for handling
  23. directory "files" breaks if it becomes larger than 64Kb, which I don't
  24. think it does, because I think I've had directories with over 2,048
  25. entries in it. But if you need to ask this question, you are probably
  26. trying to solve a problem the wrong way. :) Why do you ask about this
  27. possible limit? Performance-wise, DOS badly loses on big directories.
  28.  
  29. --
  30. | Ping Huang (INTERNET: pshuang@martigny.ai.mit.edu) speaking for himself.
  31. | "One Thing to name them all, One Thing to define them,
  32. |  One Thing to place them in environments and bind them..."
  33.  
  34.