home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / dos62up.zip / DBLS.DOC < prev    next >
Text File  |  1993-12-14  |  9KB  |  188 lines

  1.           
  2.           DOUBLESPACE RENOVATION
  3.           
  4.           DoubleSpace is a program that can increase the capacity
  5.           of your hard drive by using disk compression.  It may
  6.           almost double the size of your hard drive by compressing
  7.           files.  Compression programs use a kind of shorthand so
  8.           that repeated data is stored in less space.  Actually, a
  9.           DoubleSpaced compressed drive is a single file on an
  10.           uncompressed drive.  Such files are called Compressed
  11.           Volume Files (CVF).  DoubleSpace is invisible to your
  12.           programs.  You can use DoubleSpace on both hard disks and
  13.           floppy disks. The actual program is called DBLSPACE. 
  14.           There was a lot of controversy about DoubleSpace in DOS
  15.           6.0.  Some people had terrible trouble with lost data,
  16.           cross-linked files, etc. 
  17.           
  18.           With DOS 6.2, Microsoft really worked hard to get
  19.           DoubleSpace working perfectly.  They have built in all
  20.           kinds of new protection.
  21.           
  22.           However, my advice is DON'T INSTALL DOUBLESPACE unless
  23.           you really need more space on your hard drive and are out
  24.           of money.  Hard drive prices have really come down.  A
  25.           bigger hard drive is a better solution than any of the
  26.           hard drive compression programs available on the market.
  27.           
  28.           Nevertheless, there are some situations where you might
  29.           find DoubleSpace a good solution.  Laptop computer owners
  30.           will find DoubleSpace attractive.  This is because bigger
  31.           hard drives for laptops are still expensive.  For a lot
  32.           more information on DoubleSpace (including some shortcut
  33.           commands) see pages 220 - 231 in LEARNING DOS FOR THE
  34.           COMPLETE NOVICE, 2nd edition.
  35.            
  36.           DOUBLEGUARD.  With DOS 6.2 Microsoft is using a new
  37.           technology called DoubleGuard for their new DoubleSpace
  38.           compression.  DoubleGuard carefully checks the in-memory
  39.           buffers used by DoubleSpace to hold data.  If it finds an
  40.           error DoubleSpace will pop up an error message.  By
  41.           default, if you install DoubleSpace, DoubleGuard
  42.           protection is activated.  DoubleGuard results in a
  43.           performance decrease of about 2 percent.  This is a small
  44.           price to pay for the extra protection.  
  45.           
  46.           MicroSoft has a provision to turn off DoubleGuard, but
  47.           such action would border on lunacy.  Anyone who is using
  48.           DoubleSpace and turns off DoubleGuard, probably also
  49.           enjoys a good game of Russian Roulette!  If you are using
  50.           DOS 6.2, you can get more information about DoubleGuard
  51.           by typing at the system prompt:
  52.           
  53.                               help doubleguard <ENTER>
  54.           
  55.           SURFACE SCAN.  If you install DoubleSpace, DOS 6.2
  56.           automatically does a surface scan of the hard drive.  If
  57.           it finds potential problems it suggests that you run a
  58.           new program called SCANDISK.
  59.           
  60.           SCANDISK is a marvelous new program that for most
  61.           purposes will replace the CHKDSK and the
  62.           DOUBLESPACE/CHKDSK commands.  However, when you quickly
  63.           want to see how much space is left on a disk, CHKDSK is
  64.           the command to use.  SCANDISK can diagnose and repair
  65.           errors on both uncompressed and DoubleSpaced drives. 
  66.           SCANDISK is one of the best new additions to DOS 6.2. 
  67.           The old CHKDSK DOS command would not fix cross-linked
  68.           files.  SCANDISK can fix cross-linked files and clusters,
  69.           and lost clusters automatically.  If you are using
  70.           DoubleSpace and sustain damage to a Compressed Volume
  71.           File (CVF), SCANDISK can repair the CVF and often recover
  72.           the data.  SCANDISK also does a "surface analysis" on a
  73.           hard disk.  If SCANDISK finds unreliable sectors when
  74.           doing this surface analysis, it marks them as bad and
  75.           moves the data to reliable sectors on the hard drive.
  76.           
  77.           To use SCANDISK, change to the drive you want to scan and
  78.           at the system prompt type:
  79.           
  80.                               scandisk <ENTER>
  81.           
  82.           If you want to just check your C drive, type:
  83.           
  84.                               scandisk c: <ENTER>
  85.           
  86.           If you want to check all your drives you can issue a
  87.           command like this:
  88.           
  89.                               scandisk /all <ENTER>
  90.           
  91.           If SCANDISK needs to fix a problem, you have the
  92.           opportunity to create an UNDO floppy disk.  To create an
  93.           UNDO disk, place a blank formatted diskette in drive A or
  94.           drive B and make the appropriate choice at the prompts. 
  95.           This UNDO disk can be used to undo any changes that
  96.           SCANDISK may make. 
  97.           
  98.           To use the SCANDISK UNDO feature, place the UNDO disk in
  99.           the A drive, for example, and issue a command like this:
  100.           
  101.                               scandisk /undo a: <ENTER>
  102.           
  103.           If you have DOS 6.2 installed you can get more
  104.           information on the SCANDISK command by typing, at the DOS
  105.           prompt:
  106.           
  107.                               help scandisk <ENTER>
  108.           
  109.           
  110.           DOUBLESPACE UNCOMPRESS.  DoubleSpace has a new option
  111.           which allows you to uninstall DoubleSpace.  However, to
  112.           use this option you must have enough disk space on your
  113.           machine.  Many people do not.  This means you have to
  114.           delete files and or directories to make room.  Be sure to
  115.           back up important files before you delete them.
  116.  
  117.  
  118.           A VERY IMPORTANT TIP
  119.           
  120.           IF YOU ARE USING MSBACKUP to backup files, it is
  121.           important to save your setup as a backup setup file. 
  122.           Doing so, insures that you are able to restore any of
  123.           your desired backed up files.  If you are not sure how to
  124.           do this, see page 247 of LEARNING DOS FOR THE COMPLETE
  125.           NOVICE, 2nd edition, by Steven Woas, published by
  126.           Celestial Press.
  127.           
  128.           To uncompress a DoubleSpaced drive you can issue a
  129.           command like so:
  130.           
  131.                               dblspace /uncompress c: <ENTER>
  132.           
  133.           The above command tells DOS to uncompress the C drive. 
  134.           If you don't have enough room on the hard drive,
  135.           DoubleSpace informs you of the situation and makes
  136.           recommendations.
  137.             
  138.           LESS MEMORY.  A portion of DoubleSpace resides in the
  139.           High Memory Area (HMA).  They have reduced the "memory
  140.           footprint" so that now it requires 37K (with automounting
  141.           on) or 33K (if you turn automounting off).  Below,
  142.           "automounting" is discussed.
  143.           
  144.           AUTOMOUNT.  With DOS 6.0 there is a feature that lets you
  145.           compress a floppy diskette.  However, with 6.0 you had to
  146.           mount the silly thing before you could use it!  This, of
  147.           course, was bordering on the ridiculous.  Everybody was
  148.           poking fun at this feature.  See the cartoon on page 235
  149.           in my book, LEARNING DOS FOR THE COMPLETE NOVICE, 2nd
  150.           Edition.
  151.           
  152.           Obviously, Microsoft got tired of the jokes and have
  153.           implemented an AUTOMOUNT feature with DOS 6.2.  The
  154.           AUTOMOUNT feature is for DoubleSpaced compressed floppy
  155.           disks and other removable media that are compressed with
  156.           DoubleSpace.  By default, DoubleSpace sets the AUTOMOUNT
  157.           feature to on.  You can turn if off and save 4K of
  158.           memory.  AUTOMOUNT is activated only if you are using
  159.           DoubleSpace.  To see how to turn AUTOMOUNT off, at the
  160.           system prompt type:
  161.           
  162.                               help automount <ENTER>
  163.           
  164.           BETTER ERROR MESSAGES.  With DOS 6.0, you may receive a
  165.           cryptic error message such as "The CVF is damaged." 
  166.           Microsoft gives more information and help with error
  167.           messages in DOS 6.2.  This is a nice improvement.  
  168.           
  169.           
  170.           DOUBLESPACE "CLEAN START"
  171.           
  172.           If you are troubleshooting a computer that is running
  173.           DoubleSpace, with DOS 6.2 there is a feature that will
  174.           let you start your computer without DoubleSpace.  To use
  175.           this feature just reboot your computer.  Wait until you
  176.           see on your screen:
  177.           
  178.           STARTING MS-DOS...
  179.           
  180.           Then press:
  181.                                    <CTRL> <F5>
  182.           
  183.           That is, press down the key marked <CTRL> and while still
  184.           holding down that key, press the function key marked
  185.           <F5>.  Then your machine starts without DoubleSpace.
  186.  
  187.  
  188.