PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : mount -t smbfs fehler :-(



supperlocalhost
22.10.03, 00:03
mount -t smbfs //192.168.1.55/image /mnt/192.168.1.55
4115: session request to 192.168.1.55 failed (Called name not present)
4115: session request to 192 failed (Called name not present)
4115: session request to *SMBSERVER failed (Not listening on called name)
SMB connection failed

supperlocalhost
22.10.03, 00:36
smb://192.168.1.55/

geht aucht nicht

mount -t smbfs //192.168.1.55/images /mnt/192.168.1.55
4483: session request to 192.168.1.55 failed (Called name not present)
4483: session request to 192 failed (Called name not present)
4483: session request to *SMBSERVER failed (Not listening on called name)
SMB connection failed


das ist ein windows 2003 rechner und ich komme nicht drauf :-(

sammy
22.10.03, 06:47
ist die ip adresse und der freigabename richtig?
kannst du den rechner anpingen?

AceTheFace
22.10.03, 07:12
Original geschrieben von supperlocalhost
mount -t smbfs //192.168.1.55/image /mnt/192.168.1.55
4115: session request to 192.168.1.55 failed (Called name not present)
4115: session request to 192 failed (Called name not present)
4115: session request to *SMBSERVER failed (Not listening on called name)
SMB connection failed

Mach mal ein smbclient -l 192.168.1.55 und schau, ob du damit die Freigaben angezeigt bekommst....

Gruß,

Ace

supperlocalhost
22.10.03, 13:32
smbclient -l 192.168.1.55
added interface ip=192.168.1.25 bcast=192.168.1.255 nmask=255.255.255.0
Usage: smbclient service <password> [options]
Version 2.2.7a
-s smb.conf pathname to smb.conf file
-O socket_options socket options to use
-R name resolve order use these name resolution services only
-M host send a winpopup message to the host
-i scope use this NetBIOS scope
-N don't ask for a password
-n netbios name. Use this name as my netbios name
-d debuglevel set the debuglevel
-P connect to service as a printer
-p port connect to the specified port
-l log basename. Basename for log/debug files
-h Print this help message.
-I dest IP use this IP to connect to
-E write messages to stderr instead of stdout
-U username set the network username
-L host get a list of shares available on a host
-t terminal code terminal i/o code {sjis|euc|jis7|jis8|junet|hex}
-m max protocol set the max protocol level
-A filename get the credentials from a file
-W workgroup set the workgroup name
-T<c|x>IXFqgbNan command line tar
-D directory start from directory
-c command string execute semicolon separated commands
-b xmit/send buffer changes the transmit/send buffer (default: 65520)

Windoofsklicker
22.10.03, 16:23
smbclient -L rechnername

Doh!
22.10.03, 23:43
Vielleicht hilft der Thread weiter:

http://www.linuxforen.de/forums/showthread.php?s=&threadid=102684

Hast Du das Paket smbmount installiert?