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.

285 questions
0
votes
2 answers

REST-based file server

I need to be able to PUT files and GET them later using nothing but HTTP, so I went searching for something that might match the terms "REST file server" or "HTTP file server" or "REST drop-box", etc. Unfortunately, these terms bring up the wrong…
Chris Wenham
  • 179
  • 1
  • 1
  • 8
0
votes
1 answer

External Storage for 2TB of backups and 4TB of data RAID level? HW vs Software?

I have a Mac Mini set up as a media center/file server. Currently I just have a hodgepodge mess of external drives for storage. I'm maxed out, and I have some new laptops on the way with much larger drives and I need to work out a good storage…
jamone
  • 484
  • 1
  • 5
  • 10
0
votes
1 answer

Including file server into domain

We have a file server in our LAN. Windows 2003 Server. It was not included into our domain. Every user has local account on that server, and NTFS permissions are granted to those local accounts. Now we have established a domain controller. Every…
0
votes
2 answers

Expanding iSCSI LUNs (NTFS)

I have a 4TB iSCSI LUN that formated as NTFS in Windows 2008. I've shared this formated volume as a folder over SMB. When the capacity of this volume is not enough, I have to add more iSCSI LUNs, but the end-users must see only the folder that I've…
Fatih
0
votes
2 answers

List connections to OS X Server, and what sharepoint they have mounted?

I have an Xserve running OS X Server 10.4.11. It has Apple File Protocol enabled to share a few dozen sharepoints on the local network. I would occasionally like to get a listing of who is currently connected to the server (easily done with Server…
0
votes
1 answer

Office shared-disk error "We are connecting to \\server, please wait"

When browsing a fileserver direclty from Office applications as Excel/Word, it takes a long time to connect to the shared-disk, so opening/saving files are a problem (see screenshot). error loading "We are connecting to \server\share, please…
0
votes
1 answer

Can't mount a NFS share on File server rule running in Windows Failover Cluster

On Microsoft Windows Failover Cluster (Windows Server 2019 Datacenter) I've created a File Server role and created a NFS share (similar to how it's described in these instructions). The idea was to mount this share from a virtual machine running…
0
votes
1 answer

FSRM Auto apply template not applying to exisiting folders

I have set up an auto-apply template using FSRM to a path with a number of existing subfolders but when I apply it, the exisiting folders are not getting a quota created for them. There are 174 sub-folders, combined size is ~6.5GB, 13k files. New…
Crimsonfox
  • 341
  • 1
  • 2
  • 16
0
votes
1 answer

Powershell Cygwin copy data with Rsync remote as variable

I have a problem with Cygwine's rsync. With a Powershell script I am trying to transfer directories from a Novell server to a Windows server The path for the source is a variable that comes from a CSV file Function CopyRsync…
akli
  • 1
  • 2
0
votes
0 answers

File sharing access denied error on the Windows 2016 file server. only with ONE folder

My problem is as followed: Situation I have a Windows 2016 file server. In the server role the d: drive is shared. I have many shared folders each with the name of a user and shared to that user. Every user (W10) has a documents folder inside and is…
0
votes
0 answers

Error when running file management expiration task Windows Server 2016

I am new coworker in the company I am working in, and I was given a task to archive the public folders of our bank branches. I have configured a file expiration task in File Server Resource Manager to move the folders, which are not being modified…
0
votes
0 answers

Is it possible to screening files in domain computer storages with FSRM?

We do not want to copy specific file extenstions in domain computer storages (for example D: drive). We have been using FSRM in shared folders, but is it possible use FSRM for controlling domain computer storages ?
0
votes
2 answers

Not able to connect to HTTP server outside of LAN

I have made an apache webserver with xampp on windows 7 Ultimate. I have set DDNS and port forwarding on port 80 in my AT&T bg210 router. I can connect to the website on the LAN, but not on another network. BI know that WIN7 is end of life. I have…
cappypi
  • 3
  • 1
0
votes
0 answers

Preventing redirects for file serving in apache

I am working with a specific proprietary (and no longer properly supporter) http client, and it has an issue of giving up on trying to download files if an http server throws a 301. I am using mod_speling with CheckSpelling On and CheckCaseOnly On,…
0
votes
0 answers

Windows File Server - file in use error message

Environment details: Windows Domain Environment Windows Server 2016 Standard (Build 10.0.14393) Hosted on VMware (ESXi, 6.7.0, 15160138) Users are on Office365 and most of their files have been updated to new formats. (Ex. .xlsx vs .xls) Problem…