Questions tagged [file-server]

A file server is a computer attached to a network that has the primary purpose of providing a location for shared disk access, i.e. shared storage of computer files (such as documents, sound files, photographs, movies, images, databases, etc.) that can be accessed by the clients that are attached to the same computer network.

The term server highlights the role of the machine in the client–server scheme, where the clients are the endpoints using the storage. A file server is not intended to perform computational tasks, and does not run programs on behalf of its clients. It is designed primarily to enable the storage and retrieval of data while the computation is carried out by the workstations.

287 questions
0
votes
0 answers

Home Folder Files Intermittently missing for user

We are having a weird issue that has been ongoing for months where one of our users will have files missing from her Home Folder mapped as H from active directory not show up. The files that don't show up typically change usually when she reboots…
0
votes
1 answer

FSRM for folder classification by its name

I'm going to deploy DAC (Dynamic Access Control) and FSRM (File Server Resource Manager) on Server 2012. The primary goal is to dynamically hide sub-folders with specific name (let say, 'Top Secret') for specific users ('Users'). I see that I can…
Niksr
  • 111
  • 1
  • 3
0
votes
1 answer

Best direction to synchronize two file servers (with robocopy)

I'am speaking of 'direction' in this questions but maybe it isn't the best word. Please correct me if I'm wrong after the full question. We have 2 file servers, one of them is the active one, and the other is the passive (or backup). We mainly sync…
0
votes
1 answer

Intermittent server LAN drop

I've been trying to hunt down a network issue we've been having for a while. We have two Dell T310 servers running Windows Server 2008 R2 on them. Quite a few users have complained that they get dropped off the server (it's a domain controller and…
0
votes
1 answer

Filezilla transfer file name colon replace

I have transferred a massive amount of files by filezilla. But a few scattered files are pending being transferred. They had failed since my filezilla server is on windows and filezilla client is on linux and I cannot upload files on windows if…
qandaq
  • 9
  • 1
0
votes
1 answer

Domain shared folder with user restricted subfolders

I have a domain running on a virtual windows server 2012 R2. Another virtual servers hosts our file server. To that end I need a shared folder accessible by all domain users. No problem there. However I would now like to restrict the access to the…
Oxidator
  • 126
  • 4
0
votes
1 answer

Best way to copy file server 2008 r2 contents to a new 2012 r2 server

I am making a DR site over the cloud and want to upload all my file server contents in the fast and most suitable way. There are many options like; XCopy Robocopy DFS Replication Third party tools like BeyondCompare I want to know whats the best…
0
votes
1 answer

Accessing files located on the file server from the DMZ

I need to set in place a new ASP.NET MVC solution where authenticated users can download files (originally located on the internal network). For security reasons, accessing internal network from the DMZ is not recommended so I think of a way to…
Bronzato
  • 155
  • 2
  • 4
  • 7
0
votes
1 answer

Connecting to Windows fileserver from outside local network

I'm quite new to Windows Server and all its finesse. I have already set up a webserver, fileserver and VPN. What I would like to know is it possible to use the folder I have set up on the fileserver as a network disk outside my local network? I can…
0
votes
1 answer

Simple file share failover

I have a simple file share on Windows 2012 R2 server which I would like to be high available. I created failover cluster, but I'm not able to set up FileServer service as there is no shared storage. For my purposes buying high available shared…
0
votes
0 answers

RAID0 : best chunk size for fileserver with average 650KB files

I found out that my server(linux Ubuntu Server 14.04) has probably a to high chunk size for the RAID0, or atleast I think this is an performance issue... The current chunk size is 512K with 4 disk of 3TB but the averige filesize of the files we…
klaasio
  • 79
  • 5
0
votes
1 answer

Get file access permission of a specific user on a server in a different domain

In my environment, there are 2 domains connected via WAN link. Please look at the image below for the system topology: I want to display the folder access permission of a user from one domain on a file server in the other domain. I have referred to…
0
votes
0 answers

Domain controller stops mapping drives from file server

File Server: Windows Server 2008 R2 Standard Domain Controller: Windows Server Standard FE 2003 SP2 This has happened twice now. User will try and log in using their domain accounts and will receive the black screen of death after hanging at the…
0
votes
1 answer

Ubuntu File Server - Multiple Users

In my company, we have a network with ~50 computers. All our files are stored in the cloud and I need to change it. I already have an Ubuntu server for local application testing and I want to use it for file sharing. The problem is, the network has…
gcstr
  • 125
  • 5
0
votes
2 answers

Is it a bad idea to allow shared file access through an external IP?

I work for a Social Welfare Center, which consists of 5 institutions, located many kilometers away from each other. 4 of them are effectively connected to a LAN, but one has no access, and I am thinking of opening ports 445 and 139 on a specific…