home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / novell / 10973 < prev    next >
Encoding:
Text File  |  1992-12-31  |  2.2 KB  |  59 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!usenet-feed.cc.umr.edu!mcs213i.cs.umr.edu!rfranken
  3. From: rfranken@mcs213i.cs.umr.edu (Richard Brett Frankenberger)
  4. Subject: Re: Please Read (was Re: "Lost Space" on a 486/SCSI server (3.11))
  5. References: <1hr81nINNqv4@tamsun.tamu.edu> <1htom3INNimk@tamsun.tamu.edu>
  6. Date: Thu, 31 Dec 1992 04:01:55 GMT
  7. Nntp-Posting-Host: mcs213i.cs.umr.edu
  8. Organization: University of Missouri - Rolla
  9. Sender: cnews@umr.edu (UMR Usenet News Post)
  10. Message-ID: <1992Dec31.040155.3502@umr.edu>
  11. Lines: 46
  12.  
  13. In article <1htom3INNimk@tamsun.tamu.edu> carlb@tamsun.tamu.edu (Carl A. Brown) writes:
  14. >Before anyone else writes me to tell me, I know about purge, and of
  15. >the 60Meg that is missing, only 202K is used by deleted files.
  16. >That's why I included the data from chkvol. (Reproduced Below).
  17. >
  18. >If anyone knows what else could cause a server to "lose" disk space,
  19. >or what to do about it, please let me know.
  20. >
  21. >Thanks.
  22. >
  23. >-Carl
  24. >
  25. >---Begin (parts) of previous article.
  26. >
  27. >>I'm having a problem with my NetWare 3.11 server (486/EISA/16Meg/SCSI).
  28. >>The problem is that occasionally it will "lose" space, as in when you 
  29. >>delete something (especially directories), it will not free up the      
  30. >>space that the directory used, although it no longer exists. 
  31. >
  32. Is the only problem with deleted directories.  If so, this is normal.
  33. Once NetWare 3.11 allocates disk space for directory entries, it never
  34. returns that space for use by files.  Example:
  35.  
  36.     MD TEST
  37.       Server checks to see if it has sufficient dir entries for TEST.  
  38. Lets assume it doesn't.  It then allocates some for directoryt entries,
  39. resulting is less free space..
  40.  
  41.     RD TEST
  42.       Server remopves TEST but does not return any free space for
  43. use by files.
  44.  
  45.     MD TESTA
  46.       Server checks to see if it has free dir etnries.  It will (RD TEST
  47. freed up some), so you do not lose any space here.
  48.  
  49.     You say you lost 60Meg, though, so it sounds like something else may
  50. be going on here.
  51.  
  52.               - Brett   (rfranken@cs.umr.edu)
  53.  
  54.  P.S.  MD TEST may alloctae free space even if there are empty dir
  55. entires.  It also needs some for the files in TEST.  I'm not sure
  56. exactly how the Novell Netware directory structure works.
  57.  
  58.  
  59.