Linux fileserver for XP, Vista and mac's
Hello everyone,
I’m not going to say that I’m a linux newbie cause that will become evident when you read my question.
Where to start, well firstly let me summarize the scenario for better understanding:
At the moment in our office we have 3 XP desktops, 1 Vista desktop, 3 iBook notebooks, 3 iMac desktops and 1 Mandriva Server/Desktop. ALL of them currently networked either cabled or wirelessly to a simple ADSL 4 port router that supplies the whole office with internet.
Also at the moment the Mandriva Linux desktop is supplying the office with a Cups server connection to a Samsung printer. (Was a ***** to setup with the variety of operating systems in the office, but its working beautifully now!)
My question or scenario is as follows:
We need the Linux server to become a file backup server on top of being a CUPS print server. It needs to have a fully shared corporate folder that all employees can access as well as have a private folder for each user. (We also would like to incorporate a automated backup system that backs up each users folder and the main corporate folders once a week, but that is a story for another time or maybe it should be kept in mind when it comes to partitioning of the RAID)
What have I done sofar playing with SAMBA:
PARTITIONING:
1) Setup a RAID 1 hardware raid on the server.
2) Made a separate partition for /Home (300gig – I wanted to keep the partition holding the companies info separate from the rest of the machine to help make it easy for upgrading or recovery.)
Partitions: 1st - Primary /boot 200mb
2nd - DATA /home Most of the space (+/- 300Gig)
3rd - Swap / 1.5 x Ram size ( 4 gig )
4th - Root /root Root ( +/- 8 gig)
** The problem I had with separating and using the /home folder for the corporate folder is that it is owned by root and even if I changed the permissions the server reset the permissions to Root every 5 min thus stopping everyone from accessing it.
I solved this problem by changing the /home folder ownership to “nobody” and Walla everyone can access the Corporate folder. (BUT the glitch is everyone, even people I don’t want to have access to it has!!!! Not good)
I KNOW IM WRONG IN THE WAY I SET IT UP AND PARTITIONED IT. IS THERE ANYBODY THAT CAN HELP ME WITH THIS PROBLEM AND SCENARIO!!!????
Any advice or help would be much appreciated!
Thank you
PhatKamfer
Thank you for replying Loy
That is precisely what I did. I partitioned my home folder with 300gig space separately and in home I created a Corporate folder for all to share. I then created all the users and subsequently each user was given a folder in the Home folder.
I then gave everybody permission to access the Corp folder, but because it was created with root for some reason no-one could access it. I then obviously tried to change ownership of the Corp folder to one of the staff members instead of root and for some reason it worked then. but it only worked for say 20min, because for some unknown reason it keeps reseting the ownership of the Corp folder to root and so stopped everyone from accessing it. again. Dont know why. Could it be because home is by defualt owned by root.??
Once again thank you for your reply.