DSL as a Windows FileserverForum: Networking Topic: DSL as a Windows Fileserver started by: arew264 Posted by arew264 on April 06 2005,22:04
Hey, I've played around with dsl and i like it, but how do u use it as a fileserver? I'm a real newby to linux but I cant find a way. I would like to have both a windows fileserver and an ftp server. COuld someone please help me?
Posted by AwPhuch on April 07 2005,00:47
Samba, you just have to set your config file goodBrian AwPhuch Posted by arew264 on April 07 2005,01:42
Thanks. How would I go about getting Samba on the machine?
Posted by arew264 on April 07 2005,02:15
nevermind. I did a search for Samba and found out to check the repository, searched for that and found it. THanks for your help, I would've never figured that out.
Posted by blhandi on April 11 2005,16:58
Here is my smb.conf file:It works with win98. Im not worried about security and I have not looked at adding printers yet. Good Luck. ##Samba Server 04-02-05 ##smb.conf file shown in /etc/samba directory. ## smbd Start mnbd start ## Must be 'browsable' to be seen by windows ## add smb.conf to filetool.lst # [global] workgroup = MYWORKGROUP server string = DSL Samba Server security = share [Library] path = /cdrom browsable = yes writable = no guest ok = yes [DSL_rdsk] path = /ramdisk browsable = yes writable = no guest ok = yes [Website] path = /ramdisk/opt/monkey-0.8.2/htdocs browsable = yes writable = yes guest ok = yes |