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

Should I merge the Fileserver into our ESXi server?

I was considering migrating the fileserver to the ESXi box and having it use its own datastore and separate drives. Is this a bad idea? With the backups for the ESXi servers on there, it kind of worries me if the SHTF. Long story short, we needed a…
1
vote
1 answer

Users have multiple sessions in 2003 file server

Our office uses Windows Server 2003 R2 SP2 for our file server. In the File Server Management console, under Sessions (Local) many of the users have multiple sessions listed, most of them on the same workstation, each with different Connection Times…
music2myear
  • 1,905
  • 3
  • 27
  • 51
1
vote
2 answers

Linux software to maintain old/backup versions of directory tree

I am replacing an old Linux file server serving NFS and CIFS. For the new server (still serving CIFS and NFS), I would like to have software that automatically and efficiently maintains old revisions of files in parallel trees, so that they can be…
Bittrance
  • 3,070
  • 3
  • 24
  • 27
1
vote
1 answer

Easy-to-use bandwidth throttler for Ubuntu

I have a Minecraft server and a file server that I host on the same box. I want to set it up so that if someone is playing Minecraft and I'm pushing or pulling files, that neither application hogs all the bandwidth. Some additional notes: I'm…
Steve V.
  • 125
  • 4
1
vote
1 answer

Small Business File Server With 5 Remote Offices

I have 5 offices 2 having 10 employees each and the other 3 having 2 each. Each of my offices will be connected to each other with fortinet products (within the month). I want files to be locked when someone else has it open, so the idea of…
RSolberg
  • 356
  • 1
  • 4
  • 15
1
vote
5 answers

Can you span a single file share across multiple servers?

Let's say I have one large file server that has a company-wide share. That file server constantly runs into space issues. Now let's say I have a dozen or so random servers (print servers, web servers, etc) that have a ton of free space. Is there…
Mike Cole
  • 203
  • 2
  • 5
  • 15
1
vote
1 answer

Unable to Start File Server Resource Manager on Windows Server 2008

I have a Windows Server 2008 (RTM) 32-bit box configured for File Services Role. I installed the File Server Resource Manager feature on the server. When I try to use the snap-in, it gives me the error: Unable to connect to FSRM on…
newmanth
  • 3,943
  • 4
  • 26
  • 47
1
vote
7 answers

XCOPY access denied error on My Documents folder

Here's the situation. We have a file server set up at \fileserver\ that has a folder for every user at \fileserver\users\first.last I'm running an xcopy command to backup the My Documents folder from their computer to their personal folder. The…
Safado
  • 4,786
  • 7
  • 37
  • 54
1
vote
1 answer

How can I mount one of my linode boxes as a remote server to another?

I have two linode VPS's running debian lenny and I would like to use one of them for my production server and the other for static media ( nginx ). I have a django admin setup on my production server. I was suggested to use mount to mount my static…
meder omuraliev
  • 1,721
  • 3
  • 21
  • 30
1
vote
3 answers

How to handle data migration when installing a new file server

Most of my file server installs these days seem to involve far too much downtime. The actual server install isn't too bad but migrating the data takes forever now that we have 1TB+ arrays we need to worry about. My typical method is to strip share…
Jason Berg
  • 19,084
  • 6
  • 40
  • 55
1
vote
2 answers

User's home drive permissions don't contain system or administrators on Windows Server 2008 R2

I have a user whose home drive has only that user in the permissions. No administrators, etc. I have tried to take ownership as a local administrator however I cant seem to apply settings to the child objects -- it still gives me a permission denied…
1
vote
4 answers

Which linux for raid/fileserver?

i will get an ibm x3500 in the next days and wondered which linux i should use. i tend to use ubuntu 10.04 server, haven't heard anything bad about it and i'm a big debian fan. there will be a raid 5 powered by the ibm hardware raid controller…
trnc
  • 688
  • 1
  • 12
  • 31
1
vote
0 answers

Migrating 9 virtual machines to 1 server or pc

I have a build system set up which has 5 pcs and that has a total of 9 virtual machines using Hyper-V. I want to update this infrastructure and cut out the need for 5 physical pcs. Is there a way to host all 9 virtual machines on 1 pc or server so…
1
vote
1 answer

Change permission for a file created by other user in the same group

I have a centos 7 file server and user that can work on shared directory are in group users. With default umask a user is able to create file with the following permissions: [luca@myserver mydirectory]$ ls -l testfile -rw-rw-r-- 1 luca users …
1
vote
1 answer

File-server backup with multiple file-versions

Possible Duplicate: Network-Backup-Software with file versioning and web-interface Dear All, I'm using a single Windows Server 2008 to share data between my WinXP and MacOSX - computers. There is one iSCSI - storage attached, which hold the…
dlang