Results 1 to 9 of 9
Dear all,
I have 7 users and they are using ubuntu 10.04 and now i need to setup a file server on the network but i'm not sure which server ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
need advice to setup a file server
Dear all,
I have 7 users and they are using ubuntu 10.04 and now i need to setup a file server on the network but i'm not sure which server is suite for my case.
important: need to mount the the file server permanently on each user.
any advice appreciate
Regards,
- 10-21-2010 #2Linux Newbie
- Join Date
- Apr 2007
- Posts
- 119
If all the users are Linux based, you can use NFS to share the drive. If you think that windows users might be involved at some point, Samba is your best bet at this point.
- 10-22-2010 #3Just Joined!
- Join Date
- Jan 2008
- Location
- Cloud 9
- Posts
- 11
Not much info.
Do you already have a server set up?
Do you plan on buying simple hardware?
How much space do you need?
Do you want a plain jane server, or do you need security for each user?
Buying and throwing together a simple server with 2tb's of storage is pretty simple, would allow for expansion, and cost less than 250 dollars.
As far as the operating system, if you are not concerned with different security settings, FreeNAS is BSD based, VERY easy to use and worked like a dream on all the computers I've tested it on.
- 10-22-2010 #4Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
I was thinking NFS but i'm not sure that will be good for my case
Thank you for your replay.
no I don't have any server
No i already have much hard wareDo you plan on buying simple hardware?
I don't need a security for each user b/c they want to share a fileHow much space do you need?
Do you want a plain jane server, or do you need security for each user?
Dear, thank you for your replay i only want to setup an easy server. all my users are using Ubuntu i don't have a windows machine in the small network.
Regards,Last edited by joneggk; 10-22-2010 at 09:05 AM.
- 10-22-2010 #5
Linux NFS-HOWTO (first hit on googleing "nfs howto")
- 10-22-2010 #6Just Joined!
- Join Date
- Dec 2009
- Posts
- 8
Thank you i already started googleing about nts and already find that link to.
Regards,
- 10-23-2010 #7Just Joined!
- Join Date
- Feb 2008
- Posts
- 7
try NFS.. good luck!
- 10-23-2010 #8
- 10-24-2010 #9
Another approach is to use a version control system (aka cvs).
NFS allows you to have a central partition (or directory) with common files that users may mount in their computers/file system.
In a sense, cvs is a follow up to NFS if you want users to be able to edit/change those files.
What happens with NFS if two users want to change the same file?
* or the first one locked the file and the second wont be allow to make changes,
* or the last one to save will override the changes made by the other
cvs addresses this type of questions.
pros: cvs resolves conflicts with changes and store revisions (history of changes). security?
cons: cvs its harder to learn. NFS on the client side needs almost no learning.
I use subversion (a cvs software)
Subversion Documentation
Version Control with Subversion
Running a Subversion Server
Both ways use a server/client system.
NFS server shares a data volume, subversion server shares a repository
other cvs software exists, like git, that uses a distributed server/client system
Just my two cents.
If I were you, I'll try NFS for now. Unless you are used to ssh, then you may want to check sshfs (https://help.ubuntu.com/community/SSHFS)
Best regards
Luis
PS: Regarding NFS, this page also helped me in the past. Try to set NFS with firewalls off, and see this if you run into problems with NFS and firewall on:
HOWTO: Configure NFS for control by Firewalls and IPTABLESLast edited by ptkobe; 10-24-2010 at 02:24 AM.


Reply With Quote

