Questions tagged [network-share]

A shared resource or network share is a device or piece of information on a computer that can be remotely accessed from another computer, typically via a local area network or an enterprise Intranet, transparently as if it were a resource in the local machine.

Some common examples of network file sharing protocols are

Questions regarding network , issues configuring, and other general questions related to sharing files over a common network are examples of questions that should be tagged with the tag.

Network shares are accessed via a client application which is usually a standard part of most modern Operating Systems.

For example, computers running Microsoft Windows can access a network shares using a variety of protocols via the application. Mac users can access network shares using a variety of protocols using (Mac equivalent of Windows Explorer). Linux users have a wide variety of tools available for browsing network file systems such as smb4k, smbclient as well as other tools commonly found on most modern Linux distributions.

Network shares allow access to users based on permissions set in an Access Control List that will grant the ability to read, write, delete, create directories within the shared folder, etc. Configuration of permissions on network shares can vary greatly depending on which network file sharing protocol you are using.

1450 questions
11
votes
1 answer

Disable file locks on a read-only Windows File Share

Case On a Windows Server (2012R2 or 2016), I want to configure a file share offering a following functionality some users, publishers group, have a write access to the share; these users are managing and updating the content on the share other…
11
votes
3 answers

How to remove a Windows share when the folder does not exist anymore?

I have some shared folders in the list in 'Computer Management' that point to folders that dont exist anymore. But Windows wont let me remove them, "The system cannot find the path specified", maybe a net * command through the console could solve…
Maestro
  • 255
  • 1
  • 2
  • 8
11
votes
4 answers

How do I reconnect to a UNC share using different credentials

I connected to my NAS using windows explorer, by entering \\DS412 in windows explorer. It prompted me for a username and password. I entered them and then the DS412 showed up under Network in Explorer. Worked fine. The share was listed by NET USE…
Klas Mellbourn
  • 347
  • 1
  • 5
  • 10
11
votes
3 answers

I need to know if anyone is using our file server's IP address to access instead of the name. Any ideas?

I have been given the task of changing our current file server's IP address. I haven't been in the company long, so don't know what exactly reads and writes to it yet. Is there any way that I can tell if connections are being made to it by the IP…
11
votes
3 answers

How do I grant access to shared folder for local SYSTEM account in domain network

I have application that have to access shared network folder. Application runs under SYSTEM account so I have to grant SERVER-NAME\SYSTEM account access. When I try to input "SEVER-NAME\SYSTEM" into "Share Permissions" window - window tells me that…
Andrew Florko
  • 111
  • 1
  • 1
  • 4
11
votes
4 answers

list all Shared folders on Win Server 2008

How do I find all the folders that are shared on Windows Server 2008?
Raj More
  • 327
  • 1
  • 3
  • 11
10
votes
2 answers

“The name limit for the local computer network adapter card was exceeded” error message

Let me start out by stating that I have already searched many sources for information or a resolution, but I have been unable to find a permanent solution. Problem: Randomly, for what appears to be no reason, the windows server starts to respond…
yodabit
  • 101
  • 1
  • 3
10
votes
8 answers

Shared Home folders on file server listed as "My Documents"

We have a Windows 2008 R2 file server sharing home folders for about 600 users. These folders are mapped to a shared drive for each user when they log in on their own workstations, and that mapped drive is in turn set as the default location in the…
Joel Coel
  • 12,910
  • 13
  • 61
  • 99
10
votes
4 answers

The Network folder specified is currently mapped using a different user name and password

I have a NAS device, it has 3 shares. On one computer I have access to all 3 of the shares. On another computer I keep getting this error when try and add a 2nd one. The Network folder specified is currently mapped using a different user name and…
Jason
  • 3,821
  • 17
  • 65
  • 106
10
votes
4 answers

How does one make Windows XP auto-reconnect network drives upon reboot?

I have a few network drive mappings that I want to be available to various programs upon reboot. However, they remain disconnected until I visit them manually. If a program, such as OneNote which reads notes shared on a network drive, tries to…
Artem Russakovskii
  • 973
  • 3
  • 11
  • 25
10
votes
6 answers

Preventing Windows clients from polluting network shares with Thumbs.db

We have several network shares which store various photographs taken by our media department. Whenever someone on a Windows client is using explorer to go into one of these folders they are automatically polluted with a Thumbs.db file (if the user…
David Holm
  • 247
  • 2
  • 4
  • 9
10
votes
6 answers

Preventing Mac OS X clients from polluting Windows shares with resource forks

When Mac OS X clients copy files in a Windows share, they'll create some files like .DS_Store and ._ prefixed hidden files (that I think store resource forks of the files). How can I prevent pollution of these shares by these files? A solution that…
mmx
  • 482
  • 1
  • 8
  • 19
9
votes
4 answers

Creating a Share with Permissions with Windows Powershell

Using Powershell how can I create a share and set access permissions. For example as follows Create share called "public" that maps to the "path c:\shares\foo" Allow DOMAIN1\Users to have read-only access to the share (this does not mean setting…
user2666
  • 285
  • 2
  • 6
  • 8
9
votes
3 answers

Slow shared folder refresh on windows 7

When I create a new folder in a shared folder under Windows Server 2012 sometimes i can not see new folder by windows 7 clients. Also with some refresh I still can not see new folders. After some minutes they appear. Is possibile to change the…
Tobia
  • 1,210
  • 8
  • 37
  • 73
9
votes
2 answers

When an Excel file is locked on a network share, how does it know who locked the file?

We are using Excel 2010 and sometimes users are working from a network share. When a user on the network opens the file in Excel, the file is locked for editing - this is the expected behavior. When another user tries to open the file, Excel gives…
ScottStonehouse
  • 979
  • 4
  • 16
  • 25
1 2
3
96 97