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
3
votes
5 answers

How to maintain one file across many production servers (Windows and Linux)

My organization wants to centrally manage an Oracle TNSnames file for all of their production servers. When that file changes, they want to be able to push out the changes to all servers that use it with a minimal effort. Approaches that have been…
Brien
  • 223
  • 1
  • 8
3
votes
2 answers

dfs replication: One replication group per share or a single replication group for all shares

I am currently migrating from a Windows Server 2003 R2 Standard to a Windows Server 2008 file server. I want to do a "soft" migration by using dfs replication. Now I am wondering what is the best solution to do this a) one replication group per…
Jürgen Steinblock
  • 316
  • 1
  • 4
  • 16
3
votes
2 answers

How many disk seeks does it take to append one byte of data to a file?

I have a program, which adds one byte of data to a file placed on a file server. I would like to know, how many disk seeks this takes, when the file is opened and closed after writing each byte of data?
David
  • 447
  • 1
  • 5
  • 11
3
votes
2 answers

What is a simple linux based file server with web front end for upload and download to user folders?

I'm running an Ubuntu 10.4 system. I have freedom to install mostly whatever packages I need (free non-commercial only) and I can program/script C++, python, JavaScript comfortably and probably work with PHP and Java if needed. My goal is to allow…
Vusak
  • 141
  • 1
  • 5
3
votes
1 answer

Ideal server specs/software for mail, file, and database storage

I'm trying to figure out what the ideal set up would for a few servers. 1) Website 1) Mail server 1) Database server 1) file server In this given scenario, say there is a site that will offer each user 5gb of file storage space along with an e-mail…
Eli
  • 427
  • 2
  • 7
  • 18
3
votes
1 answer

What is a good tool that can traverse deep NTFS paths?

There are some files on our fileserver that cannot be deleted, because the directory structure is too deep. I have read: http://support.microsoft.com/kb/320081 and at resolution #5 it is suggested to use a tool that can traverse deep paths. I am…
ICTdesk.net
  • 1,173
  • 4
  • 12
  • 18
3
votes
1 answer

Alias for AD account?

I've got a Linux file server set up by the previous IT department with permissions set up to allow Jane to access a certain folder with the username "jane" My new AD domain that I put in has everyone's username set as first initial, last name so her…
blsub6
  • 1,131
  • 6
  • 25
  • 45
3
votes
4 answers

Does an SSD in a file server on a gigabit LAN result in noticeably faster file access for end users compared to HDD?

I've read a lot (and experienced) the benefits (fast boot times, quick program launching, quick file access, etc) of using an SSD as the boot drive on a workstation, but haven't been able to find much good information about using an SSD for serving…
jcardinal
  • 85
  • 1
  • 7
3
votes
3 answers

System to keep folder synchronized with remote server

We have a Linux server with a couple of NFS shares on our local network, and we want to be able to access the data on those shares from some remote machines outside of the LAN. What we are planning on doing is an cron job on the remote machines…
wxs
  • 185
  • 1
  • 6
2
votes
0 answers

Windows Server Essentials 2016 to Standard upgrade

We installed Server Essentials 2016. Essentials requires the server to be DC. We don't use the domain, we only use it as a file server. Can we do an in-place update to Server Standard R2 and not use a domain at all?
Shawn
  • 121
  • 5
2
votes
0 answers

Set a default admin ownership to files and folder in share file server Windows Server 2012

I have a File Server on a Windows Server 2012, with a single share-folder with all departments folders inside. The Domain\Administrator is the owner of the root shared folder. Sometimes when a regular user transfers or creates a new file or folder…
Felix D.
  • 67
  • 1
  • 6
2
votes
0 answers

File Server - Hostname vs. FQDN

I have a problem with a File Server at Microsoft Windows Server 2008 R2 Operasion System. When my user browse a network share with FQDN she can't see the files, but if she browse it without FQDN (only with hostname) can see them. Although this…
2
votes
0 answers

Files saved to Samba share are randomly differing from originals?

I manage a small network of windows clients and a BSD file server running Samba 4.6.x. We had some odd issues which led to the discovery that when users save files to the server, about 12% of the files as saved aren't faithful copies of the Windows…
Stilez
  • 714
  • 7
  • 15
2
votes
0 answers

DFS share(s) not visible for some Citrix SBC users

In short: Some Citrix SBC servers are experiencing the following problem When logged in to a Citrix server and browsing to a mapped drive (eg. drive D: (mapped as \domain.local\namespace\share)) the drive apears empty. When logging off and…
Kharmis
  • 21
  • 1
2
votes
1 answer

FCM not loading Properties for configured Hyper-V shares

Have 3 nodes 2 of which are part of a hyper-v cluster. Many moons ago I configured network shares within FCM, for the last few days when attempting to select properties for specific shares it displays the below: I have restarted all nodes. I have…
Dave
  • 161
  • 3
  • 13