recover (command)

In computing, recover was a primitive filesystem error recovery utility included in MS-DOS / IBM PC DOS versions prior to DOS 6.0.[1]

Typing recover at the DOS command-line invoked the program file RECOVER.COM or RECOVER.EXE (depending on the DOS version). Recover proceeded under the assumption that all directory information included on a disk or disk partition was hopelessly corrupted, but that the FAT and non-directory areas might still contain useful information (though there might be additional bad disk sectors not recorded in the FAT).

The program removed all subdirectories and all entries in the root directory, and then created new files with names such as "FILE0001.REC" in the root directory, corresponding to the valid allocation chains that were found in the FAT area (excluding disk clusters that were tested and found to have hardware errors). A formerly bootable disk would no longer be bootable after Recover had executed. The range of circumstances in which Recover was genuinely useful was quite limited, and well‐meaning DOS users sometimes created havoc by running Recover under the misconception that it was a file undelete utility.[2]

In DOS version 5, another mode of operation was added: specifying a single filename on the command-line would cause the program to test all the disk sectors used to store the file, and shorten the file by omitting sectors which tested bad.[3]

See also

References

  1. http://support.microsoft.com/kb/71986
  2. http://www.drsolly.com/story/macedpcp.art
  3. DOS 5 User's Guide by Dan Gookin (1991), ISBN 1-55851-188-1, p. 602.
This article is issued from Wikipedia - version of the 12/16/2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.