home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t172 / 1.img / README.TXT < prev    next >
Encoding:
Text File  |  1993-05-19  |  25.8 KB  |  643 lines

  1. Stacker 3.1 for Windows and DOS - Late Breaking News
  2.  
  3. This document contains important information that is not
  4. included in the Stacker for Windows & DOS User's Guide or in
  5. the Stacker 3.1 Supplement. If you're using any special or
  6. unique software with your system, such as and Super PC-Kwik
  7. Cache, see the help provided in Setup. To get help in these
  8. situations:
  9.  
  10. When Setting Up Stacker for Windows:
  11.  
  12. 1       From any Setup screen, press F1.
  13. 2       Click Contents.
  14. 3       Press TAB to select Software Considerations and press
  15.         ENTER.
  16.  
  17. When Setting Up Stacker for DOS:
  18.  
  19. 1       From any Setup screen, press F1.
  20. 2       Press ENTER to choose the Index.
  21. 3       Press TAB to select Software Considerations and press
  22.         ENTER.
  23.  
  24. To print the contents of this file
  25.  
  26. 1       Retrieve this document into any word processor
  27. 2       Use the print feature
  28.  
  29. Contents
  30.  
  31. This document contains late-breaking information on the
  32. following topics:
  33.  
  34. 1.0     How Stacker Works
  35.  
  36.         1.1     How Stacker Compression Happens
  37.  
  38.         1.2     Compressing Data
  39.  
  40.         1.3     Establishing Access
  41.  
  42.         1.4     Compressing the Space on an Empty Disk
  43.  
  44.         1.5     How Your System Works with Stacker
  45.  
  46. 2.0     The STACKER.INI File
  47.  
  48.         2.1     STACKER.INI Structure
  49.  
  50.         2.2     STACKER.INI General Syntax rules
  51.  
  52.         2.3     Editing your STACKER.INI File
  53.  
  54.         2.4     STACKER.INI General Switches
  55.  
  56.         2.5     Mounting Parameters
  57.  
  58. 3.0     STACKER.INI Examples
  59.  
  60.         3.1     Single Hard Drive Example
  61.  
  62.         3.2     Multiple Hard Drive Example
  63.  
  64. 4.0     Loading Stacker High
  65.  
  66. 5.0     MS-DOS Command Equivalents
  67.  
  68.  
  69. 1.0     How Stacker Works
  70.  
  71.         After you set up Stacker on your computer, it works by
  72.         decompressing files when you open them and compressing
  73.         the files when you save them again. Stacker does its
  74.         work in the background; you never notice it. Because
  75.         Stacker compresses all your data, you have access to
  76.         approximately twice as much disk space.
  77.  
  78.         How does Stacker do all this? When you set up Stacker,
  79.         Setup modifies your system. This modification allows
  80.         the operating system to "recognize" your Stacker drive.
  81.         Prior to DOS 6, all of these changes to your system
  82.         were contained in the CONFIG.SYS file. Now with DOS 6,
  83.         these changes take place by "preloading" the
  84.         information from two files, DBLSPACE.BIN and
  85.         STACKER.INI.
  86.  
  87.         Stacker adds an extra drive to your system during
  88.         Setup, and then compresses all your files into one
  89.         large file on this new drive. DOS assigns this new
  90.         drive the next available drive letter, so your data is
  91.         really on the new drive (D, for example). Stacker then
  92.         exchanges drive letters between your original disk (C,
  93.         for example) and the new drive. So all your data is
  94.         where you expect, on drive C.
  95.  
  96. 1.1     How Stacker Compression Happens
  97.  
  98.         Setup does two things when it compresses the data on a
  99.         disk. It:
  100.  
  101.         1       Compresses the data and stores it more efficiently
  102.                 to save space.
  103.  
  104.         2       Establishes access to the compressed data so your
  105.                 computer can use it.
  106.  
  107.         The compression process is the same whether you use the
  108.         Express or Custom method.
  109.  
  110. 1.2     Compressing Data
  111.  
  112.         1       Setup compresses data by creating a hidden file,
  113.                 STACVOL.DSK, in the root directory of the disk.
  114.  
  115.         2       Setup reads every file on the disk, one at a time.
  116.                 It then compresses each file and stores it
  117.                 efficiently in the new STACVOL.DSK file. As each
  118.                 file is stored and verified, Setup deletes the
  119.                 original uncompressed file, making more space on
  120.                 the disk. In the process, the STACVOL.DSK file
  121.                 gets larger and larger as more and more data is
  122.                 added to it.
  123.  
  124.         3       As it stores files in STACVOL.DSK, Setup keeps
  125.                 track of each file's size and location.
  126.  
  127.         4       Setup leaves any files the system needs for
  128.                 startup, as well as any files with the system
  129.                 attribute, outside of STACVOL. Consequently, your
  130.                 hard disk contains
  131.                 -  The large STACVOL file
  132.                 -  Some uncompressed files, including DBLSPACE.BIN
  133.                    and STACKER.INI
  134.                 -  Some free space
  135.  
  136.         Once the files are stored,
  137.  
  138.         1       Setup runs a version of Norton Speed Disk to
  139.                 defragment STACVOL.DSK so it is in as few pieces
  140.                 as possible.
  141.  
  142.         2       Setup enlarges the STACVOL file to fill most of
  143.                 the rest of the disk, leaving a small amount of
  144.                 space uncompressed. All your new free space is
  145.                 within the STACVOL file, so it will be available
  146.                 on the stacked disk.
  147.  
  148.         3       Setup leaves about 1 MB on the uncompressed drive
  149.                 your system starts from. If it is not a "boot"
  150.                 drive, Setup it leaves about 100 KB. If you use
  151.                 custom Setup, you can leave more space
  152.                 uncompressed.
  153.  
  154.         Example
  155.  
  156.         Suppose you want to compress the data on a 120 MB drive
  157.         containing about 80 MB of data. Express Setup creates a
  158.         STACVOL.DSK file and compresses all the data it can
  159.         into the file. Then it enlarges the STACVOL file to
  160.         about 119 MB leaving about 1 MB uncompressed.
  161.  
  162.         If the disk isn't used for starting up, STACVOL.DSK
  163.         could be larger than 119 MB.
  164.  
  165. 1.3     Establishing Access
  166.  
  167.         Setup has to tell your system how to access the Stacker
  168.         drive, so it first copies a file, DBLSPACE.BIN, to your
  169.         system. At start up, MS-DOS 6 looks for this file
  170.         before it looks for any other file. When it finds this
  171.         file, it loads the Stacker driver into memory.
  172.  
  173.         Because every system is different, the Stacker driver
  174.         is configured specifically for your system. Setup
  175.         creates a hidden file, STACKER.INI, to handle that
  176.         configuration. Any information found in DBLSPACE.BIN
  177.         and configured by STACKER.INI is loaded before any
  178.         other device drivers (which are normally found in
  179.         CONFIG.SYS). This is called "preloading." Before DOS 6,
  180.         data compression had to compete with every other device
  181.         driver to load into memory. Because DOS 6 has endorsed
  182.         data compression, there is no competition. . . Stacker
  183.         is loaded first!
  184.  
  185.         In STACKER.INI, Setup creates lines to set the
  186.         compression speed, specify the Stacker directory, and
  187.         define the STACVOL file as another drive so it gets a
  188.         new drive letter. If these lines already exist, Setup
  189.         edits them.
  190.  
  191.         At startup time, the operating system gives the new
  192.         drive (the STACVOL file) the next available drive
  193.         letter. So if you compressed the data on your only hard
  194.         disk, the drive that represents the STACVOL file gets
  195.         named D.
  196.  
  197.         Setup adds SW to the STACVOL line. This swaps the drive
  198.         letters so you can refer to files on drive C, just as
  199.         you always have. The new drive letter (D) now refers to
  200.         the uncompressed drive.
  201.  
  202.         Setup arranges to keep startup files found in both
  203.         Stacker drives and their uncompressed drives the same.
  204.  
  205.         Example
  206.  
  207.         Using that same, single 120 MB hard disk, the following
  208.         lines are placed in the STACKER.INI file:
  209.         /P=1
  210.         /DIR=C:\STACKER
  211.         C:\STACVOL.DSK, SW
  212.  
  213.         The /P switch controls how fast Stacker compresses data
  214.         when it puts it on the disk. You can tune Stacker later
  215.         to change the speed to get even more compression. The
  216.         second line tells DOS where to find the Stacker files.
  217.         The last line loads the Stacker drive and assigns a
  218.         drive letter. The SW exchanges the drive letters, so
  219.         the data is still referenced by the same drive letter.
  220.  
  221. 1.4     Compressing the Data on an Empty Disk
  222.  
  223.         Setup compresses the space on an empty disk very
  224.         quickly, because it doesn't have to compress any
  225.         existing data. It doesn't have to exchange drive
  226.         letters either, because no current data is affected by
  227.         the new drive letter. Setup lets you choose to compress
  228.         only the free space if you wish. This is an excellent
  229.         way to prepare an empty hard disk for use.
  230.  
  231.         You can compress the data on floppy disks and
  232.         removables also. Either run Setup from the Stackometer
  233.         in Windows or use the Stacker Toolbox to compress
  234.         floppies as described in your documentation. All of the
  235.         necessary statements are added to your STACKER.INI file
  236.         to recognize removable drives as Stacker drives at
  237.         start-up.
  238.  
  239. 1.5     How Your System Works With Stacker
  240.  
  241.         When an application reads data from a Stacker drive,
  242.         Stacker intercepts the read request and decompresses
  243.         the data, then passes it on to the application. Because
  244.         the data is compressed, the system doesn't have to read
  245.         as much data, so in most cases you won't even notice
  246.         the time it takes to decompress data. When an
  247.         application writes data to the Stacker drive, Stacker
  248.         again intercepts the data, compresses it, and writes it
  249.         to the Stacker drive. The data is always compressed
  250.         when on the disk, and is always uncompressed when in
  251.         memory or in use by another application.
  252.  
  253.         Once Stacker has been set up on your disk, you use it
  254.         as before. When you read data from the disk, Stacker
  255.         decompresses the data. When you write it back to the
  256.         disk, Stacker compresses it again. Normally, you don't
  257.         even notice the process.
  258.  
  259. 2.0     The STACKER.INI File
  260.  
  261.         The STACKER.INI file contains the configuration
  262.         information for your Stacker device driver. It also
  263.         specifies the drive letter assignments for your Stacker
  264.         drive(s). This file is a hidden file located in the
  265.         root directory of your boot drive. Setup creates the
  266.         STACKER.INI file for you. It is updated each time you
  267.         compress additional drives (except floppies).
  268.  
  269.         NOTE: Normally, you won't need to edit this file. Setup
  270.         automatically takes care of the configuration for you.
  271.         The following information details the structure of the
  272.         file and the elements you may find in it.
  273.  
  274.         For an example of a sample STACKER.INI file, see
  275.         STACKER.INI Example. For more detailed information,
  276.         continue reading.
  277.  
  278. 2.1     STACKER.INI Structure
  279.  
  280.         The structure of the STACKER.INI file is very simple.
  281.         Each statement or switch is contained on an individual
  282.         line. All switches are found at the beginning of the
  283.         file, while all of the drive specifications are found
  284.         at the end. Unlike CONFIG.SYS, this file is not
  285.         processed on a line-by-line basis, so the order of the
  286.         switches is not important. However, the order in which
  287.         the drive specifications are found will be the order in
  288.         which they are set up.
  289.  
  290. 2.2     STACKER.INI General Syntax Rules
  291.  
  292.         A line can have a maximum of one item, except for
  293.         STACVOL line mounting parameters RP, SW, and NS. These
  294.         items are always the second item on a line. Spaces and
  295.         tabs are allowed before or after an "=", but not after
  296.         a "/". All text is not case-sensitive.
  297.  
  298.         You may want to modify the STACKER.INI file to change
  299.         switches are cause other effects. All of the switches
  300.         do not need to be included in the file. Again, Setup
  301.         determines the appropriate ones.
  302.  
  303. 2.3     Editing Your STACKER.INI File
  304.  
  305.         The STACKER.INI file is a hidden file contained in the
  306.         root directory of your uncompressed boot drive. You may
  307.         either change the hidden attribute and then edit it
  308.         with any text editor, or use the STACKER.INI editor
  309.         provided by Stac. Procedures for using this editor are
  310.         outlined below.
  311.  
  312.         1       Insert Stacker Disk 1 into drive A or B
  313.  
  314.         2       Change to the floppy disk drive by typing its
  315.                 letter followed by a colon, for example, A: and
  316.                 press ENTER.
  317.  
  318.         3       From the DOS prompt, type STACKER and press ENTER.
  319.  
  320.         4       Note the drive letter of the uncompressed drive.
  321.  
  322.         5       From the DOS prompt, type \TOOLS\STACINI drive:
  323.                 where drive: is the letter of the uncompressed
  324.                 drive.
  325.  
  326.         6       When the lines of the file appear, edit as
  327.                 required (see the switches in the following
  328.                 section).
  329.  
  330.         7       Press Ctrl-Z to save the file.
  331.  
  332.         8       Restart your computer to put these changes into
  333.                 effect.
  334.  
  335. 2.4     STACKER.INI General Switches
  336.  
  337.         The following section details each of the switches
  338.         which may be found in the STACKER.INI file.
  339.  
  340.         *       Reserves a drive letter.
  341.  
  342.         /-AUTO  Turns off automounting for all replaceable
  343.                 drives. This saves about 2.7 KB in the driver.
  344.  
  345.         /BD=x   Specifies the base drive letter (x) from
  346.                 which to start Stacker drives. For example, if the
  347.                 first Stacker drive should be assigned to drive
  348.                 letter F, this statement would read /BD=F
  349.  
  350.         /C or /C=n  Specifies the cluster size, if necessary.
  351.                 These count as the same switch, so only one should
  352.                 be found.
  353.  
  354.         /DIR=<stacker path>  Specifies the path where the
  355.                 Stacker software is located. This switch generally
  356.                 occurs at the top of the STACKER.INI file.
  357.  
  358.         /EMS    Indicates that Stacker's disk cache (up to 64
  359.                 KB) should be stored in expanded memory, if there
  360.                 is any available.
  361.  
  362.         /M=nnn  Sets the cache memory size to nn KB. Use any
  363.                 value between 1 and 64. The amount of driver
  364.                 memory required increases by whatever you specify
  365.                 up to a maximum of 64 KB for the cache (The /M
  366.                 switch has no effect if you use it with /EMS.)
  367.  
  368.         /P=n    Sets the compression tuning. Use any value
  369.                 between 0 and 9. 0 turns compression tuning off;
  370.                 it decreases memory requirements by 4.4 KB. You'll
  371.                 have to restart your system to take advantage of
  372.                 any change in tuning if you change between 0 and
  373.                 any other value. If no /P switch is included,
  374.                 Stacker uses /P=1 for everyday usage.
  375.  
  376.                 Values 0 and 1 are the fastest, with standard
  377.                 compression. 9 gets the best compression but takes
  378.                 a bit longer. Setup uses level 9 to get the best
  379.                 possible compression while setting up your Stacker
  380.                 drive.
  381.  
  382.         /RP=n   Sets the number of replaceable drives to reserve.
  383.  
  384.         /W-     Disables Windows permanent swap file pointer
  385.                 updating. By default, if Stacker detects a Windows
  386.                 permanent swap file on a disk that was swapped,
  387.                 Stacker searches through its preset pattern for
  388.                 the Windows directory and places the full path of
  389.                 the Windows permanent swap file in SPART.PAR in
  390.                 the Windows directory. Once this is done (the
  391.                 first time you restart your system after
  392.                 compressing the disks that contain the permanent
  393.                 swap file), it really doesn't have to be done
  394.                 again unless you make drastic changes to your
  395.                 system. If you add this switch to the STACKER.INI
  396.                 file, the search won't take place and you'll save
  397.                 a bit of time at startup.
  398.  
  399.                 NOTE: Stacker checks for a Windows permanent swap
  400.                 file every time you restart your system. You can
  401.                 include the /W- switch to shorten startup time
  402.                 even if you don't have Windows.
  403.  
  404.         /W=<directory>  Names the directory that contains your
  405.                 permanent swap file pointer (SPART.PAR). Use this
  406.                 switch if your directory has an unusual name or
  407.                 isn't on the default path that Stacker searches.
  408.                 If Windows can't find its permanent swap file
  409.                 after you compress a disk, add this switch and
  410.                 restart your system. This switch tells Stacker
  411.                 exactly where to find the SPART.PAR file, saving a
  412.                 bit of time on startup. Replace it with /W- after
  413.                 Windows finds its swap file.
  414.  
  415.         /W+<directory>  Names the directory that contains your
  416.                 permanent swap file. Use it if your directory has
  417.                 an unusual name or isn't on the default path that
  418.                 Stacker searches. It causes Stacker to search its
  419.                 regular default path and find this one too, just
  420.                 in case you have multiple swap files. This switch
  421.                 actually lengthens the search, but ensures that it
  422.                 finds all the files.
  423.  
  424. 2.5     Mounting Parameters
  425.  
  426.         The following parameters appear after a STACVOL
  427.         statement. These parameters specify the mounting method
  428.         for the Stacker drive. They are preceded by a comma
  429.         ",".
  430.  
  431.         RP      Mount replaced.
  432.  
  433.         NS      Mount un-swapped, using the next available drive
  434.                 letter.
  435.  
  436.         SW      Mount swapped, using the next available drive
  437.                 letter.
  438.  
  439.         Multiple Swapping. /SW = jk mn xy
  440.         After mounting all drives, swap drive pairs J: with K:,
  441.         M: with N:, X: with Y:, and so on. You may have no more
  442.         than 26 swaps. This option is rarely used since the
  443.         mounting parameter "sw" on the STACVOL line handles
  444.         standard swapping. The /SW = switch appears at the TOP
  445.         of the file along with the other switches, however,
  446.         swapping will not happen until all the drives have been
  447.         mounted.
  448.  
  449.         For examples of a sample STACKER.INI files, see
  450.         STACKER.INI Examples.
  451.  
  452. 3.0     STACKER.INI Examples
  453.  
  454. 3.1     Single Hard Drive Example
  455.  
  456.         In this example, the original system configuration has
  457.         just one hard drive. EMS is available. The STACKER.INI
  458.         file created by Express Setup would look like the
  459.         following:
  460.  
  461.         /DIR=C:\STACKER
  462.         /P=1
  463.         /EMS
  464.         C:\STACVOL.DSK,sw
  465.  
  466.         The first line specifies the directory where the
  467.         Stacker files are located. The second line sets up the
  468.         default compression tuning for the fastest speed with
  469.         standard compression. /EMS tells Stacker to use
  470.         expanded memory. The last line specifies the location
  471.         of the Stacker drive. It then swaps the drive letter
  472.         references so that all of the compressed data is found
  473.         on drive C, and the uncompressed drive is referenced by
  474.         D.
  475.  
  476. 3.2     Multiple Hard Drive Example
  477.  
  478.         In this second example, the system is a bit more
  479.         complex. This system also has expanded memory. It also
  480.         has a combination of five hard drives (including
  481.         removable drives). The STACKER.INI file for this
  482.         configuration might look like:
  483.  
  484.         /DIR=C:\STACKER
  485.         /P=5
  486.         /EMS
  487.         /RP=2
  488.         /BD=I
  489.         /SW  FM
  490.         C:\STACVOL.DSK,sw
  491.         D:\STACVOL.000,ns
  492.         *
  493.         E:\STACVOL.DSK,sw
  494.         F:\STACVOL.000,ns
  495.         G:\STACVOL.DSK,rp
  496.  
  497.         Again, the first line gives the location of the Stacker
  498.         files while the second provides the compression tuning
  499.         information. In this case, the user modified the tuning
  500.         (from the Stacker Tuner) to the setting "More
  501.         compression and a bit less speed." This returns a value
  502.         of /P=5. /EMS tells Stacker to use expanded memory.
  503.         /RP=2 reserves two replaceable drive letters, while
  504.         /BD=I specifies that the first Stacker drive letter
  505.         assignment is 'I". The next line, /SW=FM swaps drive F
  506.         with drive M after all of the drives are mounted.
  507.  
  508.         The next section sets up the Stacker drives and the
  509.         drive letter assignments. Note that Stacker always
  510.         takes the next available drive letter. Remember that
  511.         there were five drives originally (C-G). This means
  512.         that H is the next logical drive letter assignment.
  513.         However, since the switch /BD=I is present, the first
  514.         drive letter assignment has to be I. The following
  515.         explains the drives and their assignments.
  516.  
  517.         C:\STACVOL.DSK, sw
  518.         The Stacker drive becomes drive C, and the uncompressed
  519.         drive (originally C) becomes the next available drive
  520.         letter, I.
  521.  
  522.         D:\STACVOL.000,ns
  523.         Because of the "ns" mounting parameter, the Stacker
  524.         drive is not swapped and is assigned drive letter J,
  525.         while the uncompressed drive remains D.
  526.  
  527.         *
  528.         Reserves the next drive letter, K.
  529.  
  530.         E:\STACVOL.DSK,sw
  531.         Again swaps the drive assignments. The Stacker drive
  532.         remains E, while the uncompressed drive becomes L.
  533.  
  534.         F:\STACVOL.000, ns
  535.         Because of the "ns" mounting parameter, the Stacker
  536.         drive is not swapped and is assigned drive letter M,
  537.         while the uncompressed drive remains D. Note: after all
  538.         of the drives are mounted, F and M will be switched due
  539.         to the line /SW FM.
  540.  
  541.         G:\STACVOL.DSK, rp
  542.         RP specifies that the drive letter of the uncompressed
  543.         drive is assigned to the Stacker drive (G). There is no
  544.         drive letter assigned to the uncompressed drive. Any
  545.         data on it becomes unavailable after mounting.
  546.  
  547.         After completing all of the assignments in STACKER.INI,
  548.         here are all of the drives and their types:
  549.         C       Stacker drive
  550.         D       Uncompressed drive containing the STACVOL file for
  551.                 Stacker drive J
  552.         E       Stacker drive
  553.         F       Stacker drive (note that it is only switched once
  554.                 the line /SW FM is executed)
  555.         G       Stacker drive
  556.         H       DOES NOT EXIST
  557.         I       Uncompressed drive containing the STACVOL file for
  558.                 Stacker drive C
  559.         J       Stacker drive
  560.         K       Reserved by the * (no data can be found here)
  561.         L       Uncompressed drive containing the STACVOL file for
  562.                 Stacker drive E
  563.         M       Uncompressed drive containing the STACVOL file for
  564.                 Stacker drive F (note that it is only switched
  565.                 once the line /SW FM is executed)
  566.  
  567.  
  568. 4.0     Loading Stacker High
  569.  
  570.         Stacker provides a device driver, STACHIGH.SYS,  which
  571.         loads the Stacker device driver into either the high
  572.         end of DOS memory, or to the Upper Memory Blocks (UMB).
  573.  
  574.         To load Stacker high with MS-DOS 6
  575.  
  576.         1       Edit your CONFIG.SYS file
  577.  
  578.         2       Place the following line in the file
  579.                 DEVICEHIGH=STACHIGH.SYS
  580.  
  581.         3       Save your CONFIG.SYS file
  582.  
  583.         4       Restart your system for the changes to take
  584.                 effect.
  585.  
  586.         STACHIGH.SYS obtains its configuration information (for
  587.         the Stacker device driver) from STACKER.INI, so there
  588.         are no switches.
  589.  
  590.         To load Stacker high with other memory managers,
  591.         consult your memory manager's documentation. Use
  592.         STACHIGH.SYS as the specified device driver.
  593.  
  594. 5.0     MS-DOS Command Equivalents
  595.  
  596.         If you type in a compression-related DOS command on a
  597.         Stacker drive, the command is automatically run. There
  598.         is no need to know both the DOS and Stacker commands.
  599.         However, some users want to know the equivalents, so
  600.         this section is provided.
  601.  
  602.         DOS Command                     Stacker Equivalent
  603.  
  604.         CHKDSK (and all parameters)     CHECK (and same
  605.                                         parameters)
  606.  
  607.         DBLSPACE/CHK                    CHECK
  608.  
  609.         DBLSPACE/DEF                    SDEFRAG
  610.  
  611.         DBLSPACE/LIST                   STACKER
  612.  
  613.         DBLSPACE/MO drive:              STACKER drive:
  614.  
  615.         DBLSPACE/U drive:               STACKER -drive:
  616.  
  617.         DIR/C                           SDIR
  618.         DIR/C/P                         SDIR/P
  619.         DIR/C/H                         SDIR/H
  620.         DIR/C/W                         SDIR/W
  621.  
  622.         DEFRAG                          SDEFRAG
  623.         DEFRAG/F                        SDEFRAG
  624.         DEFRAG/U                        SDEFRAG/Q
  625.         DEFRAG/B                        SDEFRAG
  626.         DEFRAG/SN                       SDEFRAG/SN
  627.         DEFRAG/SE                       SDEFRAG/SE
  628.         DEFRAG/SD                       SDEFRAG/SD
  629.         DEFRAG/SS                       SDEFRAG/SS
  630.         DEFRAG/LCD                      SDEFRAG/M
  631.         DEFRAG/BW                       SDEFRAG/M
  632.         DEFRAG/CO                       SDEFRAG
  633.         DEFRAG/SKIPHIGH                 SDEFRAG
  634.  
  635.         FORMAT/S                        Stacker-Aware copy of
  636.                                         DBLSPACE.BIN is placed on
  637.                                         formatted disk.
  638.  
  639.         SYS                             Stacker-Aware copy of
  640.                                         DBLSPACE.BIN is placed on
  641.                                         formatted disk.
  642.  
  643.