Network drive mapped as 'X' can be seen be not accessed

Page 1 of 3 123 LastLast

  1. Posts : 47
    Windows Ten!
       #1

    Network drive mapped as 'X' can be seen be not accessed


    Hello everyone. I work for a small charity and we have three windows 10 PCs that have a small network set up. This is primarily to use one MS Access database over the three machines.

    If you try and access the database it doesn't work (only on the main PC, not the 2 slave ones)

    I've attached two error messages if you try and click on the 'drive' in My Computer (and it is marked with a red X)

    DSC 0377 — imgbb.com

    DSC 0376 — imgbb.com

    Many thanks in advance for the help.
      My Computer


  2. Posts : 14,019
    Win10 Pro and Home, Win11 Pro and Home, Win7, Linux Mint
       #2

    I have 2 NAS drives for Data Storage attached to my Router and rather than Map the drives I have better luck Mapping the Public Folder on those drives. And I can access those Folders from any wired or wireless computer desired. I haven't had a need to install Network versions of programs on those drives, most likely would need a Server machine to do that.
      My Computers


  3. Posts : 47
    Windows Ten!
    Thread Starter
       #3

    Many thanks for the reply. All I'm trying to do is share a database that's on one pc with the other two....
      My Computer


  4. Posts : 8,108
    windows 10
       #4

    Have you shared the folders and sett NTFS permissions on the folder?
      My Computer


  5. Posts : 1,471
    Win10 Home x64 - 1809
       #5

    Hey ValiantSaint,
    Try adding/editing the two registry entries in this link - https://support.microsoft.com/en-us/...ItMyselfAlways
      My Computers


  6. Posts : 47
    Windows Ten!
    Thread Starter
       #6

    Samuria said:
    Have you shared the folders and set NTFS permissions on the folder?
    I'm not sure what has and hasn't been set on the shared information, as it's all been set up by someone else. How did I check?

    @Eagle51; I did look at that article earlier when I was struggling to get things back to normal at work. I couldn't find the registry entries that are listed in that document on one of the machines. Did you just add/create them? (Is there a registry add-on that would create these commands automatically?

    And would I have to do this on all the machines? Or just on one, or the main PC?

    Thanks in advance :)
      My Computer


  7. Posts : 1,471
    Win10 Home x64 - 1809
       #7

    I'm not sure what has and hasn't been set on the shared information, as it's all been set up by someone else. How did I check?
    See this tutorial - Share Files and Folders Over a Network in Windows 10 | Windows 10 Tutorials

    Note: Option 6 / Step 3 - In the Properties Dialog > Security Tab is where you check the NTFS Permissions

    I did look at that article earlier when I was struggling to get things back to normal at work. I couldn't find the registry entries that are listed in that document on one of the machines. Did you just add/create them? (Is there a registry add-on that would create these commands automatically?
    And would I have to do this on all the machines? Or just on one, or the main PC?
    1. If the registry entries aren't there you have to create them, per instructions in that link.
    2. No registry add-on that I know of, but I guess you could create your own if you know how ... I can't help with that
    3. I 99% sure you make the registry changes on the Main PC and I would do that first, before adding them to the other PC's.

    Note: After editing the registry, reboot PC !!!


    EDIT: After re-reading that link, I think you do it on the PC that is having trouble connecting .. sorry about that ... I don't think adding/editing those registry keys on any other PC's will cause any issues
      My Computers


  8. Posts : 47
    Windows Ten!
    Thread Starter
       #8

    Well, I've added those registry entries to two of the three PCs and now I can't see the X: drive on the secondary PC at all! Oops! Both PCs have been restarted......
      My Computer


  9. Posts : 1,471
    Win10 Home x64 - 1809
       #9

    Well, I've added those registry entries to two of the three PCs and now I can't see the X: drive on the secondary PC at all! Oops! Both PCs have been restarted......
    Not sure why that would happen. Can you remap the drive ?


    FWIW ... I have two Win10 Home PC's and even tho I wasn't having the issue you are ...
    1. I added those two registry entries to both my PC's and rebooted them.
    2. My mapped drives on both PC's still show and work.
    3. You can use the following script to compare the Lanman/SMB registry setting on your PC's.

    Code:
    Note: The following script ....
    1. Makes NO changes to your PC
    2. It creates a .txt file on your Desktop (Assumes your Desktop Folder has NOT been moved)
    
    Open PowerShell as Admin. Copy/Paste the following, making sure to hit enter after the last line.
    
    $(
    write-output "CHECKING LANMAN/SMB FOR COMPUTER $($env:computername) @ $(get-date -format g)"
    write-output "==============="
    write-output "LANMAN SERVER"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
    write-output "==============="
    write-output "LANMAN WORKSTATION"
    write-output "==============="
    Get-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
    write-output "==============="
    write-output "SMB CLIENT CONFIGURATION"
    write-output "==============="
    Get-SmbClientConfiguration
    write-output "==============="
    write-output "SMB SERVER CONFIGURATION"
    write-output "==============="
    Get-SmbServerConfiguration
    ) > "$($env:userprofile)\Desktop\$env:computername-LANMAN-SMB-CHECK.txt"

    4. Here are my Lanman Server/Workstation and SMB Client/Server registry settings.

    Code:
    ===============
    LANMAN SERVER
    ===============
    EnableAuthenticateUserSharing : 1
    ServiceDll                    : C:\WINDOWS\system32\srvsvc.dll
    ServiceDllUnloadOnStop        : 1
    EnableForcedLogoff            : 1
    EnableSecuritySignature       : 1
    NullSessionPipes              : {}
    RequireSecuritySignature      : 0
    RestrictNullSessAccess        : 1
    Size                          : 3
    srvcomment                    : DESKTOP
    DisableMultiChannel           : 0
    AutoDisConnect                : 4294967295
    Guid                          : {122, 113, 95, 255...}
    PSPath                        : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
                                    s\LanmanServer\Parameters
    PSParentPath                  : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service
                                    s\LanmanServer
    PSChildName                   : Parameters
    PSDrive                       : HKLM
    PSProvider                    : Microsoft.PowerShell.Core\Registry
    
    ===============
    LANMAN WORKSTATION
    ===============
    EnablePlainTextPassword  : 0
    EnableSecuritySignature  : 1
    RequireSecuritySignature : 0
    ServiceDll               : C:\WINDOWS\System32\wkssvc.dll
    ServiceDllUnloadOnStop   : 1
    DisableMultiChannel      : 0
    KeepConn                 : 600
    PSPath                   : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lan
                               manWorkstation\Parameters
    PSParentPath             : Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Lan
                               manWorkstation
    PSChildName              : Parameters
    PSDrive                  : HKLM
    PSProvider               : Microsoft.PowerShell.Core\Registry
    
    ===============
    SMB CLIENT CONFIGURATION
    ===============
    ConnectionCountPerRssNetworkInterface : 4
    DirectoryCacheEntriesMax              : 16
    DirectoryCacheEntrySizeMax            : 65536
    DirectoryCacheLifetime                : 10
    DormantFileLimit                      : 1023
    EnableBandwidthThrottling             : True
    EnableByteRangeLockingOnReadOnlyFiles : True
    EnableInsecureGuestLogons             : True
    EnableLargeMtu                        : True
    EnableLoadBalanceScaleOut             : True
    EnableMultiChannel                    : True
    EnableSecuritySignature               : True
    ExtendedSessionTimeout                : 1000
    FileInfoCacheEntriesMax               : 64
    FileInfoCacheLifetime                 : 10
    FileNotFoundCacheEntriesMax           : 128
    FileNotFoundCacheLifetime             : 5
    KeepConn                              : 600
    MaxCmds                               : 50
    MaximumConnectionCountPerServer       : 32
    OplocksDisabled                       : False
    RequireSecuritySignature              : False
    SessionTimeout                        : 60
    UseOpportunisticLocking               : True
    WindowSizeThreshold                   : 8
    PSComputerName                        : 
    
    ===============
    SMB SERVER CONFIGURATION
    ===============
    AnnounceComment                 : 
    AnnounceServer                  : False
    AsynchronousCredits             : 64
    AuditSmb1Access                 : False
    AutoDisconnectTimeout           : 15
    AutoShareServer                 : True
    AutoShareWorkstation            : True
    CachedOpenLimit                 : 10
    DurableHandleV2TimeoutInSeconds : 180
    EnableAuthenticateUserSharing   : True
    EnableDownlevelTimewarp         : False
    EnableForcedLogoff              : True
    EnableLeasing                   : True
    EnableMultiChannel              : True
    EnableOplocks                   : True
    EnableSecuritySignature         : True
    EnableSMB1Protocol              : False
    EnableSMB2Protocol              : True
    EnableStrictNameChecking        : True
    EncryptData                     : False
    IrpStackSize                    : 15
    KeepAliveTime                   : 2
    MaxChannelPerSession            : 32
    MaxMpxCount                     : 50
    MaxSessionPerConnection         : 16384
    MaxThreadsPerQueue              : 20
    MaxWorkItems                    : 1
    NullSessionPipes                : 
    NullSessionShares               : 
    OplockBreakWait                 : 35
    PendingClientTimeoutInSeconds   : 120
    RejectUnencryptedAccess         : True
    RequireSecuritySignature        : False
    ServerHidden                    : True
    Smb2CreditsMax                  : 2048
    Smb2CreditsMin                  : 128
    SmbServerNameHardeningLevel     : 0
    TreatHostAsStableStorage        : False
    ValidateAliasNotCircular        : True
    ValidateShareScope              : True
    ValidateShareScopeNotAliased    : True
    ValidateTargetName              : True
    PSComputerName                  :
      My Computers


  10. Posts : 47
    Windows Ten!
    Thread Starter
       #10

    Blimey I'm a noob! What's Powershell? How do you 'remap' a drive? And the database backend is in a folder in c: but the shortcut is on the desktop (obviously!) Question is, on the mapped drive should it point to the desktop, or the folder containing all the database files? Many thanks 😀
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:58.
Find Us




Windows 10 Forums