I have a problem where users have moved files and data to a NAS. This causes a number of problems. I would like to detect if the network disc users have moved files and data to is a NAS. I want to do this programmatically from a C# program. I want to alert them that this move could cause problems. Is this possible? I've found no way to tell if a network drive is NAS or not from C#/.Net but I haven't found anyone saying it cant be done either. Is there any way to tell if a network drive is a NAS programmatically?
I have revised my question. However, I've had a discussion with the people giving me this issue and I don't belive that the fact that a network disc is a NAS is the problem. Thanks to your comments here I asked a few questions and it turned out that we were talking about different things. The problem would probably be the same no matter what type of network storage that would be used. But just out of curiosity, would it be possible to tell if a network disc is a NAS programmatically?