home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / mag_discs / 17 / fsck / StatsHelp < prev   
Text File  |  1995-04-10  |  3KB  |  64 lines

  1. This file should explain the meaning of the various statistics printed by
  2. fsck or displayed in the 'Statistics' window of FSCK³: it would be better if
  3. you read the file MapExpl before reading this...
  4.  
  5. Since FSCK³ supports interactive help, you can try to use it over the
  6. 'Statistics' window instead of reading this file.
  7.  
  8.  
  9. The value printed below are just an example (actually they are taken from my
  10. 84Mb HardDisc...).
  11.  
  12. - Number of shared fragments: 1720 (738 contains a directory)
  13.   This is the number of the map blocks (see MapExpl file) that are actually
  14.   occupied by small files that can share sectors instead of a whole file.
  15.  
  16. - Wasted sectors in shared fragments: 3964 (2029568 bytes (2.3%))
  17.   This is the number of sectors that are wasted because the small files that
  18.   could share sectors (see above) actually don't share all the possible
  19.   sectors with other small files (see MapExpl again). As you can see there
  20.   are quite a lot of wasted sectors on my HD!
  21.  
  22. - Directories bigger than the minimum size: 155
  23.   For some obscure reason some directories are bigger than their natural size:
  24.   the extra size can be shared with other files, so you don't have to worry
  25.   about this.
  26.  
  27. - Fragmented files: 13 (8 must be fragmented)
  28.   This is the number of files that are fragmented over several map chunks. On
  29.   my HD only 13 of 4716 files are fragmented: RISC OS seems to be very good
  30.   at keeping files in a single chunk! Moreover, 8 of these 13 files must be 
  31.   fragmented because they are bigger than the size of a single zone.
  32.  
  33. - Total space allocated in map for files: 73865728 bytes (83.9%)
  34.   This is the amount of disc space that is allocated to files (including
  35.   directories). The space wasted because of shared map chunks is NOT
  36.   counted here (since it can still be used by other files).
  37.  
  38. - Total space used by files: 72604406 bytes (82.4%)
  39.   This is the real space used by files and directories. This is less than
  40.   the one allocated in the because of the sector boundaries.
  41.  
  42. - Space wasted because of sector boundaries: 1261322 bytes (1.4%)
  43.   This is the difference between the two previous values (ie. space allocated
  44.   for files - space actually used by files). 
  45.  
  46. - Defects: 0 (0 bytes (0.0%))
  47.   No comments needed...
  48.  
  49. - Space used for map/root/bootblock: 93184 bytes (0.1%)
  50.   Just what it says to be...
  51.  
  52. - Files: 4716 (71092982 bytes (80.7%))
  53.   Number of files and space used only by them (ie. no directories). This is
  54.   the same result that can be given by 'Count'ing the whole disc.
  55.  
  56. - Directories: 738 (1511424 bytes (1.7%))
  57.   Number of directories and space used only by them (should be number of dirs
  58.   multiplied by 2048).
  59.  
  60. - Total used space: 75988480 bytes (86.3%)
  61. - Total free space: 12091904 bytes (13.7%)
  62.   The same given by Free.
  63.  
  64.