home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / admin / 4582 < prev    next >
Encoding:
Internet Message Format  |  1992-08-14  |  1.7 KB

  1. Xref: sparky comp.unix.admin:4582 comp.sys.hp:9401
  2. Newsgroups: comp.unix.admin,comp.sys.hp,ctp.it
  3. Path: sparky!uunet!mcsun!sun4nl!alchemy!prisma!fred
  4. From: fred@cv.ruu.nl (Fred Appelman)
  5. Subject: Re: 8 MUST BE 0
  6. Message-ID: <1992Aug18.182757.13827@cv.ruu.nl>
  7. Date: Tue, 18 Aug 1992 18:27:57 GMT
  8. References: <1992Aug18.133511.193@ctp.com>
  9. Organization: University of Utrecht, 3D Computer Vision Research Group
  10. Lines: 32
  11.  
  12. In <1992Aug18.133511.193@ctp.com> jmay@ctp.com (Jason May) writes:
  13.  
  14.  
  15. >HP 9000/847, running HPUX 8.02.
  16. >
  17. >Our machine crashes from time to time, and during reboot we virtually
  18. >always see messages of the form
  19. >
  20. >/dev/rroot: INCORRECT BLOCK COUNT INODE = 12345 (8 MUST BE 0) (CORRECTED)
  21. >
  22. >We assume this comes from fsck doing its job, but what exactly does
  23. >'8 must be 0' mean?  Eight blocks, presumably, but why should there
  24. >be zero of them?
  25.  
  26. I am just guessing here: I think what that means is that just before
  27. crashing the filesystem allocated a inode and some blocks that belong
  28. to that inode. Somehow the number of blocks is administrated, but the
  29. block themselfs not. Make the INODE block count 0 is another 
  30. way to tell that the inode is freed. 
  31.  
  32. I do remember that the error codes that are produces by fsck are in 
  33. the manual. There is a seperate section that describes fsck.
  34.  
  35. >It appears that /dev/root and /dev/rroot are special links to the
  36. >disk partition with the root file system.  Why do both of these
  37. >exist?  Could they ever be different?  Who uses them?
  38.  
  39. /dev/root is the block device, /dev/rroot is the raw device. Block devices
  40. are used if you access the disk via the filesystem. Raw devices bypass
  41. the filesystem and should therefore only be used on unmounted discs.
  42.  
  43.     Fred
  44.