I have a windows network share where I used to be able to create and copy files without problems. Recently, I started getting errors when I try to write on the share. I am able to create and copy files up to 444 bytes, but as soon as I try to create or copy a file larger than that, I get errors.

In Windows Explorer, the error is

There is a problem accessing \\192.168.1.106\parceiros\SportStats\Service\1\Organization

Make sure you are connected to the network and try again.

In notepad, I get no error, but saving the file takes longer than normal and then if I open the file again, it is truncated.

If I try to create the file programmatically in C#, I get the following error:

System.IO.IOException: The specified network name is no longer available.

My computer is running Windows 2008 R2 x64. I searched the logs and google and cound not find any relevant information. How can I troubleshoot this problem?

link|improve this question
Try to see if you get the same error when copying a file to another share (on the same server and/or on another server). – Khaled Nov 17 '10 at 19:22
I only have problems with that one. – Antoine Aubry Nov 18 '10 at 14:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.