home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd1.lzh / SYS / HELP / dinfo.hlp < prev    next >
Text File  |  1990-04-09  |  4KB  |  77 lines

  1. @H
  2. @T0
  3. DINFO - Display disk information
  4.  
  5. Important:    This   program    is  public    domain  and  may  be  used  and
  6.               distributed freely as long as the "Distribution_Rules" are  met
  7.               (see subtopic in this help file).
  8.  
  9. Syntax:       DINFO [<options>] {<device name> [<options>]}
  10.  
  11.               Note: The syntax is identical to that of the OS9  free  utility
  12.               (except for the additional options -l -e -f).
  13.  
  14. Function:     Displays information about one ore multiple disk devices. If no
  15.               device name is specified, the current working directory's  disk
  16.               will be used. The main advantage of DINFO over FREE is that  it
  17.               displays disk spaces not only in terms of sectors but  also  in
  18.               kilobytes and percentage of total disk capacity. Three options,
  19.               -e,-f and -l allow more  information  (general,  fragmentation,
  20.               block list) to be displayed.
  21.  
  22. Usage:        DINFO
  23.                      Displays  information  about  the  current  disk  device
  24.                      (= the disk device containing the current directory)
  25.  
  26.               DINFO <disk device name>
  27.                      Displaus information about the specified disk.
  28.  
  29.               DINFO <disk device> <disk device>
  30.                      More than one device name can be specified.
  31. @D1
  32. Options : 2
  33. Distribution_Rules : 6
  34. @T2
  35.    -?                    Show short help text.
  36.  
  37.    -e                    Show extended information. This includes disk  type,
  38.                          owner, attributes, cluster size and presence and LSN
  39.                          of the bootfile.
  40.  
  41.    -f[[=]clusters]       Show the number of blocks that are smaller than  the
  42.                          specified  number  of  clusters  (if  no  number  is
  43.                          specified, a default of  4  clusters  is  used)  and
  44.                          display the space occupied by those "small  blocks".
  45.                          This is useful to detect fragmentation of a disk.
  46.  
  47.    -l                    Show a list of all free blocks on the disk. The list
  48.                          includes block size in sectors, clusters, KBytes and
  49.                          percentage of disk capacity as well as number of the
  50.                          first and the last sector in the block.
  51.  
  52.    -b[=]<n>[k]           Give  DINFO   more   memory   for   allocation   map
  53.                          examination. For huge disks, this might decrease the
  54.                          execution time of DINFO.
  55. @T6
  56. *****************************************************************
  57. *  DINFO (c) 1989 by Lukas Zeller, CH-Maennedorf                *
  58. *    email:   zeller@strati.ethz.ch, zeller@ethz.uucp           *
  59. *             ..!macvax!cernvax!chx400!ethz!zeller              *
  60. *    DECMail: PSI%4991108411::STRATI::ZELLER                    *
  61. *    OS9-BBS: LZELLER                                           *
  62. *****************************************************************
  63.  
  64. This DINFO utility is public domain and may be used and distributed freely  as
  65. long as the following conditions are met:
  66.  
  67.  1.  This Program may only be used for peaceful applications. I do NOT  ALLOW
  68.      using this pogram for anything that has to do with development,  testing
  69.      or manufacturing of weapons of any type.
  70.  
  71.  2.  This text as well as all copyright messages (in  the  source  text,  the
  72.      code and in this help file) must be retained.
  73.  
  74. For bug reports, comments and suggestions, please  contact  the  author  (see
  75. email paths above). Thank you !
  76.  
  77.