home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / ultrix / 8949 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.0 KB

  1. Xref: sparky comp.unix.ultrix:8949 comp.unix.misc:4618
  2. Path: sparky!uunet!noc.near.net!bigboote.WPI.EDU!nntp!gshapiro
  3. From: gshapiro@monkeyboy.WPI.EDU (Gregory Neil Shapiro)
  4. Newsgroups: comp.unix.ultrix,comp.unix.misc
  5. Subject: Re: Ultrix newfs/mkfs -- can't change number of inodes?!
  6. Date: 18 Dec 92 08:31:35
  7. Organization: Worcester Polytechnic Institute, Worcester, MA 01609-2280
  8. Lines: 32
  9. Message-ID: <GSHAPIRO.92Dec18083135@monkeyboy.WPI.EDU>
  10. References: <BzFv8K.JEJ@mtholyoke.edu>
  11. NNTP-Posting-Host: monkeyboy.wpi.edu
  12. In-reply-to: jbotz@mtholyoke.edu's message of Fri, 18 Dec 1992 05:00:20 GMT
  13.  
  14. >>>>> On Fri, 18 Dec 1992 05:00:20 GMT, jbotz@mtholyoke.edu (Jurgen Botz) said:
  15.  
  16. jbotz> I've been trying to make a filesystem with more inodes (my news
  17. jbotz> partition is chronically short of them), and can't figure out
  18. jbotz> how to make it happen.  I'm running Ultrix 4.2a RISC on a
  19. jbotz> DS3100 and using RZ57s.  'newfs' is supposed to take "-i
  20. jbotz> <bytes/inode", but no matter what I specify it always creates
  21. jbotz> the same number of inodes (4,096 in my experimental 16MB
  22. jbotz> partition.)  I also tried using mkfs directly but no dice...
  23.  
  24. I just called DEC yesterday on this and they faxed me the solution.
  25. Normally, to create more inodes you have to drop the number of
  26. cylinders per group and decrease inode density:
  27.  
  28. newfs -n -v -c 8 -i 1024 /dev/rrz2g RZ55
  29.  
  30. However, trying this won't work on RZ57s and RZ58s since newfs says
  31. you have to use multiples of 16 for the cylinder per group number.
  32. However, they gave me this which doubles the number of inodes:
  33.  
  34. newfs -n -v -b 4096 -c 8 -i 512 /dev/rz3g RZ58
  35.  
  36. The same will work for the RZ57 (substitute RZ57 for RZ58).
  37.  
  38. Greg
  39.  
  40. --
  41.  ____________________________________________________________________________
  42.  Gregory Neil Shapiro                                    gshapiro@wpi.wpi.edu
  43.             Academic Systems Integrator, College Computer Center
  44.                        Worcester Polytechnic Institute
  45.  ____________________________________________________________________________
  46.