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

router will not connect to printer

I have a netgear WGR614 v8 and a Brother HL-2270DW wireless printer. Yesterday I flashed the router with DD-WRT firmware. now my printer will not connect. printer error page says "Connection : Failed (Error : TS-07) The machine cannot detect a…
laertiades
  • 133
  • 3
  • 9
-1
votes
1 answer

Secure filesharing protocol for fileserver

I'm setting up a fileserver, and I want lots of clients to easily access it. Up to now I've always used SSHFS to share between different PCs, but since I'm setting up a single fileserver, I'm looking for other common alternatives. Up to now I've…
WhyNotHugo
  • 227
  • 2
  • 12
-1
votes
3 answers

Show samba shares on machines

In my setup, I have a FreeBSD (soon to be Debian) server hosting multiple working samba shares. I access these shares from my Windows 7 laptop and Ubuntu 12.10 desktop, all on the same LAN segment. I can mount and use the shares without any trouble.…
-1
votes
1 answer

How to mount Windows Vista file share to remote headless Linux Centos 5.8 system?

I am trying to set up a network file share system such that a headless supercomputer running linux (CentOS 5.8) can access computer simulation files stored on a Windows Vista machine. I have found guides for doing this on a home network, but the…
-1
votes
2 answers

Unable to connect via NetBIOS Name

I can't connect to machines/shares by NetBIOS names. Below is console output showing the problem. C:\>nbtstat -n Local Area Connection: Node IpAddress: [192.168.1.100] Scope Id: [] NetBIOS Local Name Table Name …
grom
  • 759
  • 2
  • 8
  • 11
-1
votes
1 answer

Windows, File share - abysmally slow and swapping?

Given: A server with 2008 R2 Standard. 16 GB RAM in use for Hyper-V and OS, very low activity. A separate RAID 5 for files, on it 500gb files (1.5 gb/file about) A process on another machine reading 8 files at the same time. The only process using…
TomTom
  • 50,857
  • 7
  • 52
  • 134
-1
votes
1 answer

Sharing folder across network

I have 10 linux servers and i would like to set a folder in one of the boxes for shared access. 1 server will contain files and I want 9 of the other servers to be able to read from and write to the folder that i share on this box. Should I look…
user30597
  • 234
  • 4
  • 10
-1
votes
4 answers

How to password protect a folder in windows server 2003 over the network

I was wondering if anyone would be able to help me solve this problem. I have a several computers on a network. Of that network, there is one server(Windows server 2003) that acts as a file server. There is a several shared folders in C:\ drive that…
-1
votes
6 answers

Why do my network shares disappear?

I have a server on my network; let's call it MyServer. I run a utility on my workstation that copies files to MyServer and then writes a log file that says whether or not the files were copied successfully. I set up a network share on MyServer at…
-1
votes
1 answer

Can I replace my Windows Server file/folder share service with a Raspberry Pi?

I have a Dell R720 on premise that acts as my primary domain controller for workstations. At one point the machine had many more functions and features and it was necessary to keep an on-premise server. However, over the years a lot of services have…
gh0st
  • 245
  • 1
  • 4
  • 18
-1
votes
1 answer

How can I make a linux CentOS server the master DNS server?

What kind of scripts do I need for that? Thanks in advance for any explanation or link to tutorial
-1
votes
1 answer

Cannot set parent share with Read/Write only access

On a WD MyCloud nas I have a share called Multimedia. The nas is joined to my domain. What I want: Domain Users to be able to create/write and delete their own subfolders in the Multimedia share. What I don't want: Domain Users to be able to delete…
yorkman
  • 1
  • 2
-2
votes
1 answer

Domain user cannot access to his shared folder after deleting that user

I've created an shared folder in domain and user was able to access that shared folder with his permission but after deleting that user he cannot access to that shared folder. I've created that user with same name again but problem is not solved.…
fedora
  • 11
  • 5
-2
votes
2 answers

Check existence of multiple network shared files

Let's say I have a list of files (files.txt), which looks like: \\myshare\file1 \\myshare\file2 \\myshare\file3 How is it possible to check via a batch script (windows) to check if those files exist and output this? I tried with if exists…
Peter
  • 103
  • 5
-2
votes
1 answer

Setup Windows Server 2016 - 16 Core (Store and share videos, VPN access, connect to MS Azure, etc.)

I have been tasked with setting up a server for my company that 5 or 6 individuals will be hitting (with one off-site needing VPN access). I have a grasp of what we need, but I want to bounce some ideas off of those who have been doing this kind of…