home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 180.lha / Storage3.DOC < prev    next >
Text File  |  1988-04-28  |  4KB  |  147 lines

  1.  
  2.  
  3.             Disk Storage 3.00   By: Khalid Aldoseri.
  4.             ----------------------------------------
  5.             
  6.             
  7.     This is a small program that will run from either the WB or CLI.  It will
  8. open its own window and display a list of ALL currently mounted devices,
  9. including hard disk partitions.  The window looks like this:
  10.  
  11.  
  12.  
  13.                 Name:    Size   Free  Alarm
  14.     
  15.                 DF0:      837     10     50
  16.                 DF1:      837    129     50
  17.                 DF2:    - No Disk Present -
  18.                 DH0:    19864   6742    993
  19.                 DH1:    19734   1118    986
  20.     
  21.     
  22.     
  23.     The Size column gives the actual capacity of the device in Kilobytes.
  24. The Free columns gives the free space in the device.  The Alarm column
  25. is the level at (or below) which the program will highlight the device
  26. row to warn you that there isn't much free space left in the device.  If
  27. the free space drops below the Alarm level while the program is running
  28. it will flash all screens five times while also flashing the relevant item.
  29. (P.S. The program will correctly reflect the size of the WB1.3 Fast File
  30. System (FFS) hard disk partitions, and any other new disk formats.)
  31.  
  32.  
  33.     The Alarm level normally is 5% of the total capacity of the device
  34. with a minimum alarm level of 50k.  You can change the Alarm level by
  35. clicking on the device row you want to change.  A gadget will appear at
  36. the bottom of the window.  Enter the new Alarm level and hit return.
  37.  
  38.  
  39.     The program will update its display every 3 seconds.  If you need to
  40. get an immediate update just click on the first line, (the one with
  41. the titles.)  The program's window will be as big as it needs to be to
  42. display all the mounted devices.  The limit for that is 15 devices.
  43.  
  44.  
  45.     At the bottom of the window there is a small box with the current
  46. free memory in the system.  This is displayed as Chip, Fast and Total,
  47. or as Chip, Fast and Static if there is any free memory above the normal
  48. system addressing space (e.g. the CSA 32-bit memory board.)
  49.  
  50.  
  51.  
  52.     The program has a menu attached to it with the following options:
  53.  
  54.     
  55.     CLEAR ALL:
  56.  
  57.     This will reset the program to its original startup state.
  58.  
  59.  
  60.     CLEAR SELECTIONS:
  61.  
  62.     This will clear all currently selected disks.  (More on this later.)
  63.  
  64.  
  65.     REMOVE SELECTED DISKS:
  66.  
  67.     This will remove disks from the display list.  To do this just click
  68.     twice on each disk name you want to remove (the background color of
  69.     the line will change twice) and then select this menu item.  You
  70.     can remove more than one disk at a time.  Any disk removed will NOT
  71.     be checked for its alarm level any more.
  72.  
  73.     
  74.     REMOVE FLOPPY DISKS:
  75.  
  76.     This will remove all floppy disks from the display list.
  77.  
  78.  
  79.  
  80.     REMOVE ALL EXCEPT FLOPPIES:
  81.  
  82.     No explanation needed!
  83.  
  84.  
  85.     REMOVE DISKS LESS THAT ALARM LEVEL:
  86.  
  87.     This will remove all disks that are currently less that the Alarm
  88.     Level.  (i.e. are currenly highlighted)
  89.  
  90.  
  91.     REMOVE DISKS MORE THAN ALARM LEVEL:
  92.  
  93.     The opposite of the above.
  94.  
  95.  
  96.     REMOVE ALL DISKS:
  97.  
  98.     Removes everything, and just keeps the memory display on.
  99.  
  100.  
  101.     MEMORY DISPLAY IS ON/OFF:
  102.  
  103.     Turns the memory display on or off.
  104.  
  105.  
  106.     QUIT:
  107.  
  108.     Guess what this does?!
  109.  
  110.  
  111.  
  112.  
  113.     Note:  This program takes very little processor time.  For example,
  114. with three disks displayed, the program will only consume about 1/2 % of
  115. processing time at the most.  Its memory usage is around 10-15k.
  116.  
  117.  
  118.     Any comments, suggestions, complaints, etc. should be sent to me on
  119. Compuserve ID number 75166,2531.
  120.  
  121.  
  122.     This program is placed in the Public Domain, you can spread it as 
  123. much as you like as long as you keep this file with it.
  124.  
  125.  
  126.  
  127.     I hope you find this program as useful as I do.
  128.  
  129.  
  130.                                     Khalid Aldoseri.
  131.                                     CIS: 75166,2531.
  132.                                     
  133.  
  134. Version 3.00 Comments:
  135.  
  136.     All the known conflicts with other programs have been removed,
  137. especially the one with AmigaMonitor.
  138.  
  139.  
  140.  
  141. Current Bugs:
  142.  
  143.     -    If you start the program while the computer is printing something,
  144.         a device might appear with a name of PAR: or SER:.  The next version
  145.         of the program will deal with this, but you can just remove it from
  146.         the list for now.
  147.