LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2010, 03:54 AM   #1
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Rep: Reputation: 15
Please suggest me a file server software.


I want to set up a file server in office.

Every user has different permission for different folders and files.

Some folders only some user can watch and edit.

The

I am new to Linux, and hope can find a solution with GUI management tool.

Many thanks.
 
Old 03-06-2010, 05:46 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
what do you want to seve files to?? windows machines? If so the you'll be wanting SaMBa, wjich will be preinstalled on any normal server / desktop distro.
 
Old 03-06-2010, 09:01 AM   #3
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
If you are looking for an easy to manage NAS Server OS. I recommend Openfiler. It's based on rPath & works great as a SAN/NAS server.

Last edited by ongte; 03-06-2010 at 09:04 AM.
 
Old 03-06-2010, 02:13 PM   #4
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
nfs is pretty standard.
i like sshfs.
 
Old 03-06-2010, 02:24 PM   #5
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by vincent90152900 View Post
I want to set up a file server in office.

Every user has different permission for different folders and files.

Some folders only some user can watch and edit.

The

I am new to Linux, and hope can find a solution with GUI management tool.

Many thanks.
What is the client OS that will be accessing the file server? That makes a world of difference in what file server you want to setup on a Linux system.

If your clients are Linux, then stick with the native NFS. It is fast, easy, and just works with next to zero hassles.

If your clients are Windows, then you have 2 choice. NFS (you will need to install the NFS client on the windows workstations) or samba server. I have never set up a NFS client for windows, but there are plenty of HOWTOs out there on google to help with that.

Setting up a samba server is rather easy unless you are trying to mesh it into an AD native domain. If you are in a "workgroup" and not a domain it is very simple to configure and set permissions.

If the client OS is MAC OSx, then NFS is also the way to go. set it up just like you would for Linux clients as OSx has native access to NFS file shares. works like a dream. That is what I use at my home and my office. Mac clients with NFS (CentOS 5.x Linux) servers. Took me all of 5min to set up my NFS server and configure my Mac clients.
 
Old 03-06-2010, 02:37 PM   #6
GoinEasy9
Member
 
Registered: Feb 2004
Location: Manorville, New York, USA
Distribution: siduction, openSUSE Tumbleweed
Posts: 379
Blog Entries: 1

Rep: Reputation: 47
Or you could download a copy of Centos, most recent version in 5.4, link here:
http://distrowatch.com/index.php?dis...h=all&year=all

The next link goes through setting up a server, and the different things you might want to set up in a server, read this all the way through first to see if this is what you need, and if it covers what you want to do.

Setting up a server in Linux is not a difficult task, getting a feel for what you want it to do is a little more difficult. HowToForge has many tutorials that go through many different server setups, if the one I pointed you to isn't what your looking for, search the site and see what else you come up with.
 
Old 03-07-2010, 12:30 AM   #7
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by acid_kewpie View Post
what do you want to seve files to?? windows machines? If so the you'll be wanting SaMBa, wjich will be preinstalled on any normal server / desktop distro.
My client include Windows XP, Ubuntu 9.10, Linux Mint 8.

Many thanks for your suggestion.

I had tried samba.

However, I don't find a GUI to manager it.
 
Old 03-07-2010, 12:32 AM   #8
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ongte View Post
If you are looking for an easy to manage NAS Server OS. I recommend Openfiler. It's based on rPath & works great as a SAN/NAS server.
Many thanks for your suggestion.

I already download it, and will test it.

Thank you very much.
 
Old 03-07-2010, 12:42 AM   #9
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by lleb View Post
What is the client OS that will be accessing the file server? That makes a world of difference in what file server you want to setup on a Linux system.

If your clients are Linux, then stick with the native NFS. It is fast, easy, and just works with next to zero hassles.

If your clients are Windows, then you have 2 choice. NFS (you will need to install the NFS client on the windows workstations) or samba server. I have never set up a NFS client for windows, but there are plenty of HOWTOs out there on google to help with that.

Setting up a samba server is rather easy unless you are trying to mesh it into an AD native domain. If you are in a "workgroup" and not a domain it is very simple to configure and set permissions.

If the client OS is MAC OSx, then NFS is also the way to go. set it up just like you would for Linux clients as OSx has native access to NFS file shares. works like a dream. That is what I use at my home and my office. Mac clients with NFS (CentOS 5.x Linux) servers. Took me all of 5min to set up my NFS server and configure my Mac clients.
Many thanks for replying.

My clients include Windows XP, Ubuntu 9.10 and Linux Munt 8.

I don't have a AD native domain.

I had tried share folder in Ubuntu 9.10 with following way.

http://www.simplehelp.net/2007/05/19...ers-in-ubuntu/

However, I can not create different account for different folder.
 
Old 03-07-2010, 12:44 AM   #10
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by GoinEasy9 View Post
Or you could download a copy of Centos, most recent version in 5.4, link here:
http://distrowatch.com/index.php?dis...h=all&year=all

The next link goes through setting up a server, and the different things you might want to set up in a server, read this all the way through first to see if this is what you need, and if it covers what you want to do.

Setting up a server in Linux is not a difficult task, getting a feel for what you want it to do is a little more difficult. HowToForge has many tutorials that go through many different server setups, if the one I pointed you to isn't what your looking for, search the site and see what else you come up with.
Many thanks for your replying.

I will take it a try.

Thank you very much.
 
Old 03-07-2010, 07:06 PM   #11
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Re GUI for Samba; you want SWAT http://www.samba.org/samba/docs/man/...tion/SWAT.html
http://www.linuxhomenetworking.com/w...nux,_and_Samba
 
Old 03-07-2010, 07:53 PM   #12
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
http://www.amahi.org/tour/sharing

Hi I had tested this one.

It works well.

Many thanks for all of you.

Thank you very much.
 
Old 03-07-2010, 08:12 PM   #13
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by ongte View Post
If you are looking for an easy to manage NAS Server OS. I recommend Openfiler. It's based on rPath & works great as a SAN/NAS server.
Hi,

I already test OpenFiler.

It is very easy to install, however the management is confused to me.

Many thanks for your suggestion.
 
Old 03-07-2010, 08:14 PM   #14
vincent90152900
LQ Newbie
 
Registered: Mar 2010
Posts: 23

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chrism01 View Post
http://www.amahi.org/tour/sharing

Hi I had tested this one.

It works well.

Many thanks for all of you.

Thank you very much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
.swf flash file not openning from linux apache server, pls suggest Baps Linux - Server 8 03-06-2009 12:19 PM
Suggest wiki software Sinedie Linux - Server 6 03-19-2008 07:55 AM
Please suggest me a software..........!!!!!!! me4linux Linux - Software 11 05-15-2007 02:32 PM
suggest a software cylonite Programming 4 10-03-2005 01:11 PM
Can anyone suggest me a good and free web mail software on redhat linux server? mimi Linux - Networking 1 07-09-2002 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration