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
0
votes
2 answers

Samba server authenticating against Active Directory. Is it possible to reboot and still connect to the domain?

I have tried to setup Samba File Server with AD authentication. The authentication via Active Directory is successful but if you reboot the server the linux Samba file server will NOT join the domain automatically like windows server do. You still…
Xianlin
  • 665
  • 4
  • 15
  • 21
0
votes
0 answers

Permissions not being inherited

So I have a parent folder FolderA which has: Administrator FullControl Allow FileAccessGroup FullControl Allow TerminalServerDeny FullControl Deny FolderB is a sub-folder with Inheritance enabled however TerminalServerDeny FullControl Deny is not…
PnP
  • 1,684
  • 8
  • 39
  • 65
0
votes
0 answers

Copying large files to Server 2008 compressed directory very slow with no obvious reason

I've observed a curious problem with our Windows Server 2008 x64 based file server when copying large (~3GB) files from a Windows 7 x64 workstation. The copy becomes extremely slow often proceeding at 100kB/sec or less. Additionally all other SMB…
0
votes
2 answers

Restarting Windows 2003 File Server and Network Drives

If I restart a Windows 2003 file server, will XP clients that have network drives mapped to a location on that server need to re-map (or restart) the network drives?
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
0
votes
1 answer

What's the best way to mount a file share for a CentOS-based webserver?

I use CentOS with Apache and PHP5 to make web development servers. Files (html, php, js, etc...) are located on a network file share (SMB) : So, basically, developpers work on Windows workstations in network drives. Files are hosted on the file…
mimipc
  • 1,947
  • 3
  • 19
  • 27
0
votes
1 answer

How to list Samba 4 shares using server's IP and Kerberos authentication?

I am successfully able to list the Samba 4.0.3 shares by using smbclient -L myhostname -k command. However I am unable to do the same by using smbclient -L 192.168.1.2 -k and I get the session setup failed: NT_STATUS_LOGON_FAILURE error. However…
KristoZ
  • 26
  • 2
0
votes
2 answers

how to copy move files in a remote server without downloading

CURRENT ESCENARIO: REMOTE Debian VPS in an untrusted datacenter (i.e. a third party hosting provider) serving files to the Office through internet. LOCAL Office with 4 Ubuntu, Mint and Debian machines, with simultaneous access to the remote files…
null_pointer
  • 3
  • 1
  • 2
0
votes
1 answer

Accessing a NAS which does not integrate with active directory

I have an external NAS, sadly there is no integration with active directory natively, but I need to store certain files on there for backup purposes and be able to access them depending on the user logged in. What would be the best way to do this? …
0
votes
1 answer

Windows Server 2008R2 Metafile cache behaviour

We have a Windows Server 2008R2 server with 32GB of RAM, and ~1,000,000 file system objects across 15Tb of storage. The utilization is very low (only supporting 2 developers) so keeping the file contents cached (Mapped File) is not at all important,…
Satellite
  • 111
  • 4
0
votes
1 answer

*tiny* SOHO fileserver upgrade recommendations in 2012?

I say 2012 as we'll likely be buying last year's hardware. We're non-profit (a two-man operation), and this purchase isn't on project funding, so we're cost-restricted, but I always advocate for long-term investment rather than the quick fix. We…
0
votes
1 answer

Domain accounts not visible in ACL on Windows Server 2008

We have two new servers running Windows Server 2008. One is a file server and one a DC. The file server is joined to the domain, but when we attempt to edit NTFS ACLs, domain objects are not available. Any ideas what may be going on?
0
votes
2 answers

Unwanted forced authentication after server restart (Win 2k3)

We're running a Win 2k3 R2 Standard 64-bit edition server. On this server we're running a fileserver and the ability to allow remote login to our network through vpn. We do not currently utilize a domain setup, all user accounts are local accounts…
user84273
0
votes
1 answer

how to solve NT_STATUS_HOST_UNREACHABLE in CentOS when connecting to (windows) file server via SAMBA

I am using CentOS and I need to connect to a file server running on windows. My friend told me that I need to install SAMBA to be able to do that. and so I installed samba and when I try to check if the installation is successful, this command…
srh snl
0
votes
7 answers

Which RAID/LVM configuration for new 2x8TB file server is safest?

I just built a totally new PC to be a fileserver. It has one 60gb SSD for OS (ubuntu 12.04), and 8 2tb data drives in it. I am looking for the safest, most stable way to set up a single giant storage pool with redundancy. Considerations: My TOP…
user1169420
  • 125
  • 4
0
votes
1 answer

synchronization between two (or more) file servers : block open files to avoid conflicts

"Short version": When a user opens a file on a local share, other users can open only in read-only, until it is closed. I want this to be true for the remote copy of the file: read-only when the local file is opened. "Details": I have two (to begin)…
Klingel
  • 1
  • 1