2
votes
2answers
302 views

Best way of sharing files over 2 sites (locations) with Windows Server 2008r2

I'm currently learning Windows Server 2008r2 and am going to be setting up a network which spreads over 2 different buildings. The only connection between them is the internet and the users need to be ...
3
votes
5answers
329 views

How to maintain one file across many production servers (Windows and Linux)

My organization wants to centrally manage an Oracle TNSnames file for all of their production servers. When that file changes, they want to be able to push out the changes to all servers that use it ...
0
votes
1answer
21 views

Fileserver no writeaccess with ubuntu but windows [closed]

i have no write writing permission on the fileserver, the user has all priviliges. Its working fine with windows! There i can write, but on my ubuntu 10.10 only reading. i've mounted the drive with ...
3
votes
2answers
53 views

How many disk seeks does it take to append one byte of data to a file?

I have a program, which adds one byte of data to a file placed on a file server. I would like to know, how many disk seeks this takes, when the file is opened and closed after writing each byte of ...
3
votes
1answer
227 views

Alias for AD account?

I've got a Linux file server set up by the previous IT department with permissions set up to allow Jane to access a certain folder with the username "jane" My new AD domain that I put in has ...
0
votes
2answers
117 views

Cost of storing many files on a fileserver

I need to store a lot of data contained in SQLite databases on a file server. I have the opportunity to split the data up into many files. This means that there is less risk of a large part of the ...
1
vote
3answers
168 views

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

Samba internal network fileserver (without passwords)

I'm trying to setup very simple file server with Samba. Security is not concern, as server is only accessible from internal network that's why my configuration problem looks like this: [global] ...
4
votes
7answers
1k views

Bigger File Server or SAN?

We currently have two 6 year old linux file servers (an HP DL320 and DL380) that are starting to be dogs. The DL320 just uses 10K IDE drives set up in RAID1, the 360 has 6 drives set up in RAID10. ...