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

How do you know who or what is locking a remote file?

I can tell what process is holding a lock using Unlocker. But the problem is that, when there is a lock on a file on a remote machine, Unlocker doesn't show who or what process is locking. Is there anyway what is holding a lock on a remote file (my…
dance2die
  • 1,961
  • 7
  • 31
  • 40
9
votes
2 answers

opposite of "net use"

To mount a network drive from the cmd prompt on windows I can do, for example: net use z: \\vboxsvr\somedrive How would I disconnect it from the cmd prompt?
Claudiu
  • 1,157
  • 5
  • 18
  • 27
9
votes
4 answers

Best way to share a folder between KVM host and guest

I'd like to share a folder between a KVM guest and host. I want the data to be stored only on the host. What's the best solution for that? thanks mat
mat3001
  • 305
  • 2
  • 3
  • 8
9
votes
4 answers

How do I purge or empty Windows Explorer's network username and sharename cache?

While troubleshooting a Samba vs Windows Network issue, I noticed that Windows' Explorer remembers login credentials of remote shares, even if you ask it not to. For instance, after accessing a share using \\servername\sharename plus entering…
Abel
  • 1,007
  • 8
  • 20
  • 32
9
votes
7 answers

Why do Linux networks use Samba?

The "file and printer sharing" feature of Linux distros is mostly Samba. Samba is an interpretation of Microsoft's network filesystem. Cross-OS compatibility is important of course but why are Linux systems defaulting to this Microsoft…
Dougal
  • 297
  • 1
  • 5
  • 11
8
votes
1 answer

Managing Security Groups for NTFS Permissions

To start off with, I work for a company that a long time ago when they implemented file shares for each division, they also broke the cardinal rule of NTFS permissions and used explicit permissions for users on certain folders. To give an example of…
8
votes
1 answer

Unable to map a network drive from a Windows NT PC, to a Windows 2000 PC

I am trying to set up a test rack of legacy satellite communications equipment, and part of the configuration requires that I map a network drive on a PC (in this case, it's an IBM eServer xSeries 305 running Windows 2000 Professional), pointing to…
Liesmith
  • 235
  • 2
  • 9
8
votes
1 answer

How do NTFS permissions become improperly ordered?

I have some files on a network share and they were read-only accessible to users. I had set the permissions to provide full rights to all domain users - when I checked the main folder, this was still set, but at deeper levels it was sent to…
David Mackey
  • 677
  • 2
  • 13
  • 28
8
votes
2 answers

/etc/exports & mount option

In my Linux server I have the following options in /etc/exports /home *(rw,sync,no_subtree_check,no_root_squash) And I mount from a Mac using mount -t nfs -o…
Ryan
  • 5,341
  • 21
  • 71
  • 87
8
votes
10 answers

Diagnosing permission problems with Cobian Backup to network share

I'm running the latest Cobian 11. I have a Synology DS412 NAS. All of my machines (Mac and Windows) access this just fine when I'm logged in and I browse to it manually. I have Cobian installed as a service on two Windows machines: WinXP SP3 and…
DaveBurns
  • 205
  • 1
  • 3
  • 7
8
votes
4 answers

How to mount a windows administrative share on linux via SMB

I'm currently trying to mount a windows shared drive under linux. The machine is using windows 7 and by default it shares all windows drives if you login as an administrator. I've been able to login and list/copy/delete files via my android phone…
tftd
  • 1,480
  • 7
  • 24
  • 38
8
votes
6 answers

Windows share: The specified network name is no longer available

We've got an EMC NX4 SAN box serving a CIFS share to a number of Windows Server 2008 R2 app servers. The app servers are using the CIFS share to serve lots of image files (~2500 ops/sec on the share), however neither the SAN nor the app servers are…
8
votes
10 answers

"account currently disabled" when accessing share, even before logging in

When I try to access a share folder, say \\share-folder, I get the following error message: logon failure: account currently disabled This seems strange to me, since there is no 'account' to be disabled: I wasn't even presented with a login…
Charles
  • 363
  • 2
  • 3
  • 16
8
votes
3 answers

Change Windows network share permissions using command-line tools

Can it be done without downloading subinacl.exe at all?
8
votes
3 answers

Automatically mounting a network share as Shared Resource

we're running an ActiveDirectory environment (Windows 2008 Server, XP Clients) and want to have some shares listed as Shared Resources under the Network Neighbourhood. I do not want to map it to a drive letter. This is easy in the UI but I can't…