View previous topic :: View next topic |
Author |
Message |
Speen Tux's lil' helper
Joined: 27 Apr 2006 Posts: 118 Location: Herzogenrath, NRW, Germany
|
Posted: Tue Aug 01, 2006 6:28 pm Post subject: mount samba-shares [solved] |
|
|
Hi there,
i have some problems with samba.
the first one:
i cannot see any computers in konqueror (used smb:/)
i can access the single computer without a problem (using smb://hostname)
but my main problem is mount -t smbfs
i use the following command to mount
Code: | mount -t smbfs -o username=AlexZ,password=<mypasshere> //golgatha/multimedia /mnt/golgatha/multimedia |
and i got the following response from the server:
Code: | opts: rw
opts: username=AlexZ
opts: password=<mypasswashere>
mount.smbfs started (version 3.0.22)
added interface ip=192.168.0.10 bcast=192.168.0.255 nmask=255.255.255.0
resolve_lmhosts: Attempting lmhosts lookup for name golgatha<0x20>
resolve_wins: Attempting wins lookup for name golgatha<0x20>
resolve_wins: WINS server resolution selected and no WINS servers listed.
resolve_hosts: Attempting host lookup for name golgatha<0x20>
Connecting to 192.168.0.151 at port 445
cli_negprot: SMB signing is mandatory and we have disabled it.
2778: protocol negotiation failed
SMB connection failed
|
what is the problem?
kind regards
Last edited by Speen on Tue Aug 01, 2006 7:57 pm; edited 1 time in total |
|
Back to top |
|
|
Janne Pikkarainen Veteran
Joined: 29 Jul 2003 Posts: 1143 Location: Helsinki, Finland
|
Posted: Tue Aug 01, 2006 6:40 pm Post subject: |
|
|
For the mount part, it's recommended to use cifs instead of smbfs -- smbfs kernel module is outdated and buggy, cifs is the replacement for it. _________________ Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.". |
|
Back to top |
|
|
Speen Tux's lil' helper
Joined: 27 Apr 2006 Posts: 118 Location: Herzogenrath, NRW, Germany
|
Posted: Tue Aug 01, 2006 6:52 pm Post subject: |
|
|
Janne Pikkarainen wrote: | For the mount part, it's recommended to use cifs instead of smbfs -- smbfs kernel module is outdated and buggy, cifs is the replacement for it. |
i'll try this, thanks
crap ... it's not in my kernel |
|
Back to top |
|
|
Speen Tux's lil' helper
Joined: 27 Apr 2006 Posts: 118 Location: Herzogenrath, NRW, Germany
|
Posted: Tue Aug 01, 2006 7:57 pm Post subject: |
|
|
Janne Pikkarainen wrote: | For the mount part, it's recommended to use cifs instead of smbfs -- smbfs kernel module is outdated and buggy, cifs is the replacement for it. |
hey hey, thanks, now its working :)
and a second thx for giving me a reason to build a new kernel ;) |
|
Back to top |
|
|
mariourk l33t
Joined: 11 Jul 2003 Posts: 807 Location: Urk, Netherlands
|
Posted: Wed Jan 24, 2007 11:05 am Post subject: |
|
|
This helped me to. Thanks! _________________ If there is one thing to learn from history, it's that we usualy don't learn anything from it, at all. |
|
Back to top |
|
|
|