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

Local drive access using $ share in windows flaw

It seems that I can access every drive on each computer in my work network by utilizing the $ share? Example: \\computer_name\C$ would give me access to the C drive and each file Is the AD wrongly configured? How do I disable this on my own…
-1
votes
1 answer

Why clustered windows service doesn't authenticate to share with machine name when share is resident on same node of cluster

I have a windows 2012 failover cluster set up with multiple roles, one file share role, and another a generic role for hosting Generic windows services configured to logon as Network Service. The share has NTFS permissions defined for the two host…
-1
votes
2 answers

Network share visible only to administrator?

On a windows server 2008 R2 machine, I would like to map a network share visible only to administrator, not to normal users that login using remote desktop. Is this possible?
-1
votes
1 answer

Two servers with same name on different networks

I'm currently having a problem with Windows shares and two Windows Server 2008 R2 servers on different networks with the same name. I have on one network a server called "Server" @ domain1 with the IP 192.168.0.201, which has my company's shares,…
-1
votes
2 answers

Windows Server 2008 Network User Shares

What would be the most efficient way to create a different shared folder for each user (not necessarily with desktop, my documents etc inside just a space that can be mapped to his computer), having a windows 2008 server with 30-40 windows 7 client…
-1
votes
1 answer

Link contents of directory from outside of a samba share inside that share

I have a samba share at /public. The directory allows only reading from users that are connecting to it but any user on the server can write to it. I have a folder in my home directory at ~/processing. I want to "link" (not sure if that is the…
-1
votes
1 answer

Software sharing for installation

I have a couple of software that I want to share over the network locally and hopefully through the internet. The thing is, I only want to share it so that people could install these software through the network from my PC or Server but not…
chad
  • 101
-1
votes
1 answer

Create printer localport from a network printer in windows 7

I'm having a problem to install a printer using localport, The printer is installed on a pc with windows 7 and I need to install it in another PC with Windows 2008 R2 creating a new localport for the network printer but when I create the port tells…
-1
votes
1 answer

Throttle a file share in Windows Server (2008 R2)

We are in the process of moving our central storage to SharePoint and people are complaining about slowness because our former file share is so blazingly fast. Does anyone know a way for me to slow down or throttle access speed to a windows server…
CodeGrue
  • 109
  • 3
-1
votes
2 answers

How can I set up my own VPN on my cloud server?

What I want to do is to have a VPN that I can connect to from when travelling to get a safer and faster connection. I have OSX - can I set it up so that I can use OSX's built in VPN service? My cloud box is Ubuntu 12.04. I also would like to know…
knutole
  • 245
  • 2
  • 11
-1
votes
2 answers

Method to Backup Files/Directories while Maintaining File Structure - Per Year

I need a method that may be able to accomplish what I am trying to do. This is a one time thing, any direction would be appreciated. I need to archive a massive Windows share but I would like to be able to reference the structure on my back up…
RogueSpear00
  • 162
  • 1
  • 1
  • 9
-1
votes
1 answer

Pinging two machines (mac and a pc) from a wifi hotspot

I am in India and I use a device like this(Verizon mifi) to connect to internet(Indian version is called Tata photon WiFi hub), this device can connect upto 5 computers but the problem is that none of these devices can ping each other essentially I…
Sap
  • 99
  • 1
-1
votes
1 answer

Securing network: Windows XP 64 bit Professional

For a small office network (e.g. 6 machines on LAN), using Windows XP 64 bit Professional as the OS on the server machine, I want to enable sharing of files on the server machine NTFS hard-drive (quite an obvious requirement of a server machine).…
-1
votes
1 answer

Shared folder DNS shortname "randomly" stops resolving on Windows Server 2008 R2

I'm running your standard Domain set up - AD with DNS and a RDS server. On the RDS server, I've mapped some drives to a local NAS using the DNS shortname... \\folders\sharedfolder \\folders is a static DNS entry on the AD server. "Randomly" it…
Earls
  • 295
  • 1
  • 7
  • 21
-1
votes
1 answer

How to set size quota for folder in some network storage?

Server has multiple users, every user has its own folder and can upload files. How to prevent abuse and set a size limit for the user folder? It should allow disk space optimization - users should be able to share unused space. What network file…