home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / stac0193.zip / TEC025.DOC < prev    next >
Text File  |  1992-11-04  |  3KB  |  68 lines

  1. ___________________________________________________________________________
  2. STAC FAX                                                           STAC FAX
  3.  
  4. Title: Creating a Bootable Stacker Recovery Disk.
  5.  
  6. STACKER NOTE TEC025 - 8/20/92                          STAC FAX Index #2504
  7. ___________________________________________________________________________
  8.  
  9. Background. 
  10.  
  11.     Stacker drives are 'mounted' at boot time by a device driver in the 
  12.     Config.sys file.  If you were to boot from a "plain vanilla" system 
  13.     disk, which had no Config.sys file or Stacker device driver statement(s), 
  14.     your Stacker drives would appear to be no more than large hidden files 
  15.     on the hard disk.  Creating a boot disk that enables access to the 
  16.     Stacker drives involves making a DOS startup disk, then creating a 
  17.     Config.sys file on that disk which contains the Stacker device drivers.  
  18.     This note outlines the required steps to create such a disk.
  19.  
  20. Procedure.
  21.  
  22. 1.  Making the startup disk:
  23.  
  24.     A. Create a DOS startup disk by inserting a formatted diskette in 
  25.        drive A: and typing:
  26.        
  27.        SYS C: A:
  28.  
  29.        Note: If you are running DOS 3.x, you will need to copy Command.com
  30.        to drive A: after 'sys'ing the disk.  
  31.    
  32.     B. Next, copy Config.sys from your hard disk to this diskette.
  33.        For example, at the command prompt type: 
  34.        Copy C:\Config.sys A:            <ENTER>
  35.  
  36.        This disk is now capable of starting the system and mounting the 
  37.        Stacker drives.  (It is not necessary, but you may wish to copy 
  38.        C:\Autoexec.bat to this disk as well).
  39.  
  40. 2.  Making a Stacker diagnostic disk:    
  41.    
  42.     You may wish to make this disk more "plain vanilla" for trouble shooting 
  43.     purposes.  Just edit Config.sys with your favorite text editor and 
  44.     eliminate all but the Stacker device drivers.  For example, to modify 
  45.     Config.sys using Stacker's SEDIT text editor, type:
  46.     
  47.     C:\STACKER\SEDIT  A:\CONFIG.SYS     <ENTER>
  48.  
  49.     You should now see a listing of the Config.sys contents.  Locate the 
  50.     Stacker device drivers.  They will look similar to:
  51.     DEVICE=C:\STACKER\STACKER.COM C:\STACVOL.DSK   
  52.     DEVICE=C:\STACKER\SSWAP.COM   C:\STACVOL.DSK /SYNC
  53.  
  54.     Now delete all but these Stacker devices.  For example, if you are using
  55.     SEDIT, position the cursor at the beginning of the line using the arrow
  56.     keys. Now press  <Ctrl> K    to delete the line.  Repeat for all the 
  57.     lines you wish to delete.  When you are finished, press <Ctrl> Z to save 
  58.     the file.
  59.  
  60.     Note: If you are using a device driven drive such as a Hardcard or 
  61.           CD-ROM, or have non-DOS partitions requiring device drivers, you 
  62.           will need to leave their device lines in the Config.sys file.
  63. ___________________________________________________________________________
  64. Copyright 1992, Stac Electronics                    STAC FAX (619) 431-6712
  65.  
  66.  
  67.  
  68.