Results 1 to 10 of 10
Okay,
So I've had a Slackware server setup for over a year with Samba and no problems until now. I have been able to read/write as one should when I ...
- 05-19-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Ontario, Canada - Eh!
- Posts
- 17
Slackware Shares with Slackware?? Problems.....
Okay,
So I've had a Slackware server setup for over a year with Samba and no problems until now. I have been able to read/write as one should when I had the shares mapped on my XP installation.
I am now trying to move to a full Linux setup, but am having problems connecting from my Desktop Slackware installation to my Slackware Server's Samba shares. It cannot connect to or find the server. I can PING the server and even load SWAT through Firefox, but still cannot find the shares.
If ANYONE can help me it'd be Greatly appreciated........ my ears need some music
**Edit - I just tried to connect using Konqueror 'smb://caboose' (caboose being my server name) and it would error as normal, but then i tried it with 'smb://192.168.1.10' and it's working
Is there something I'm missing in my setup for my desktop? When I was using WinXP, connecting to the server using the server name would work (//caboose)
- 05-19-2005 #2Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
you could try adding
in /etc/hosts file on your clientCode:192.168.1.10 caboose
- 05-19-2005 #3This will fix your problem
Originally Posted by MaX_ManIc
make sure you have a work group name in the smb.conf file
also when you make changes to your smb.conf file you need to restart he service for it to take effect
also try this in konqueror
smb:/
then it will search for workgroups and the name of your workgroup should show up and when you click on that your comp should show upSome 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
- 05-19-2005 #4
Don't forget to start lisa (as root) . You can start that with :
in rc.local for example.Code:/opt/kde/bin/lisa -q
Lisa is required for browsing samba shares in KDE.
- 05-26-2005 #5Just Joined!
- Join Date
- May 2005
- Location
- Ontario, Canada - Eh!
- Posts
- 17
Okay, so I'm now able to see the shares in Konqueror through smb://caboose
Now i'm trying to have some of the shares connect when turning on my desktop. So I thought I'd read up on editing the fstab to load the shares, and this is what I get when running 'mount -a'
mount: RPC: Remote system error - Connection refused
So I thought I'd try a manual mount, to see if I somehow messed something up in the fstab, but i get the same error; here is the manual mount command I used
mount caboose:/host/SambaShares/Music /mnt/Music
also tried:
mount 192.168.1.10:/host/SambaShares/Music /mnt/Music
Now my problem lies with getting the connection all the time with my desktop. Can Lisa do that, or does it only browse?
Thanks for the help so far
- 05-26-2005 #6Just Joined!
- Join Date
- May 2005
- Posts
- 4
Go to http://linuxpackages.net and download smb4k, is way better thatn lisa, the only downside is that is not part of konqueror
- 05-26-2005 #7what happens if you just put smb:/ in konqueror
Originally Posted by sargeants
smb:/Some 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
- 05-26-2005 #8Just Joined!
- Join Date
- May 2005
- Location
- Ontario, Canada - Eh!
- Posts
- 17
If I do that then I'm able to browse my network and see my server (as I should be able to)
Originally Posted by adrenaline
Maybe I'll have to try smb4k. Does this need to run on the server or the workstation? I would think workstation.
Browsing the server is fine, I'm more trying to setup a 'mapped drive' or autoloading mount now
- 05-27-2005 #9Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
maybe u should try mounting with thismount caboose:/host/SambaShares/Music /mnt/Music
also tried:
mount 192.168.1.10:/host/SambaShares/Music /mnt/Music
i use it like this, and it works...Code:mount //caboose/Music /mnt/Music
- 05-27-2005 #10Just Joined!
- Join Date
- May 2005
- Location
- Ontario, Canada - Eh!
- Posts
- 17
OK, so I got looking into it further, and my smb.conf on my desktop was non-existant and it wouldn't tell me that earlier; it was there when I started this question
Originally Posted by MaX_ManIc
So all seems to be working now with that line and my smb.conf is back and working. Just had to get the mount command down so it wouldn't ask for a password and then load it into the fstab so I don't have to type anything when my desktop turns on
It's amazing what you can do with the right parts in place - argh!Code:mount //caboose/Music /mnt/Music/ -o guest From /etc/fstab: //caboose/Music /mnt/Music smbfs guest,rw 0 0
Thanks All, been a pleasure


Reply With Quote
