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
7
votes
8 answers

Is this idea about distributed database server with centralized storage feasible?

I often use SQLite for creating simple programs in companies. The database is placed on a file server. This works fine as long as there are not more than about 50 users working towards the database concurrently (though depending on whether it is…
David
  • 447
  • 1
  • 5
  • 11
7
votes
3 answers

Best RAID setup for multimedia fileserver?

I'm building a fileserver for my small office. We do film and multimedia design. Only 3 clients connected. The server is primarily for local access to graphic assets and video files. I'm looking for advice on hardware and software required. …
Derrick
  • 171
  • 1
  • 4
7
votes
1 answer

How much memory will a Windows file-server be able to use effectively

In the near future we will be moving our fileserver to a newer box that will be running Windows 2008R2. I want to know how much memory Windows will be able to use for a system that is just a file-server. In searching around I found an old document…
Zoredache
  • 130,897
  • 41
  • 276
  • 420
6
votes
7 answers

Receive email alerts from Linux file server

GOAL: Get a text file on my file server into my gmail inbox. The file server is running Ubuntu Server 8.04 I currently SSH into it from time to time and to check logs, SMART stats for hard drives, and such. I'm looking into setting up a scheduled…
privatehuff
  • 1,089
  • 2
  • 10
  • 13
6
votes
2 answers

Is FreeNAS 8 ready for production? or Any sugg. for a free fileserver?

I need a free fileserver solution mixed Mac/Win environment for the small print shop I work at. We are having problems with using SMB on OS-X (file w/o extensions are getting lost and weird SMB lag with 10.6). We are currently running the Fileserver…
SkinnyGeek1010
  • 446
  • 5
  • 16
6
votes
6 answers

Windows 2008 Server on mixed ethernet speeds — download from share slow, but fast plain TCP

I have a Windows Server 2008 R2 x64 server that is AD controller and file server. I have a problem that Windows XP clients experience terribly slow (less than 10Mbps, really less than ten-megabits-per-second) downloading of files from a…
5
votes
2 answers

Storage of User Profile Disks on file server cluster (SOFS or normal)

We are looking to deploy a new file server cluster, one of the things of which to be stored on it, will be Server 2012 R2 remote desktop User Profile Disks (UPDs). My question is, is it best practice to store these on a standard file server cluster,…
5
votes
2 answers

Moving 3TB of NTFS files from on-prem file server to Azure server - what is best method for transferring

We are moving our on-prem Windows file server with 2.7TB of NTFS files to Azure (we have 100 mb/s VPN site to site connection to Azure) What would people recommend best way to transfer our files keeping the NTFS permissions intact? We can recreate…
5
votes
3 answers

Hyper-V guest failover cluster file server

Environnent is full Windows Server 2012 R2. I have a Hyper-V cluster on which I host a testing fail-over cluster file server with 2 guests. Guest cluster is running and file server role installed and running fine with many shares on it. For now a…
5
votes
1 answer

NTFS: User can edit/delete files without rights

I have a very strange NTFS rights phenomenon on a fileserver and I cannot find my mistake, pulling my hair out for hours now. What am I missing? My goal is: User from Group-A should be able to write new files/foldes into a folder ("add files").…
bjoster
  • 4,805
  • 5
  • 25
  • 33
5
votes
1 answer

Is there a way to limit the network bandwidth / filesystem use per user over NFS on a Solaris 10 file server?

We have a large file server running on Solaris 10 and about 200 computing nodes running on Ubuntu. The nodes access the file server over NFS. The load gets larger and larger over time. Is there a way to restrict the resources (either in/outbound…
Pavel
  • 1,038
  • 1
  • 11
  • 30
5
votes
1 answer

Deleting blocked caused by thumb.db on Windows 2008 as a file server

I have a Windows Server 2008 which I am using to store media files. I am accessing this server via a mapped drive from my Win 7. Both are x64. When trying to delete folders, rename, move I get the following message. If I wait a while and retry,…
Valamas
  • 365
  • 1
  • 4
  • 9
5
votes
2 answers

How do I view NTFS metadata?

On a Windows Server 2008 R2 file server, we are encountering a memory usage problem. We used RAMMap to troubleshoot, and found that 10GB of NTFS Metadata is being cached in memory and never gets released. My first thought was that the Master File…
Phil
  • 1,013
  • 2
  • 12
  • 16
5
votes
2 answers

Best practices to serve a large number of files

Currently we have one Windows Server 2008 R2 as a domain controller and file server. We're serving about 6 million JPGs to 4 IIS servers which are then served to web users. The problem is we're getting memory alerts on the server daily. Our current…
5
votes
4 answers

Best choice for a Linux temporary files server?

For a specific project, I have to implement a temporary files server : the server must serve medium sized binary files (around 1 MB) the maximum lifetime of files is 5 minutes files will be uploaded by around 10 distincts servers files will be read…
Fabien
1
2
3
19 20