Hi,
I use the
mount -t cifs //192.168.1.28/Musikk /arkiv/win_mntpoint -o username=xxx,password=xxx
but I get: mount error(2): No such file or directory
I have done this many times when mounting windows shares, but it has been some months ago. When I should make a backup tonight I ran into this problem. Could anybody give me some direction to solve this. I have tried to ping the other machine, and I get connected. I did a check with this command:
smbclient -d3 -L //192.168.1.28/
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[global]"
added interface eth0 ip=2001:4641:8348:0:e53d:baaf:c1ca:a477 bcast= netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=2001:4641:8348:0:f80b:4f3b:1d38:c585 bcast= netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.1.9 bcast=192.168.1.255 netmask=255.255.255.0
Client started (version 4.7.10-git.124.8d97fe90926lp150.3.9.1-SUSE-oS15.0-x86_64).
Connecting to 192.168.1.28 at port 445
Connecting to 192.168.1.28 at port 139
got OID=1.3.6.1.4.1.311.2.2.30
got OID=1.3.6.1.4.1.311.2.2.10
Enter WORKGROUP-RA319\dagr's password:
GENSEC backend 'gssapi_spnego' registered
GENSEC backend 'gssapi_krb5' registered
GENSEC backend 'gssapi_krb5_sasl' registered
GENSEC backend 'spnego' registered
GENSEC backend 'schannel' registered
GENSEC backend 'naclrpc_as_system' registered
GENSEC backend 'sasl-EXTERNAL' registered
GENSEC backend 'ntlmssp' registered
GENSEC backend 'ntlmssp_resume_ccache' registered
GENSEC backend 'http_basic' registered
GENSEC backend 'http_ntlm' registered
GENSEC backend 'krb5' registered
GENSEC backend 'fake_gssapi_krb5' registered
Got challenge flags:
Got NTLMSSP neg_flags=0x628a8215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x62088215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x62088215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x62088215
Sharename Type Comment
--------- ---- -------
ADMIN$ Disk Ekstern administrasjon
C$ Disk Delt standardressurs
IPC$ IPC Ekstern IPC
Music Disk
Users Disk
Reconnecting with SMB1 for workgroup listing.
Connecting to 192.168.1.28 at port 139
Connecting to 192.168.1.28 at port 139
Connection to 192.168.1.28 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
Failed to connect with SMB1 -- no workgroup available
I am not that good in this, but maybe someone can tell med what is wrong with my setup.
Dag R