Author Topic: Windows 10 doesn't display Linkstation 220D  (Read 7000 times)

kanku

  • Calf
  • *
  • Posts: 5
Windows 10 doesn't display Linkstation 220D
« on: October 10, 2017, 06:24:03 AM »
Hi there,
I'm using Buffalo Linkstation 220D in small office sharing files between 3 iMac's and one Windows 10 laptop. Everything works great on iMacs however NAS is not displayed in Windows Explorer. It is accessible from the web interface, but I cannot access files from Windows Explorer and NAS Navigator. Device is displayed in NAS Navigator but there is nothing happens when I try access folders. When I try to map drive I get error message - Could not map share. Create a folder named "Share" before mapping the drive.
I would be very grateful if you could help me find a solution to this problem.
Many thanks!
Maciej
 

agodng

  • Calf
  • *
  • Posts: 9
Re: Windows 10 doesn't display Linkstation 220D
« Reply #1 on: October 10, 2017, 07:26:30 AM »
Hi, first check in the nas if SMB is active and your pc firewall and try to ping direct ip of nas  example

type win+r and write cmd
after in black windows type
ping 192.168.x.x (ip of nas)

also try \\192.168.x.x\share

if ping ok check in the "network advanced shared setting" in control panel if group home is disabled and flag "use password to connect to other pc.."
try this

kanku

  • Calf
  • *
  • Posts: 5
Re: Windows 10 doesn't display Linkstation 220D
« Reply #2 on: October 10, 2017, 09:09:10 AM »
Thanks for respond.
Ping go through to NAS ip however when I'm trying to ping \\192.168.1.127\share I get Ping request could not find host
Regarding the home group shall I be in a group or leave the homegroup?
Thanks!

davo

  • Really Big Bull
  • VIP
  • *
  • Posts: 6149
Re: Windows 10 doesn't display Linkstation 220D
« Reply #3 on: October 10, 2017, 09:22:50 AM »
Run this command in Powershell as admin and post the results:

Get-SMBServerConfiguration

Also, you cannot ping a network path using \\.
« Last Edit: October 10, 2017, 09:35:30 AM by davo »
PM me for TFTP / Boot Images / Recovery files  LSRecovery.exe file.
Having network issues? Drop me an email: info@interwebnetworks.com and we will get it fixed!

agodng

  • Calf
  • *
  • Posts: 9
Re: Windows 10 doesn't display Linkstation 220D
« Reply #4 on: October 10, 2017, 12:51:09 PM »
Thanks for respond.
Ping go through to NAS ip however when I'm trying to ping \\192.168.1.127\share I get Ping request could not find host
Regarding the home group shall I be in a group or leave the homegroup?
Thanks!

right command is : ping 192.168.1.127

yes try to leave the homegroup and in advanced setting select "use user account and password to connect to other computer"

kanku

  • Calf
  • *
  • Posts: 5
Re: Windows 10 doesn't display Linkstation 220D
« Reply #5 on: October 17, 2017, 06:06:38 AM »
Hi guys,
Sorry for a late respond. I left the homegroup, changed the setting in advanced for "use user account and password to connect to other computer".
NAS is still not shown in Windows Explorer.

SMB-Configuration result:
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

davo

  • Really Big Bull
  • VIP
  • *
  • Posts: 6149
Re: Windows 10 doesn't display Linkstation 220D
« Reply #6 on: October 17, 2017, 07:49:31 AM »
There seems to be a few lines missing from that result, are you sure you posted everything it stated?
« Last Edit: October 17, 2017, 08:40:20 AM by davo »
PM me for TFTP / Boot Images / Recovery files  LSRecovery.exe file.
Having network issues? Drop me an email: info@interwebnetworks.com and we will get it fixed!

Texturtle

  • Administrator
  • *****
  • Posts: 893
  • RAID is NOT a substitute for a good backup
Re: Windows 10 doesn't display Linkstation 220D
« Reply #7 on: October 17, 2017, 09:12:38 AM »
That looks like the command run was Get-SMBClientConfiguration, the command necessary to determine what protocols are enabled is Get-SMBServerConfiguration.

kanku

  • Calf
  • *
  • Posts: 5
Re: Windows 10 doesn't display Linkstation 220D
« Reply #8 on: October 25, 2017, 04:29:16 AM »
Sorry guys, you were right. That was client configuration. Correct data below:

PS C:\Users\Matt> Get-SmbServerConfiguration
 
 
AnnounceComment                 :
AnnounceServer                  : False
AsynchronousCredits             : 64
AuditSmb1Access                 : False
AutoDisconnectTimeout           : 15
AutoShareServer                 : True
AutoShareWorkstation            : True
CachedOpenLimit                 : 10
DurableHandleV2TimeoutInSeconds : 180
EnableAuthenticateUserSharing   : False
EnableDownlevelTimewarp         : False
EnableForcedLogoff              : True
EnableLeasing                   : True
EnableMultiChannel              : True
EnableOplocks                   : True
EnableSecuritySignature         : False
EnableSMB1Protocol              : True
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

scottri

  • Calf
  • *
  • Posts: 1
Re: Windows 10 doesn't display Linkstation 220D
« Reply #9 on: June 25, 2020, 03:02:15 PM »
I this issue with Windows Server 2019 and the Buffalo KB "Windows 10 cannot access shares on NAS" KB was helpful, see https://www.buffalotech.com/knowledge-base/windows-10-cannot-access-shares-on-nas, however, it did not work until I enable "Enable insecure guest logons" in local group policy, see Windows Server 2019 SMB Share at https://social.technet.microsoft.com/Forums/en-US/e63f1d76-3913-4b33-85b5-e04581d59f8b/windows-server-2019-smb-share?forum=winserverfiles.

Buffalo Support should add this to their KB for Server 2019.

Texturtle

  • Administrator
  • *****
  • Posts: 893
  • RAID is NOT a substitute for a good backup
Re: Windows 10 doesn't display Linkstation 220D
« Reply #10 on: June 25, 2020, 04:19:15 PM »
I have added this, the update should post soon.