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

export the same folder with NFS and SMB

The issue On my workplace, we have a rich environment of client including windows (from 95 to 8, also corresponding server editions), mac (from 10.6 to 10.8), linux (ubuntu, centos, redhat) and solaris. Up until now, we have been exporting our…
Eldamir
  • 179
  • 1
  • 10
1
vote
0 answers

Storage of large number of files for a web application

There's an old discussion whether and application should store its files in a database or in the filesystem. Both have their pros and cons. I want to know if there's any specific system for application file storage than can overcome some of the…
pmoleri
  • 111
  • 3
1
vote
1 answer

Customizing apache directory listing

I have a server with Apache directory listing. I have styled it a little bit, and tried owncloud as well, but the solution I found best was a little themed Apache directory listing. However, I would like to add a search bar and an upload button,…
1
vote
1 answer

Managing disks for File Server on Hyper-V VM

I want to set up a File Server role on a Hyper-V VM on a Windows 2012 Server host. What would be the best way to set up the system in terms of handling the underlying storage disk? The scenario's I am concerned about listed below: If I add a…
1
vote
1 answer

Windows Search Service on File server

We currently have a Server 2008 R2 file server hosting DFS ABE Shares that are pushed out to our Citrix XenApp 6.5 (published desktop) users as mapped drives via GPO. Recently there have been a lot of complaints that searching, since the move to…
user35213
1
vote
1 answer

Moving uploaded files through a DMZ

I'm transitioning a web app (runs on LAMP) from a single host to a configuration with the php/apache app running on a public facing server in a DMZ. The app connects to mysql which is sitting in a private network behind the DMZ. My main criteria I…
Stephen
  • 13
  • 3
1
vote
1 answer

RAID 50 24Port Fast Writes Slow Reads - Ubuntu

What is going on here?! I am baffled. serveradmin@FILESERVER:/Volumes/MercuryInternal/test$ sudo dd if=/dev/zero of=/Volumes/MercuryInternal/test/test.fs bs=4096k count=10000 10000+0 records in 10000+0 records out 41943040000 bytes (42 GB) copied,…
James
  • 83
  • 8
1
vote
2 answers

Switching to Rack Mounted Servers

I'm primarily used to using Computer Towers as basic servers for the company I've been administrating for a while. And we now wish to move away from that to a rack facility. I have no idea (not the slightest clue) as to how these things work.…
user104778
  • 45
  • 2
1
vote
3 answers

Raid advice : one raid5 or two raid1 on small fileserver

i recently start working in a new (small) company having an "old" file server with windows server 2003 and an hw raid 5 with four disks. Last week the server is dead. We decided to build up a newer system with windows server 2008 using a PC with…
Liuc
  • 11
  • 2
1
vote
1 answer

Slow Citrix connection related to mapped network drives

I have this weird issue with Citrix being slow and maybe users just being a little dramatic, but I am curious as to why that happens. Let me give you a little bit of a background. Citrix is running off of Windows 2003 server, TSprofiles and file…
George
  • 500
  • 4
  • 19
  • 40
1
vote
1 answer

Setting up a Windows Server 2008 R2 DC + Fileserver : native or virtual?

I want to deploy a new DC + Fileserver using Windows Server 2008 R2 SP1 Standard Edition on a Dell PowerEdge R410 and iSCSI storage for a small business (~30 people). Should I install the system native on the server or use a virt layer? I don't have…
1
vote
1 answer

File Server Resource Manager attempting to access quota.xml on System Reserved partition?

I've got a new install of Server 2008 R2 that is designed to be our quota server for user home directories and shared areas. I installed FSRM and set up a few quotas to try out. They worked fine but at some point over the weekend it's stopped…
1
vote
1 answer

Predefined size of a file when downloading via Apache server?

I've got a file called "stream.ogg" which is, well, an internet radio station. If a user tries to download the file, it always appears as "210mb" no matter what OS they try to save it from. I've got several other files for download, some are .zip,…
U4iK_HaZe
  • 633
  • 5
  • 13
1
vote
1 answer

Web-based file server solution

Like many companies, we're running a Windows-based file server which all users have access to the root, then each folder is access controlled appropriately. It's behind a VPN and works reasonably okay except now as users expand to using Macs, smart…
Mike
1
vote
1 answer

RAID config. for a Heavily Used File Server

I'm building a new file server to replace an existing server. The current workload is about 50 connections that are heavily reading and writing files all day long. It is about 50/50 read to write. Most of the files are less than 10MB, though some…
someguy
  • 13
  • 2