Host Computer Files In Server

balakov

Member
Joined
May 24, 2011
Messages
14
Location
Portugal
Im finishing a course in computing but it didnt touch to much with servers and stuff and now i have to do a tutorial "how to install server 2008 and make it hosting files in a local network"...Im a starter with the Server 2008, i need some help to get the job done, put the server 2008 (server computer) hosting other computers in the local network files.

I did some diging but everything seems to general, i cant find specific tuts to my doubt, i need to know step by step how to get it done, i have no much time but i realle need to do this.

Its just put this computer server that is connected in the same network (but not in the same workgroup...) hoting files saved by other computers in the place...


Hope i can get help in here.

regards
 
I suggest you to create two partitions:

C:\ (system)
D:\ (file server)

add Role (from server manager) and select FILE SERVER.

Now you have to set up permissions, but usually this is done in a DOMAIN (you must have a DC), if you don't have one, you can create or you can user local users.

Let me know what do you want to do with users.
 
I suggest you to create two partitions:

C:\ (system)
D:\ (file server)

add Role (from server manager) and select FILE SERVER.

Now you have to set up permissions, but usually this is done in a DOMAIN (you must have a DC), if you don't have one, you can create or you can user local users.

Let me know what do you want to do with users.

I just want them to have permition in other computers to save theyr files in server...

thanks btw for the first help
 
I just want them to have permition in other computers to save theyr files in server...

thanks btw for the first help

Of course, but have you / are you planning to implement a domain???

One scenario is DOMAIN USERS, another one is LOCAL USERS.
 
Of course, but have you / are you planning to implement a domain???

One scenario is DOMAIN USERS, another one is LOCAL USERS.

Im still not that deep in this... But i already created a domain in the proper server, now i dont know how that work with the other users...
 
Ok, first of all make your FileServer part of your domain.

Once done, go to the DC and open Active Directory users and computers. Create a new user account (let's say "User 1").

Now go to D:\ and create a structure of directory:

(let's make it simple)

D:\data\PersonalFolder\User1

Now you have 2 choices, you can share the entire directory or "per user".

It easier to share the entire folder.

Right click on PersonalFolder > properties > share > (share this folder) > permissions > Everyone -> Full control (it's ok, trust me).
Now switch to SECURITY tab and and add "Domain Users". Here you can select what they can do (usually READ is ok).

Now right click on User1 (folder) > properties > security > ADD and type USER 1 (or the name of the user created before). Permissions should be all except "DELETE (meaning that your user cannot delete the main folder itself), take ownership and change permissions".

If you get an error adding permissions to USER1 folder, click advanced and remove the check mark from ENABLE INHERITANCE ....... and select COPY when prompted.

Let me know.
 
Hey folks, my idea was the other way arround, put just a folder in the C partition, so that the users could access to save the files. Im runing out of time here, this i just a small project and has some user said, this should be an easy task, even for me.

I know its asking too much, but can anyone give me detailed steps about what i really want?

So this is what i have:

A local network with some workgroups, but i just want 1 workgroup of computers to access this folder in the server. Whats the easy way to do this, just put the folder so that others can save files...



ps: If i can do all the folder deal with a workgroup, i have to connect the server to the one i want, but i cant.. look:

965dcc3826f8c161cf8364b8e55441c5.jpg


can you help?
regards and thanks for the help
 
As I said before...

create a folder where you want (for security reason, it shouldn't be on C:\ drive).

Right click and set permissions for your users. User MUST BE created on a domain controller (ACTIVE DIRECTORY). It's not important that your clients are on domain...

When a client tries to access that folder, it just have to type:

\\IP_Server\Share_Name\MyFolder

When prompted, he must type:

user1@CV.servidor.com (of course, replace the USER1 with the name of the user you have created and granted to access that folder)
then type the password for that account.
 
Now im having problems adding rolles... Data Base problems, AD RMS or something, it requires some credetials that i dont have, do i need to create anything else? I just need this to be able to crerate user in the domain...

Ps:Is it possible just to give permition to current users from another computers arround??? Ou a specific workgroup?

regards
 

Attachments

  • IMG_0247.JPG
    IMG_0247.JPG
    305.2 KB · Views: 3
Now im having problems adding rolles... Data Base problems, AD RMS or something, it requires some credetials that i dont have, do i need to create anything else? I just need this to be able to crerate user in the domain...

Ps:Is it possible just to give permition to current users from another computers arround??? Ou a specific workgroup?

regards

Which credentials? To open what?

Which database?
 
Which credentials? To open what?

Which database?

To add new users i need Active Directory Users and Computers, right?

So when i go to rtolles and active all de AD features it requires to create a so called AD RMS, maybe something about a database that i have to create but it asked me for admion user credetials, i put the right ones from admin account and doesnt work...
 
Hello, thanks for all the help so far.

So i guess my doubts are really how works the user things on AD. What i need to do is to create those users on the DC but then how can i access them in other computers and put them as custom users in the other computers that are only connected to the same network, not the same workgroup tought...


regards
 
you need to join domain only to be able to login with a domain account, for network shares you can use username@domain
 
you need to join domain only to be able to login with a domain account, for network shares you can use username@domain

Sorry for the noob questions and i appreciate the answers, i really need your help.

But where can i do that? I already have the shared folder with permitions to all users currently and cant access in the other computer with the credentials of the user i created in the server...
 
Sorry for the noob questions and i appreciate the answers, i really need your help.

But where can i do that? I already have the shared folder with permitions to all users currently and cant access in the other computer with the credentials of the user i created in the server...

That's correct.

When you right click on a folder, usually you have 4 tabs: General - Share - Security - Personalize (or customize, I can't remember right now).

You just set the permissions on SHARE, which is correct. Now you have to click on SECURITY > Advanced > Edit > here you should find a check mark on "Include inheritable permissions from ........." uncheck this box and click on COPY. This may take a while depending on how many files you have on that folder.

Once done, from the same screen, click ADD...

You will see a mask where you can put a name, write the username you want to grant, let's say User1. Then click Check Names and the name you just wrote, should be underlined.

Click OK, on the next screen tick FULL CONTROL, this will activate everything. Before clicking on OK, be sure to remove the tick from "DELETE", "CHANGE PERMISSIONS" and "TAKE OWNERSHIP". Click OK. Now continue to click OK until every mask disappear.

Now you should be able to access your folder from another computer by typing: user1@mydomain.com and its password.

Let me know.
 
Once done, from the same screen, click ADD...

You will see a mask where you can put a name, write the username you want to grant, let's say User1. Then click Check Names and the name you just wrote, should be underlined.

Click OK, on the next screen tick FULL CONTROL, this will activate everything. Before clicking on OK, be sure to remove the tick from "DELETE", "CHANGE PERMISSIONS" and "TAKE OWNERSHIP". Click OK. Now continue to click OK until every mask disappear.

Now you should be able to access your folder from another computer by typing: user1@mydomain.com and its password.

Let me know.

Here is the problem, i can only find "this location" and there is nother on it...
 
ok, where you can write the name type this:

MyDomain\User1 then click CHECK NAME

It should prompt you to enter credentials if your current user hasn't enough permissions.
 
Back
Top