home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / Geneve / mdos / geneve_manual&mdos_docs / saveimag.txt < prev    next >
Text File  |  2006-10-19  |  3KB  |  81 lines

  1.                        Documentation for SAVEIMAGE
  2.  
  3.                       Copyright (c)1998 by Tim Tesch
  4.  
  5.  
  6. PURPOSE:
  7. --------
  8.        SAVEIMAGE was written so that Geneve users could save images of
  9.        their hard drives (HFDC or SCSI) as files to _any_ device.  Saving
  10.        the image to a file instead of to specific sectors on the hard drive
  11.        improves your chances of recovering from a sector zero error.  Users
  12.        of CFORM who format to 34 sectors per cylinder will also be able to
  13.        restore their hard drives, something not possible with the embedded
  14.        MDOS Mirror command.
  15.  
  16. USAGE:
  17. ------
  18.        SAVEIMAGE is a small MDOS program used from the DOS prompt or within
  19.        a batch file as follows:
  20.  
  21.             SAVEIMAGE <inputdevice> <outputfile>
  22.  
  23.  
  24. E X A M P L E S:
  25. ----------------
  26. Assumptions:        A:  = DSK1
  27.                     E:  = HDS1
  28.                     F:  = HDS2
  29.                     G:  = SCS1
  30.  
  31.  
  32.             SAVEIMAGE F: A:\SAVEHDS1         save image of HDS2. to file on DSK1
  33.             SAVEIMAGE G: F:\SAVESCSI1        save image of SCS1 to file on HDS2
  34.             SAVEIMAGE HDS1. HDS2.PLOP1       save image on HDS1 to file on HDS2
  35.             SAVEMAGE                         display help text
  36.  
  37.  
  38. THE IMAGE FILE:
  39. ---------------
  40.        The image file contains sector zero and the accompanying bitmap.  I
  41.        was tempted to simply save sector zero since you never know if the
  42.        bitmap is correct when restored... But I left it alone :)-
  43.  
  44.        IF YOU TRY TO RUN THE IMAGE, IT WILL TELL YOU THAT IT IS AN IMAGE
  45. ---->  AND IT WILL INFORM YOU WHICH HARD DRIVE THE IMAGE CAME FROM, the
  46.        DATE AND TIME CREATED, AND THE VOLUME NAME.
  47.  
  48.        Here is how the IMAGE FILE is set up:
  49.  
  50.             SECTOR       DESCRIPTION
  51.             ------       -----------
  52.                0         small bit of MDOS code, tells you that you are
  53.                          trying to run an image.
  54.                1         This is sector zero of the hard drive
  55.              2-33        these are the bitmap sectors
  56.  
  57.  
  58. RECOVERY:
  59. ---------
  60.        I did not release the LOADIMAGE program as I do not feel comfortable
  61.        releasing such a program without building in some security.  I find
  62.        it would be TOO EASY for someone to overwrite their hard drive
  63.        bit map/sector zero using a simple utility.
  64.  
  65. ***    If you would like me to release the program, let me know.  Otherwise,
  66. *****  you need only format the first cylinder of your hard drive and copy
  67. ***    sector 1 from my image to sector 0 of the hard drive and so on...
  68.  
  69.  
  70. WHERE CAN YOU REACH ME?
  71. -----------------------
  72.        Address:
  73.             Tim Tesch
  74.             1856 Dixie Road
  75.             Port Washington, WI 53074
  76.  
  77.             ttesch@juno.com
  78.             ttesch@execpc.com
  79.  
  80. * END OF DOCUMENTATION, 12 May 1998 @ 21:14:52
  81.