Can't access network drives anymore

1

I have this annoying problem: I cannot access network drives / computers on my same network anymore! I have a QNAP (nas) on IP 192.168.178.5, and other PCs in the same network. The other PCs can access any network device storage, yet I cannot.

I even tried by putting simply

\\192.168.178.5 (nas)

It still doesn't work, saying "Windows cannot access the system, check for spelling errors".

It's not a permissions problem, since every other PC in the network can access the NAS with no problem. Only I have the problem and it's also a fairly recent one (1 week give or take, before that it was all working fine).

Any help would be appreciated.

ANon

Posted 2014-12-28T20:42:03.103

Reputation: 11

run cmd.exe and enter there: net view \\192.168.178.5. What is the result? – marsh-wiggle – 2014-12-28T20:49:05.957

System error 53 has occurred.

The network path was not found. – ANon – 2014-12-28T21:04:02.083

Yet, I can ping and I can access the web interface of the nas... – ANon – 2014-12-28T21:04:23.150

Probably your SMB1 protocoll is deactivated. Assuming you use Windows Vista or later: look to this answer and do the stuff described under Enable Client-SMB1 on the W7:. Any changes?

– marsh-wiggle – 2014-12-28T21:11:03.647

1If you are using wifi, try to connect to the network via cable and try again to access the qnap. – maudam – 2014-12-28T21:23:00.143

@boboes no luck. maudam I am already on cable. – ANon – 2014-12-28T21:48:40.280

@ANon Do you try \\192.168.178.5 or \\192.168.178.5 (nas)? What is the result of net start mrxsmb10? – marsh-wiggle – 2014-12-28T21:53:53.207

"The requested service has already been started. More help is available by typing NET HELPMSG 2182.". Of course I am doing \192.168.178.5 . No luck so far :( – ANon – 2014-12-28T21:57:46.123

Any related events in the System or Application event logs? – I say Reinstate Monica – 2014-12-29T00:46:47.090

Look this posting: Windows 7 cannot access samba share (error 53 and network path was not found).

– marsh-wiggle – 2014-12-29T10:01:04.623

No answers