home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 198 / DOS6ALL.ZIP / Q96384 < prev    next >
Text File  |  1993-06-05  |  3KB  |  83 lines

  1.  
  2. ARTICLE-ID:Q96384
  3. TITLE     :DoubleSpace Err Msg: Unrecognized Error #109                  
  4.  
  5. --------------------------------------------------------------------
  6. The information in this article applies to:
  7.  
  8.  - Microsoft MS-DOS operating system version 6.0
  9. --------------------------------------------------------------------
  10.  
  11. Summary:
  12.  
  13. If you receive the following error message when you attempt to mount a
  14. compressed volume file (CVF), your CVF is probably too fragmented:
  15.  
  16.    Unrecognized Error #109
  17.  
  18. To work around this problem, either increase the MaxFileFragments
  19. setting in the DBLSPACE.INI file or defragment the CVF. These
  20. procedures are outlined below.
  21.  
  22. More Information:
  23.  
  24. To work around this problem, do the following:
  25.  
  26. 1. Edit the DBLSPACE.INI file and increase the MaxFileFragments
  27.    setting by using the following steps:
  28.  
  29.    Warning: If you use the incorrect drive letters when you edit the
  30.    DBLSPACE.INI file, the system may stop responding (hang) when you
  31.    restart it.
  32.  
  33.    a. Remove the Read-Only, System, and Hidden file attributes on the
  34.       DBLSPACE.INI file. For example, if drive H is your host drive,
  35.       type the following at the MS-DOS command prompt and press ENTER:
  36.  
  37.          attrib h:\dblspace.ini -r -s -h
  38.  
  39.    b. Using MS-DOS Editor, edit the DBLSPACE.INI file and increase the
  40.       value for MaxFileFragments.
  41.  
  42.    c. Save the DBLSPACE.INI file and quit MS-DOS Editor.
  43.  
  44.    d. Use the ATTRIB command to reset the file attributes on
  45.       DBLSPACE.INI. For example, if your host drive is drive H, type the
  46.       following command and press ENTER:
  47.  
  48.          attrib h:\dblspace.ini +r +s +h
  49.  
  50. 2. Restart your computer and try to mount the drive again. If you
  51.    still cannot mount the CVF, proceed to step 3.
  52.  
  53. 3. Clear the file attributes from the DoubleSpace CVF and defragment the
  54.    drive using the procedure below.
  55.  
  56.    Warning: If the DoubleSpace CVF is mounted when you perform this
  57.    procedure, you will corrupt your DoubleSpace drive.
  58.  
  59.    a. Unmount your DoubleSpace drive or start your computer from an
  60.       MS-DOS 6 system disk in drive A that does not have a DBLSPACE.BIN
  61.       file.
  62.  
  63.    b. Remove the Read-Only, System, and Hidden file attributes on the
  64.       DBLSPACE.XXX file. For example, if file is H:\DBLSPACE.000, type
  65.       the following at the MS-DOS command prompt and press ENTER:
  66.  
  67.          attrib h:\dblspace.000 -r -s -h
  68.  
  69.    c. Run MS-DOS Defragmenter by typing DEFRAG at the MS-DOS command
  70.       prompt and pressing ENTER.
  71.  
  72.    d. Use the ATTRIB command to reset the file attribute on
  73.       DBLSPACE.XXX. For example, if file is H:\DBLSPACE.000, type
  74.       the following at the MS-DOS command prompt and press ENTER:
  75.  
  76.          attrib h:\dblspace.000 +r +s +h
  77.  
  78.    e. You should now be able to mount the CVF if you unmounted it. If
  79.       you restarted your computer from drive A in step a, restart your
  80.       computer from the C drive.
  81.  
  82. Additional reference words: 6.00
  83.