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
7
votes
1 answer

How to setup IIS on Failover Cluster with Shared Data

I'm trying to setup a highly available IIS for public facing websites, and I'm having a hard time finding information on the best and most secure method of setting up the permissions, correctly configuring IIS, and verifying that my setup plan is…
Justin M
  • 123
  • 1
  • 6
7
votes
1 answer

Windows 2008 share times out when accessed from Linux clients after 10 minutes following WannaCry patches and updates

A bit of background We have a Windows 2008 server that users use to store all kinds of data. It has smb share to a specific folder, that needs to be accessed by several Ubunutu servers via cifs. It worked all great until recently we had to patch…
konung
  • 290
  • 1
  • 12
7
votes
2 answers

systemd Vagrant and VirtualBox: wait for synced folder to mount

I'm trying to setup a systemd service on a Vagrant box which requires the Vagrant synced folder to be mounted before starting. Vagrantfile Vagrant.configure(2) do |config| config.vm.box = "ubuntu/yakkety64" config.vm.synced_folder ".",…
rich remer
  • 449
  • 4
  • 11
7
votes
3 answers

Windows 10 PE Unable to map network drive anonymously

I'm trying to set up a imaging environment. The idea is to use DISM to apply WIM images (Windows 10 Pro) over the network. I am able to boot into Windows 10 PE. I have network connectivity via DHCP. When I try to map the network share using net…
7
votes
1 answer

What does it mean to grant/set permissions for NETWORK SERVICE on a network share?

I'm confused about the NETWORK SERVICE account (group?) works on network shares: On one hand, NETWORK SERVICE is generally described as an account that's local to a given machine. (See, e.g., here on serverfault or in Microsoft's Access Control in…
Chris
  • 1,063
  • 4
  • 12
  • 18
7
votes
1 answer

How to get "tail -f" working on a file located on a Windows share

I'm using a Mac and I have mounted a Windows network disk in my file system using "Connect to Server" in the Finder. In the terminal when i do tail -f on a log file located on said network disk, tail is not updating the display when new lines are…
7
votes
2 answers

Replacing a file server, will links break?

I'd like to replace a file server we use (actually a couple of them) because it's a 2003 server. I'd prefer to have 2008r2, because I can expand disk volumes on the fly. My question is, can I take down server 1 (2003) and replace it with server 2…
eth0
  • 163
  • 1
  • 3
  • 12
7
votes
2 answers

Is it safe to use git with multiple users when the repository is on a windows file share?

We are a team of less than ten persons that need to quickly set up a git repository that supports active directory based authentication. The simplest solution seems to be to use a file share with a git repository and reaching it using a unc path,…
Klas Mellbourn
  • 347
  • 1
  • 5
  • 10
7
votes
2 answers

How do I rename the server that offline folders are referencing?

Several users are using offline folders to refer to a server we want to decommission... actually the server is already offline and people have pending updates to this share. What is the best way to move these cached files to a new server with a…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
7
votes
3 answers

A network share folder is invisible to users

I have a network share folder that I was recently cleaning up permissions to. I took off the four individual names from the access permissions to the folder, and added a new security group (Universal) with standard Read/Write permissions to that…
7
votes
2 answers

Unable to see Samba server by netbios name

We have a linux server set up with a number of samba shares on our mixed windows/mac/linux network. The shares are accessible if we go to \\192.168.x.x\share, however we can't access the server by it's netbios name (as set-up in the smb.conf file).…
Phillip B Oldham
  • 1,016
  • 5
  • 15
  • 24
7
votes
2 answers

How To Disconnect Users Accessing a Windows Shared Folder using PowerShell

The Determine Users Accessing a Shared Folder Using PowerShell question has a good answer. Continuing on from that How do you disconnect the users accessing the share using a powershell script. There is a Windows command line utility called…
6
votes
1 answer

NET USE command doesn't authenticate when credentials are passed as parameters

I'm trying to connect to a remote WebDAV server by mapping it as a drive using NET USE command. NET USE * /user: Executing this command gives the following error: System error 1244 has occurred. The operation being…
6
votes
1 answer

Can the network still work when DNS & DHCP go offline?

In my LAN I have a Windows server and a Synology NAS for storage, directly attached to the server and provided as storage to the clients through a VM. The server provides the domain controller, the DNS server for the main VLAN and the DHCP server…
aardbol
  • 1,463
  • 4
  • 17
  • 25
6
votes
1 answer

"Multiple connections to a server or shared resource by the same user" when there are no connections

Related to: The Network folder specified is currently mapped using a different user name and password However, I am not currently connected to the network location already. I if type net use I get the following output: >net use New connections will…