Results 1 to 5 of 5
What exactly do I need need to install to view files from a windows server if im using slackware and want to view the files in xwindow and things like ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-07-2005 #1Linux Newbie
- Join Date
- Feb 2005
- Posts
- 181
samba
What exactly do I need need to install to view files from a windows server if im using slackware and want to view the files in xwindow and things like that? Thanks
- 04-07-2005 #2
goto www.samba.org and download the samba server for your slackware box as well as SWAT. SWAT is necessary to setup the fiddly things for SMB services, but most of the legwork should be done by editing the /etc/samba.conf file.
For more help, google for this document: "The Unofficial SAMBA Howto"
It tells you everything you need to set up a SMB server as well as printing and NT logins.
- 04-07-2005 #3
Swat isn't necessary. (AlexK, don't mean to step on your toes here, but Swat can be confusing when this is a pretty simple procedure.)
All you need to do in slackware is open a terminal
cd /etc/samba
in an editor (I like pico)
open smb.conf
scroll down to workgroup and change it to your windows workgroup
workgroup = yourwindowsworkgroup #whatever it might be
then you need smbusers. I like to use the users that are already on the windows box so if you have a user named todd on your windows box I like to createt the same user on your linux box with the same password.
so if you have todd on you windows box with a password of abcdef I do this
adduser todd
#then it will give a bunch of questions just hit enter till you get to the passwd
then put in abcdef #or whatever password is the same for the user on your windows box
then samba needs the same thing so do this
smbpasswd -a todd
<password>
then you will need to restart the service
here is how to do that
Then you will need to share the file on the windows boxCode:/etc/rc.d/rc.samba restart
The best way to view from the linux box is to open konqueror
and in the location bar
type
so my windows box is called adrenaline (of course)Code:smb://<name of windows box>
for me I type
smb://adrenaline
then choices come up and I can choose where I want to go from there
I hope this helps
let me know if you need further advice
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 04-08-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- Ghana
- Posts
- 35
like that adrenaline
it serves better, wouldn't have done any other. the .conf way get it going.
cudos! urs in th penguin
- 04-10-2005 #5Just Joined!
- Join Date
- Apr 2005
- Location
- surat,india
- Posts
- 3
try out webmin
try out webmin
it is a cool browser based app...........to help u out..


Reply With Quote
