home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 601 / disksave / readme.doc < prev   
Encoding:
Text File  |  1992-05-17  |  4.0 KB  |  109 lines

  1. /*********************************************************************** 
  2.     Title:          readme.doc
  3.  
  4.     Created:        May 12, 1992                                      
  5.     Last Modified:  May 17, 1992
  6.  
  7.     Purpose:        Attempts to save raw sectors from a floppy disks
  8.                     after all everything else fails.  
  9.  
  10.     Based on:       osproj.prg by Albert Dayes
  11.  
  12.     Documentation:  ST INTERNALS (3rd revison) by Abacus Software
  13.                     ST DISK DRIVES INSIDE and OUT by Abacus Software
  14.                     DOS PROGRAMMER's REFERENCE (3rd edition) by Que
  15.  
  16.     Internal Functions:
  17.  
  18.  
  19.     Internal Structures:
  20.  
  21.  
  22.     Author:         Albert Dayes
  23.     Modified by:    Albert Dayes
  24.  
  25.     Legal Notes:    Copyright 1992 Albert Dayes
  26.  
  27.     Version:        1.0
  28.  
  29.     Compiler:       Laser C  version 2.1
  30.     Debugger:       Laser DB version 1.1
  31.     Operating System: ALL TOS in ROM
  32. ***********************************************************************/
  33.  
  34. Last Resort Disk Saver (LRDS) will attempt to read the raw sectors from
  35. the floppy disk when the fat or directory structure are destroyed or
  36. have fatal flaws in them.  This will not harm the disk in any way since
  37. all it does is read the floppy disk.  Hopefully you have made backups
  38. of everything so you will never to have to use this program called
  39. Last Resort Disk Saver.
  40.  
  41. The program is straight forward just by following the prompts.  This is
  42. a very basic program but it works.  It attempts to read 10 sectors per
  43. track automatically if it fails it assumes that the disks are 9 sectors.
  44. It also attempts to read a double sided disk even if the bios parameter
  45. block claims it is.  This to be sure that all data can be recovered
  46. regardless if the boot, FAT and directory areas are completely destroyed.
  47. The easiest data to recover is text rather than binary data. A good program
  48. that I have for binary and text file editing is Lookit by Codehead Software.
  49. There is FLASH which allows some type of editing or binary files with its
  50. capture buffer editor.  Also a host of public domain and shareware programs
  51. that are all over the pay and free BBS systems and public domain disk 
  52. sellers.
  53.  
  54. REQUIREMENTS:
  55.  
  56. disk drives: a) 2 floppy drives
  57.              b) 1 floppy and 1 hard disk
  58. operating system: all TOS in ROM should work
  59. ram: 512k
  60.  
  61. NOTE: It will not work with a single floppy drive!!!!!
  62.  
  63. If you have a hard disk on your system the program will automatically
  64. write to the dumped file to C partition on your hard disk.  The filename
  65. that is dumped is called <BAD99.ZZZ> and it will always be in the root
  66. directory of your destination drive regardless if its a hard disk or
  67. a 2nd floppy drive.
  68.  
  69. Some good programs to try out as well:
  70.  
  71. ICD, Inc
  72. 1220 Rock Street
  73. Rockford, IL, 61101
  74. USA
  75. (815)-968-2228
  76. program: CLEANUP
  77.  
  78. NOTE: Requires ICD host adapter may not work with floppy disks. I have 
  79.       not tried this program personally but have heard good reports
  80.       about it.
  81.  
  82. Beckemeyer Development, Inc.
  83. PO BOX 21575
  84. Oakland, CA, 94620
  85. (510)-530-9637
  86. program: HARD DISK SENTRY
  87.  
  88. NOTE: This works with all host adapters ICD/ATARI/SUPRA and works on 
  89.       hard disks on the ACSI port (normal atari dma port) and the TT
  90.       scsi port.  It works with floppies as well as hard disks for
  91.       fixing errors in the FAT and directory.  I have personal
  92.       experience with this product since 1987 and I really enjoy how
  93.       simply it is and how well it works.  It also works with those
  94.       big partitions that are greater than 32 megabytes.
  95.  
  96.       This is the only OPTIMIZER for ST/TT hard disks that I know of
  97.       that is currently being supported!!  Fixes errors and optimizes
  98.       your disks either floppy or hard disks its like having Norton
  99.       Utilites on the ST.
  100.  
  101. Codehead Software
  102. PO BOX 74090
  103. Los Angeles, CA, 90004
  104. (213)-386-5735
  105. program: LookIt
  106.  
  107.       A very good binary and text file editor.  I really think its one
  108.       of the best around that I have used on any hardware platform.
  109.