home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / ultrix / 6614 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!rpi!batcomputer!theory.TC.Cornell.EDU!riley
  3. From: riley@theory.TC.Cornell.EDU (Daniel S. Riley)
  4. Subject: Re: Finding a Filesystem's Minimum Free Space
  5. Message-ID: <1992Sep1.143601.14135@tc.cornell.edu>
  6. Sender: news@tc.cornell.edu
  7. Nntp-Posting-Host: theory.tc.cornell.edu
  8. Organization: Cornell Theory Center
  9. References: <1992Sep1.133933.27437@dxcern.cern.ch>
  10. Date: Tue, 1 Sep 1992 14:36:01 GMT
  11. Lines: 26
  12.  
  13. In article <1992Sep1.133933.27437@dxcern.cern.ch> matheys@online.cern.ch writes:
  14. >How can one find-out the amount of space "reserved from the normal users"
  15. >as the man page says ? By default it's 10% (set by the newfs -m default).
  16. >But how does one get "the" number from Ultrix ?
  17.  
  18. root_lns276> dumpfs /dev/rrz0c | head
  19. magic   11954   time    Tue Sep  1 10:24:07 1992
  20. sblkno  2       cblkno  3       iblkno  4       dblkno  15
  21. sbsize  8192    cgsize  8192    cgoffset 6      cgmask  0xfffffff0
  22. ncg     65      size    172893  blocks  172045
  23. bsize   8192    shift   13      mask    0xffffe000
  24. fsize   8192    shift   13      mask    0xffffe000
  25. frag    1       shift   0       fsbtodb 4
  26. minfree 5%      maxbpg  4096
  27. ^^^^^^^^^^
  28. maxcontig 1     rotdelay 0ms    rps     60
  29. csaddr  15      cssize  8192    shift   9       mask    0xfffffe00
  30.  
  31. (this is from a Wren VIII formatted with "-f 8192 -c 32 -i 32768 -m 5")
  32.  
  33. You can also change the number without reformatting--see the "tunefs"
  34. man page for details.
  35.  
  36. -- 
  37. -Dan Riley                          Internet: dsr@lns598.tn.cornell.edu
  38. -Wilson Lab, Cornell University     HEPNET/SPAN: lns598::dsr (44630::dsr)
  39.