home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21557 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: "No free inodes - contact linus" 0.99pl0 kernel
  5. Date: 23 Dec 1992 14:19:20 -0600
  6. Organization: Kansas State University
  7. Lines: 27
  8. Message-ID: <1hahk8INNjv5@matt.ksu.ksu.edu>
  9. References: <arumble.725111999@extro.ucc.su.OZ.AU> <1ha97dINNg0b@matt.ksu.ksu.edu> <books.159.0@fsunuc.physics.fsu.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11. Keywords: Linux, kernel problem
  12.  
  13. books@fsunuc.physics.fsu.edu (Roger Books) writes:
  14.  
  15. >In article <1ha97dINNg0b@matt.ksu.ksu.edu> probreak@matt.ksu.ksu.edu (James Michael Chacon) writes:
  16. >>In 0.99.1, Linus incorporated the fix for this. There is a constant in 
  17. >>/usr/include/linux/fs.h called NR_INODE which was set to 128 under pl0.
  18. >>
  19. >>By changing it to 256, I haven't seen any problems with this happening yet.
  20. >>
  21. >>You should be able to get full source, patches against pl0, or a binary image
  22. >>from either tsx-11.mit.edu or nic.funet.fi.
  23. >>
  24. >>James
  25.  
  26. >Now I am a bit confused.  My understanding of a normal unix file system is
  27. >that the i-nodes are basically used to maintain file location information
  28. >and that each file, no matter how small, requires an i-node.  Obviously
  29. >this can't be the case here because everyone should easily have more than
  30. >256 files in the file system.  Is the file system here not a ufs file
  31. >system?
  32.  
  33. >Roger
  34. >books@fsunuc.physics.fsu.edu
  35.  
  36. The inode define just sets how many inodes can be accesswd at once. It was 
  37. never a problem before, so setting it to 255 should be fine for a long while.
  38.  
  39. James
  40.