I used command as followings. nothing special.
mount.cifs //192.168.55.53/windows$ /mnt -o user=username%password
It works well after mounted. But mounting itself takes 1-2 minutes terribly.
I have this trouble only on that shares where need enter login anf password. On guest shares work all fine. This trouble exist on 11.1 and on 11.2M4 and 11.2M5 (others not tested)
lnxvrxstd:/home/xvirex # mount.cifs //192.168.0.52/share$ /mnt -o user=virex%virex_password --verbose
parsing options: user=virex%virex_password
mount.cifs kernel mount options unc=//192.168.0.52\share$,pass=virex_password,ver=1,user =virex,
[here we waiting 3 min 10 sec, after that we get console and mounted share]
lnxvrxstd:/home/xvirex # ls -la /mnt
итого 1560885
drwxrwxrwx 1 root root 0 Авг 25 00:24 .
drwxr-xr-x 20 root root 4096 Авг 25 09:59 …
-rwxrwSrwx 1 root root 0 Авг 19 17:27 AUTOEXEC.BAT
-r-xr-Sr-x 1 root root 4952 Апр 15 2008 Bootfont.bin
…
If i try to mount guest share on other it is gone ok
lnxvrxstd:/home/xvirex # mount.cifs //192.168.0.3/exchange /mnt --verbose
Password: (here i just put enter)
mount.cifs kernel mount options unc=//192.168.0.3\exchange,user=root,pass=,ver=1
lnxvrxstd:/home/xvirex # ls -la /mnt
итого 4
drwxrwxrwx 13 21 root 0 Авг 24 16:48 .
drwxr-xr-x 20 root root 4096 Авг 25 09:59 …
drwxrwxrwx 5 21 root 0 Авг 24 16:48 Ethernet
drwxrwxrwx 3 21 root 0 Авг 22 13:36 Games
[It work fine without delay]
In this case 192.168.0.3 - is FreeBSD with Samba, 192.168.0.52 - Windows XP SP3 without firewall with Guest user
If same doing trought the konqueror
string smb://virex@192.168.0.52/share$
then connection is up during 1 min 10 sec
How to fix slow mount?