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

  1. ARTICLE-ID:Q96327
  2. TITLE     :Disconnected Network Drive Icon Becomes Floppy Disk Drive Icon
  3.  
  4. --------------------------------------------------------------------
  5. The information in this article applies to:
  6.  
  7.  - Microsoft MS-DOS operating system version 6.0
  8.  - Microsoft Windows operating system version 3.1
  9.  - Microsoft LAN Manager versions 2.1, 2.1a, and 2.2
  10. --------------------------------------------------------------------
  11.  
  12. Summary:
  13.  
  14. Under certain circumstances, Windows File Manager may not disconnect
  15. from a network drive correctly. After attempting to disconnect, the
  16. network drive icon changes to a floppy disk drive icon. If you choose
  17. the floppy icon, File Manager displays an error message stating that
  18. no floppy disk in the drive. Until you reboot your computer, File
  19. Manager maintains the dysfunctional floppy disk drive icon.
  20.  
  21. To work around this problem, do the following:
  22.  
  23. 1. Change to your DoubleSpace host partition and use the ATTRIB
  24.    command to remove the hidden, system, and read-only attributes of
  25.    the DBLSPACE.INI file:
  26.  
  27.       attrib dblspace.ini -h -s -r
  28.  
  29. 2. Open DBLSPACE.INI in a text editor, such as MS-DOS Editor. You
  30.    should see two lines similar to the following (not necessarily in this
  31.    order):
  32.  
  33.       LastDrive=M
  34.       ActivateDrive=H,C0
  35.  
  36. 3. Change the ActivateDrive= statement's first parameter to the next
  37.    drive letter following your last physical drive letter. For example,
  38.    if you have two partitions (C and D) on one physical hard drive, set
  39.    ActivateDrive= to E.
  40.  
  41.    Warning: If you use the incorrect drive letters when you edit the
  42.    ActivateDrive= line in the DBLSPACE.INI file, the system may stop
  43.    responding (hang) when you restart it.
  44.  
  45. 4. Set LastDrive= to the same letter you used in step 3. As with the
  46.    previous example, if you have one physical drive and two
  47.    partitions, C and D, your DBLSPACE.INI file would include the
  48.    following lines:
  49.  
  50.       LastDrive=E
  51.       ActivateDrive=E,C0
  52.  
  53. 5. Save the changes you made to the DBLSPACE.INI file and use the
  54.    ATTRIB command to reset its attributes as follows:
  55.  
  56.       attrib dblspace.ini +h +s +r
  57.  
  58. 6. Restart your computer.
  59.  
  60. After you restart your computer, DoubleSpace uses the new drive letter
  61. as its host partition. This results in no available drive letters
  62. between your physical hard disk drive and the DoubleSpace host
  63. partition to use for network redirections. You must use drive letters
  64. following the host partition drive letter; this effectively avoids the
  65. floppy disk drive icon problem.
  66.  
  67. Note: This procedure restricts the creation of additional DoubleSpace
  68. compressed drives. If you later decide to create additional compressed
  69. drives, you must change the LastDrive= statement in the DBLSPACE.INI
  70. file to a higher letter than the one specified in ActivateDrive=. For
  71. example, if your host drive is assigned to D, your DBLSPACE.INI file
  72. should include the following lines:
  73.  
  74.    LastDrive=E
  75.    ActivateDrive=D,C0
  76.  
  77. This gives DoubleSpace the necessary drive letter to use when it
  78. creates another DoubleSpace compressed drive.
  79.  
  80. Steps to Reproduce Problem
  81. --------------------------
  82.  
  83. 1. Run DBLSPACE to determine the DoubleSpace host partition drive
  84.    letter.
  85.  
  86. 2. Before you start Windows, use the LAN Manager command, NET USE, to
  87.    connect to a network drive, specifying a drive letter prior to the one
  88.    used by the DoubleSpace host partition.
  89.  
  90. 3. Start Windows and run File Manager.
  91.  
  92. 4. From the Disk menu, choose Disconnect Drive or Network Connections
  93.    (depending on your version of LAN Manager). Disconnect the network
  94.    drive you connected to in step 2.
  95.  
  96. After you close the network dialog box, the network drive icon changes
  97. to a floppy disk drive icon. If you choose this icon, File Manager
  98. notifies you that there is no disk in the floppy disk drive.
  99.  
  100. Microsoft has confirmed this to be a problem in MS-DOS version 6.0. We
  101. are researching this problem and will post new information here as it
  102. becomes available.
  103.  
  104. Additional reference words: 6.00
  105.