home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / utils1 / dos6tips.arj / DEFRAG.DOC < prev    next >
Text File  |  1993-07-27  |  2KB  |  62 lines

  1.  
  2.                    DEFRAGMENTING A DOUBLESPACED DRIVE
  3.           
  4.           The DoubleSpace DEFRAGment command is used on a DoubleSpaced
  5.           compressed drive. The program doesn't really defragment the
  6.           drive, however it does consolidate the free space.   Do this at
  7.           least once a month.  It should be considered routine hard drive
  8.           maintenance.  First use the CHKDSK command.
  9.              
  10.           1.   Change to the compressed drive and then issue a CHKDSK
  11.                command like so:
  12.                
  13.                          c: <ENTER>
  14.                               
  15.                          chkdsk /f <ENTER>
  16.           
  17.                The /F tells DOS to fix errors. 
  18.           
  19.                Another option is to do it like so:
  20.           
  21.                          dblspace /chkdsk /f  <ENTER>
  22.                
  23.                A shortcut for the DBLSPACE /CHKDSK /F command is:
  24.           
  25.                          dblspace /chk /f  <ENTER>
  26.           
  27.           2.   Defragmenting a large hard drive can take a very long
  28.                time.  To consolidate a DoubleSpace compressed drive,
  29.                change to the compressed drive and then issue a command
  30.                like so:
  31.           
  32.                          dblspace /defragment <ENTER>
  33.                
  34.                A shortcut for the above command is:
  35.                
  36.                          dblspace /def <ENTER>
  37.           
  38.           
  39.  
  40.      This section is finished.  It is an excerpt from LEARNING DOS FOR
  41.      THE COMPLETE NOVICE, by Steven Woas, copyright 1993.  When you register
  42.      this program, you will receive the 336 page book, LEARNING DOS FOR THE
  43.      COMPLETE NOVICE which covers DOS 3.2 through DOS 6.  To register send
  44.      $15.95 plus $2.00 for shipping to:
  45.      
  46.      
  47.                     Celestial Press
  48.                     4424 Dohrcrest Dr.
  49.                     Suite C
  50.                     New Port Richey, FL 34652
  51.                     
  52.                     Phone (813) 845-8522
  53.                     US customers can order toll-free 1-800-330-3311
  54.                     Fax (813) 845-8522
  55.      
  56.                     We accept Visa & MasterCard
  57.     
  58.      Florida orders add 6% sales tax.
  59.     
  60.  
  61.             
  62.