Networking Forums

Networking Forums > Computer Networking > Linux Networking > Debian as a File Server to Win98

Reply
Thread Tools Display Modes

Debian as a File Server to Win98

 
 
Bill
Guest
Posts: n/a

 
      01-17-2005, 12:21 AM
Hello, I'm a newbie to Linux and I have the following question:

I've built a Debian Linux box and wish to set it up as a file server
for my several Win 98 PCs. Basically so the Win 98 PCs can map a drive
to the Linux box and save documents. Can I do this? There seems to be
a question as to what type of file system I can use on Debian that Win
98 can access.

Much thanks, Bill

 
Reply With Quote
 
 
 
 
santa19992000@yahoo.com
Guest
Posts: n/a

 
      01-17-2005, 01:30 AM
I think you need Samba to be installed (by default it installs,
otherwise check by this command "rpm -qa smb" whether installed or
not), so that you can map Linux drive and save your Win 98 files back
to Debian server.

Good luck.

 
Reply With Quote
 
James Knott
Guest
Posts: n/a

 
      01-17-2005, 01:43 AM
Bill wrote:

> Hello, I'm a newbie to Linux and I have the following question:
>
> I've built a Debian Linux box and wish to set it up as a file server
> for my several Win 98 PCs. Basically so the Win 98 PCs can map a drive
> to the Linux box and save documents. Can I do this? There seems to be
> a question as to what type of file system I can use on Debian that Win
> 98 can access.


The file system on the Linux box is irelevant, as far as the clients are
concerned. For example, I can share ext3 file systems to XP.

 
Reply With Quote
 
prg
Guest
Posts: n/a

 
      01-17-2005, 03:23 AM

Bill wrote:
> Hello, I'm a newbie to Linux and I have the following question:
>
> I've built a Debian Linux box and wish to set it up as a file server
> for my several Win 98 PCs. Basically so the Win 98 PCs can map a

drive
> to the Linux box and save documents. Can I do this? There seems to

be
> a question as to what type of file system I can use on Debian that

Win
> 98 can access.
>
> Much thanks, Bill


Samba is probably what you want to use, but you could use ftp or nfs.
Especially with W98 I would recommend Samba.

As J.K. said, your Win machines need only a network protocol that
connects them to the Debian machine -- eg., Samba -- and services their
request to read or write files. The protocol will deliver the _file_
format needed by your W98 apps no matter what file_system_ it is stored
on. So the Debian box can/should use whatever is most appropriate for
it -- ext2/3, rieserfs, etc.

In a sense, the network protocol acts as middleware translating between
the W98 PCs and the Debian box.

Samba is here (and on your Debian CDs):
http://www.samba.org

prg
email above disabled

 
Reply With Quote
 
Max
Guest
Posts: n/a

 
      01-17-2005, 09:04 AM
Bill schreef:
> Hello, I'm a newbie to Linux and I have the following question:
>
> I've built a Debian Linux box and wish to set it up as a file server
> for my several Win 98 PCs. Basically so the Win 98 PCs can map a drive
> to the Linux box and save documents. Can I do this? There seems to be
> a question as to what type of file system I can use on Debian that Win
> 98 can access.
>
> Much thanks, Bill
>

Yes SAMBA it is.

Be sure you've loaded TCP/IP on the Win 98 PCs and install samba on
you're debian box with:

apt-get install samba

You'll have to add user accounts with smbpasswd and shares in the
/etc/samba/smb.conf file. For extra instructions you could look at the
official HOWTO on http://www.samba.org

Good luck

--
Max

Open Source is an ode to common sense
 
Reply With Quote
 
Bill Marcum
Guest
Posts: n/a

 
      01-18-2005, 12:47 AM
On 16 Jan 2005 18:30:59 -0800, (E-Mail Removed)
<(E-Mail Removed)> wrote:
> I think you need Samba to be installed (by default it installs,
> otherwise check by this command "rpm -qa smb" whether installed or
> not), so that you can map Linux drive and save your Win 98 files back
> to Debian server.
>

"rpm -qa" won't work in Debian, try "apt-cache show samba".


--
BOFH excuse #270:
Someone has messed up the kernel pointers
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Server Issue Grant Linux Networking 1 04-01-2008 03:55 AM
Ports for a Debian NFS server ? Madhusudan Singh Linux Networking 0 01-20-2006 02:04 AM
Win98 with Win98 share file Lai Windows Networking 0 09-17-2004 06:47 AM
Problem with Debian NIS Server Andreas Linux Networking 0 09-03-2004 04:22 PM
Example needed of a Debian -interfaces file with wireless settings Scott Wireless Internet 0 09-12-2003 06:31 PM



1 2 3 4 5 6 7 8 9 10 11