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
94
votes
6 answers

How to delete cached temporarily credentials for a network share on a Windows machine without rebooting or logging off

This is more of a curiosity then a real problem, I am just to lazy to reboot or log off my laptop. I have connected to a network share on a Windows server with domain credentials from a non-domain Windows 7 machine, I didn't mark the option to…
ralz
  • 2,691
  • 2
  • 17
  • 21
71
votes
11 answers

How do I remove login credentials for a network location in Win7?

I just tried to access a folder like so: \\somecomputeronmynetwork\somelocation$ When going to this location I'm prompted for a user name and password. I put one in, and it let me in fine. Now I need to remove that login, so I can try a different…
Joseph
  • 1,726
  • 3
  • 19
  • 22
47
votes
13 answers

How can an unauthenticated user access a windows share?

I have a directory shared on my computer, which is part of the domain. Is it possible to set up the share so that a user logged on to a different machine which is not part of the domain can access my share? From the machine not on the domain, I…
Jeremy
  • 903
  • 2
  • 9
  • 19
35
votes
5 answers

Access network share without mapping drive letter (PowerShell)

I want to access a remote SMB network share \\SHARE-HOST\ without mapping a drive letter. I can manually do it in windows by typing \\SHARE-HOST\Share_folder\ in explorer. If I want to do it programatically I have to use the net use command. This…
ServerAdminGuy45
  • 371
  • 1
  • 3
  • 3
33
votes
3 answers

Network Service account accessing a folder share

I have a simple scenario. There's an application on ServerA that runs under the built-in Network Service account. It needs to read and write files on a folder share on ServerB. What permissions do I need to set on the folder share on ServerB? I…
whatknott
  • 433
  • 1
  • 4
  • 8
33
votes
3 answers

How to force Windows to prompt for credentials while accessing share

By default when I access some computer's share ( typing \\hostname in Windows Explorer ) Windows passes credential of my current user. It prompts for credentials only when current user's credentials are incorrect. Is there some way to force Windows…
31
votes
4 answers

Permanently mount network share without the need for log on? (Windows)

On a Windows 2008 R2 Server (Standard) I need to have a network drive mounted without having a specific user to log on to the machine first. Sort of like an NFS mount via fstab on Unix machines. The network drive will be a share via a BlackArmor…
adamo
  • 6,867
  • 3
  • 29
  • 58
27
votes
1 answer

Windows shares via command line with user/pass, without mapping the drive?

In my day to day work, I need to access data on shared folders using different credentials (my desktop account is not the same as the account I use to access these servers). Normally, I'd map a few drives and be done with it; the problem is I access…
rage8885
  • 393
  • 1
  • 3
  • 6
24
votes
2 answers

Windows LocalSystem vs. System

https://stackoverflow.com/questions/510170/the-difference-between-the-local-system-account-and-the-network-service-accou tells: Local System : Completely trusted account, moreso than the administrator account. There is nothing on a single …
23
votes
14 answers

Long pause when accessing DFS namespace

We've recently migrated our Windows network to use DFS for shared files. DFS is working well, except for one annoying problem: users experience a significant delay when they try to access a DFS namespace that they have not accessed for some time. I…
Matt
  • 583
  • 1
  • 6
  • 12
21
votes
4 answers

Find users connected to a network share

On my windows 2008 server I have a network share. I am logged on to the server with full administrator rights. I would like to know what users have active connections to that share. How do I find that information?
Mark Arnott
  • 972
  • 4
  • 10
  • 18
21
votes
11 answers

How to tell what computer has a file open on a network share?

Environment: Windows XP sp3, Windows 2003 server Problem: We have several dozen kiosk machines each with the same logon name who occasionally and briefly a file on a share. The rate is several locks and releases a minute. Recently, we have…
RobW
  • 2,766
  • 1
  • 17
  • 22
20
votes
4 answers

Unable to Share Data between Amazon EC2 Instances for Windows

I have two Amazon EC2 Instances running Windows Server 2003 and IIS 6.0. Both the instances are created in the same region and have the same Security Group. I enables icmp for all ports and connection methods, and am able to successfully ping…
Prashant
  • 616
  • 1
  • 6
  • 12
20
votes
12 answers

Mount network drive as physical drive

Is there a way to mount a network location so that it appears as a local physical disk? e.g. \\computer\share as D: (not a network drive)
jwee
  • 311
  • 1
  • 2
  • 5
19
votes
10 answers

Samba public share - Windows keeps asking for password

I can't figure out how to properly configure these Samba shares. Really I can't understand what's wrong. I read many many articles here, on AskUbuntu forum, on LinuxQuestions and other forums and website. I really tried EVERY possible combination of…
tobia.zanarella
  • 379
  • 3
  • 5
  • 11
1
2 3
96 97