LinuxQuestions.org
Visit Jeremy's Blog.
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 07-10-2004, 04:07 PM   #1
tbone2525
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Rep: Reputation: 0
Looking for a how-to on setting up a fileserver


Hi All

I'm looking into setting up a simple fileserver with an old box. I've decided to use linux mostly because I want something new to learn & play with. I've been a developer on MS platforms for almost 10 years, but I'm just a complete noob when it comes to linux.

One thing you learn going through life is that experience is almost always better than knowledge. I've found plenty of "how this works" type of info, but, I don't think that's very useful for a complete noob. I'll just fall into the usual traps that more experienced linux aficionados have learned to avoid. I really want to avoid the "you screwed up, reinstall" trap that seems to show up often on this board. I don't have the time to learn it from scratch...I need a bit of a running start if I'm going to figure this stuff out.

Anyway, what I'm looking for is a bit of handholding to get started. A nice step-by-step for a minimal fileserver setup. I figure if I learn the proper way to setup a solid, secure box, that would be a good foundation for learning more about linux. Is there anything out there like this?

Thanks.
 
Old 07-10-2004, 05:05 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Re: Looking for a how-to on setting up a fileserver

Quote:
Originally posted by tbone2525
I'm looking into setting up a simple fileserver with an old box. I've decided to use linux mostly because I want something new to learn & play with. I've been a developer on MS platforms for almost 10 years, but I'm just a complete noob when it comes to linux.
You'll first have to decide whether you want a Linux-
native file-server, or to serve MS machines as well.

Quote:
I'll just fall into the usual traps that more experienced linux aficionados have learned to avoid. I really want to avoid the "you screwed up, reinstall" trap that seems to show up often on this board.
If there IS such a mentality around here it came/comes
with Windows refugees who learnt that from MS. If it
doesn't work, reboot. If the reboot doesn't fix it, reinstall.
I didn't have a reinstall on a few of my Linux machines
in years, updated on the fly (major version jumps without
a reboot).



Cheers,
Tink
 
Old 07-11-2004, 10:46 AM   #3
tbone2525
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
You'll first have to decide whether you want a Linux-native file-server, or to serve MS machines as well.
It would need to serve WinXP machines


Quote:
If there IS such a mentality around here it came/comes with Windows refugees who learnt that from MS...
That may be the case, but it was the first impression I got when skimming through the newbie forum. I've read the 'uptime' stories from linux users, and I'm sure that someone that knows what he's doing can avoid rebooting/reinstalling. However, I don't know what I'm doing. At this point, I'm just as likely to hose up everything as I am to do something right.

I didn't mean to suggest anything about linux. I was just trying to saying that a) I don't know enough about it to just read a man page and understand what's going on, and b) I'm not in college anymore. I don't have the time, or desire to learn by smashing into walls, which really is the only way to learn if you have no guidance no matter how bright you are.

Anyway, sorry to drift off topic, can you point me in the right direction? Thanks.
 
Old 07-11-2004, 02:03 PM   #4
amon
Member
 
Registered: May 2004
Location: UK
Distribution: Debian, Ubantu, CentOS
Posts: 146

Rep: Reputation: 17
ideas

first off i have found that if an install is done correctly
note: if it isn't its not exactly the fault of the user if the install isn't done correctly for the requiermeants as you possably don't know what you will want. the first thing i will reccommend if this is a home project is to possably install a little more stuff than you think you will need (including developmeant tools) as it is easy to not use something but harder sometimes to add things. although if the install is done properly then majour upgrades can be done seemlessly almost without notice.

if you are servering to XP machines then samba is probably the best server to run as it is the one designed to work with windows computers. samba server is the actual server.
 
Old 07-11-2004, 04:11 PM   #5
phlyersphan
Member
 
Registered: Jun 2004
Location: Chicago, IL USA
Distribution: Mandrake 10
Posts: 103

Rep: Reputation: 15
what distribution are you using? your distro may have a graphical tool to help you configure samba (which may be more familiar to you, coming from windows).

it's not difficult though - i'm running mandrake 10, and i used the mandrake package installer (graphical) to install the samba package. then, i opened a text editor (i use vi from the command line but there are others) and edited the smb.conf file to match my network settings (workgroup name, directories that i wanted to share, etc). then just boot your xp machine, verify that the network settings are correct (both machines need ip addresses in the same subnet, or use DHCP), and open network neighborhood/my network places and view your workgroup.

this link was helpful to me - "the unofficial samba how-to":
http://hr.uoregon.edu/davidrl/samba/install.html

there is a tool called swat that gives a web-based front end to your samba server (i only found it to be limitedly helpful - it's simple enough to edit the one config file), and a tool called LinNeighborhood that I have not tried yet but i believe acts like Network Neighborhood for use in viewing Windows shares from your Linux box.

I also keep the book "Running Linux" (4th edition, published by O'Reilly) by my side - it covered samba well, and has a broad range of topics along with good resources for further research on the web.
 
Old 07-11-2004, 04:38 PM   #6
tbone2525
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Original Poster
Rep: Reputation: 0
I am using Mandrake also.

Thanks for the info. I may have to take a trip to the bookstore to see if "Running Linux" is the intro that I'm looking for.
 
Old 01-07-2005, 04:38 AM   #7
stormadvisor
Member
 
Registered: Nov 2004
Location: Ohio
Distribution: suse 9.1
Posts: 31

Rep: Reputation: 15
tbone2525,
Did you ever get it running?
 
Old 01-31-2005, 12:15 AM   #8
ghazz
Member
 
Registered: Jan 2005
Location: Akron, OH
Distribution: Slackware 10
Posts: 32

Rep: Reputation: 15
I believe the link was changed to:

The Unofficial Samba HOWTO

Anyone that saved the info want to compare to this link??

-g

Last edited by ghazz; 01-31-2005 at 12:16 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
setting up a fileserver DAChristen29 Linux - Networking 5 07-21-2005 08:56 AM
fileserver ultramagneus Linux - Newbie 1 03-09-2005 08:54 AM
Setting up a fileserver relrobber Linux - Newbie 4 01-12-2005 01:13 PM
best filesystem for fileserver johond Linux - General 2 11-19-2004 05:35 PM
Fileserver setup stabile007 General 4 08-15-2004 08:43 PM

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

All times are GMT -5. The time now is 04:39 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