File server setup

Tuesday, October 24, 2023

Step by step process to make file server on Windows Server with screenshot.

In computing, a file server (or fileserver) is a computer attached to a network that provides a location for shared disk access, i.e. storage of computer files (such as text, image, sound, video) that can be accessed by the workstations that are able to reach the computer that shares the access through a computer network. The term server highlights the role of the machine in the traditional client–server scheme, where the clients are the workstations using the storage. A file server does not normally perform computational tasks or run programs on behalf of its client workstations (in other words, it is different from e.g. an application server, which is another type of server).

File servers are commonly found in schools and offices, where users use a local area network to connect their client computers.


TASK:- Setting up a file server for an organization to allocate storage space for different departments like HR, SALES, ACCOUNT, TECHNICAL involves several steps. 

Here's a general guide to help you create a basic file server system. 


STEP 1. We need to unable management feature.

              Go to server manager role and features-




STEP 2. At here press next and reach at  Features.


 

STEP 3. At here enable group policy management and install .






STEP 4. After finishing installation, Go to the Server Manager.



STEP 5.
Go to the tools tab and select file server resource manager.





STEP 6.
Create quota templates with name and storage size for different departments as required.




STEP 7. After successful creation of quota templates, all templates shown with allocated storage.




STEP 8. Now, we need to access  the path. we need to make proper proper folder with all departments name to which we are going to give file sharing storage.
at file resource manager, create Quota path.




If we don't have any AD or any user on server then we create user manually. 

Here are you go---


STEP 9. Go to computer management and at here user, then right click and select new user.

fill the details of user with password and password policy.




STEP 10. Now give the file sharing access control to users by department wise or individual.
Go to server drive at there we make department wise folder. 
then right click and go to properties and here go to security.
now add users to any particular department by press edit and type name at check name. 
now give control access.





STEP 11.
 Now, map memory drive on user machine.

right click on my pc and select map memory drive then give the path with server ip address in below format.

 \\IP ADDRESS\PATH








Finish.

No comments:

Post a Comment