The information in this article applies to:
SYMPTOMSWhen you try to share a folder or drive in Windows 95, you may receive the following error message: You may be able to create the share, but it is inaccessible as a network resource. CAUSEYou are attempting to share a drive, or a folder on a drive, created using the SUBST command. RESOLUTIONShare the folder from the original drive instead of from the drive created using the SUBST command. MORE INFORMATIONYou can use the SUBST command to associate a path with a drive letter. This creates a "virtual drive" that can be accessed as an additional local drive. For example, the following sample command creates a virtual drive F that refers to the C:\MyFolder folder: subst f: c:\myfolderThe virtual drive you create using the SUBST command (drive F) cannot be shared as a network resource. You must share the folder on the local drive (C:\MyFolder).
Keywords : kberrmsg kbtool win95 |
Last Reviewed: June 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |