|
| ||||||||||
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Build a File Server
File Servers are common needs of offices. Windows operating system offers you to create easy Home Network where your home users can share internet and exchange file over the network. There are some types of Files Server which are not really noticeable. Because by default everything is properly configured in an operating system. You just need to check the settings and enable them. Workstations or client computers are attached to the network and after authentication process they are allowed to stream, add or modify the data. The network admins simply manages other protocol rights. Commonly FTP is used on small scale while HTTP is used on internet to share data between different web servers. The best example I can give is file sharing website like rapidshare. Architecture of a File Server To understand the working of a File Server you need to first understand the architecture. This architecture consists of all elements and the process by which all this stuff works. You can also say this as design of a file server. If we talk about business environment then there is more complexity. A dedicated operating system with dedicated IT staff manages stuff. Here more demand is of easy storage space, data security, etc. There is a prescribed budget set for the File Server which is regularly investment for the server hardware upgrades. Also due to every changing technology, more security risks evolve which forces the enterprises for upgrades. But this case is not an issue in regular small environment, especially when you are using the same for personal purpose. Storage Hardware This is the primary hardware - the hard disk. A very important part where the speed, reliability and security matters. You cannot depend on a low rpm hard drive for data speed boost. Many time due to continuous flow of data, hard drive with poor media fails results in lost of important data. In result, they have to pay more for data recovery now. It is good for enterprises to pay for SSD's or highly reliable hard drive. But I will also emphasis for others. You must not compromise with Hard drive quality in case of file Server setup. Anyhow you are going to put all your data in one place and if that fails you too get screwed up. This is the primary hardware, so spending a bit high on this is for your data safety. Many uses RAID configuration on file server. Raid provides multiple options for data recovery. But this is a bit complicated technology. For mid size servers I will recommend to avoid this only, if you do not have any important data and you want to setup Files Server for basic file sharing only. NAS: NAS stands for Network Attached Storage. Under this you have to buy a device. This is called as NAS Device. For example:
|
|
#2
| ||||
| ||||
| Re: How to Build a File Server Guide to Setup File Server As you are aware that a file server is a system which is important for management and storage of DATA. Right now I am providing you a guide on creating File Server on Windows Platform. It is really easy to configure here. The setup is made on Windows Server 2003. Users will get a centralized place where they can copy paste their data. Before configuring a file server you must know the proper specification of same. A low hardware system cannot act as a good system. You must have a better processor and enough RAM to carry out a number of processes. More hardware requirements increases of the number of user are higher on a server. You can keep a separate computer ready for making it a file server. You can not only create a regular data backup but also prescribe disc quotas for users. How to Setup Files Server in Windows 2003 Server Run Configure your Server Wizard. You can run that by typing the following in Start > Run box and hit enter -- "%SystemRoot%\system32\cys.exe". Other step to run is look for Configure your server wizard icon in Start Menu. Start Menu > Programs > Administrative Tools > Configure your Server. This will launch a Wizard. ![]() Once you click on it you can see the below image. Click on Next > ![]() ![]() Click on File Server and then click on Next. ![]() After that you can allow or disallow indexing service. This is a process by which Windows Server keeps a record of path on file server. By turning this off you can improve the server’s performance. Provide a proper folder path and then click on Next. ![]() After that you will come on screen where you will need to provide proper Name, Description and Settings. ![]()
![]() After this you can see the window which will allow you to manage file permission of File Server. The box is called as permission box. There are number of options available here. ![]() The permission box is necessary for configuration. Below is detail of permission levels:
|
|
#3
| ||||
| ||||
| Re: How to Build a File Server How to setup File Server on Linux If you own a Linux system then you can create a more reliable File Server. In Linux the process is different. Here you have more chances of security and permission manipulation. Linux is a kind of best operating system for server type work. It comes with samba which is a tool to create files on Linux. It is possible to configure Linux server on Windows network also. Linux plays a vital role in cost reductions. Because of its open source ability, Linux servers are much cheaper and they do not need superb hardware support also. Creating File Server on Ubuntu I will recommend you to use Ubuntu. Because, this is one of the most easy to use Linux Distro. There are ample of gui based interface which removes the issue of configuring everything on terminal mode. Ubuntu is free for download. All you will need is to add Samba in it. To install samba type : sudo apt-get install samba in the terminal. Samba Configuration The config file of Samba is located here - /etc/samba/smb.con. This file has default configuration settings. You have to edit the file to set the server as per your need. Go to /etc/samba/smb.conf and add the following values /etc/samba/smb.conf : workgroup = yourworkgroupname security = user. Now below in the end you have to add the following code. This is necessary to define the directory you want to share on Linux network. Code: [share]
comment = Ubuntu File Server Share
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
sudo mkdir -p /srv/samba/share sudo chown nobody.nogroup /srv/samba/share/ After proper execution of command you have to restart the server. Pass the following command in terminal : sudo restart smbd sudo restart nmbd For more details you can use Ubuntu Server Guide How to setup File Server on Mac operating system It is much more easier to create a file server on Mac operating system. Just by simple settings you enable it. You just need to configure one pc as server. It is not only possible to configure File Server on network but also online. Mac operating system has inbuilt FTP server. You just need to first turn it on. Click on Apple Menu > System Preferences > Sharing > Services > FTP Access > Start ![]() The server will start working. Once you are done with that you can click on Firewall to ensure the network security. To manage Firewall settings click on FTP and then click Firewall on top. Ensure that Tick box is selected. |
|
#4
| ||||
| ||||
| Re: How to Build a File Server Top FTP Software If you do not want to install Windows Server or Linux or Mac then it is possible to configure on your existing system via third party software. There are ample of free and paid programs that you can use for this purpose. SmartFTP : Features :
Download SmartFTP Client 4.0.1225.0 (64-bit) FTP Voyager : Features :
FTP Explorer : Features :
FTP Commander Deluxe Features :
CuteFTP Pro : Features :
BulletProof FTP Features :
AceFTP Pro Features :
Some Free FTP Clients for Mac
|
|
#5
| |||
| |||
| Re: How to Build a File Server
Hi Fumble, I came across this post on a random Google search. I’m not a techy and frankly have a myopic understanding of servers and how to set them up. I was going to ask how do file-hosting sites like megaupload.com and Rapidshare work. How much data capacity do they serve or handle. And finally what are the costs associated with setting something similar up. A very rough estimates if you could. Many thanks in advance. |
|
#6
| ||||
| ||||
| Re: How to Build a File Server Quote:
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Build a File Server" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do I build media server or buy NAS ? | vISHaTAN | Networking & Security | 6 | 04-08-2011 07:47 PM |
| How to Build up your Linux Server | fumble | Guides & Tutorials | 2 | 15-01-2011 07:05 AM |
| I want to build a file server | aSITA | Networking & Security | 5 | 05-01-2011 11:00 PM |
| Build a Proxy Server | Andrew | Guides & Tutorials | 2 | 06-10-2010 10:27 PM |
| build your own NAS server | Mozilla | Tips & Tweaks | 1 | 30-07-2009 10:33 AM |