Discussion:
[Samba] mount.cifs mounts no more
Helmut Hullen
2009-01-11 16:52:53 UTC
Permalink
Hallo,

many days mounting Windows shares form a Linux server worked well. Since
yesterday, samba (mount.cifs and smbmount) may no more mount the shares
of one of my Windows clients.

Samba 3.0.33 and 3.2.7, Windows 2000 and Windows XP Home

Command line is

mount.cifs -v //Think22/Think22-C /tmp/T22-C -o "username=Think22/hhullen,password=xxyy,servern=THINK22"

or

mount.cifs -v //Think22/Think22-C /tmp/T22-C -o "username=Think22/hhullen,password=xxyy,servern=THINK22,ip=192.168.0.42"

Command

smbclient -N -L Think22

tells

Anonymous login successful

Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote-IPC
Think22-D Disk
Think22-E Disk
Think22-F Disk
Think22-C Disk
Anonymous login successful

Server Comment
--------- -------

Workgroup Master
--------- -------
=====================================================================

The mount commands tell (respectively):

parsing options: username=Think22/hhullen,password=xxyy,servern=THINK22

Mounting the DFS root for domain not implemented yet
No ip address specified and hostname not found

--------------------------------------------------------------------------

parsing options: username=Think22/hhullen,password=xxyy,servern=THINK22,ip=192.168.0.42
ip address 192.168.0.42 override specified

Mounting the DFS root for domain not implemented yet
mount error: can not change directory into mount target //Think22/Think22-C

-------------------------------------------------------------------------

Where is the bug?

On another Windows client (Windows 2000) the same command works fine.

Viele Gruesse!
Helmut
Helmut Hullen
2009-01-12 23:25:33 UTC
Permalink
Hallo,
Post by Helmut Hullen
many days mounting Windows shares form a Linux server worked well.
Since yesterday, samba (mount.cifs and smbmount) may no more mount
the shares of one of my Windows clients.
[...]
Post by Helmut Hullen
parsing options: username=Think22/hhullen,password=xxyy,servern=THINK
22
Mounting the DFS root for domain not implemented yet
No ip address specified and hostname not found
---------------------------------------------------------------------
-----
parsing options: username=Think22/hhullen,password=xxyy,servern=THINK
22,ip=192.168.0.42 ip address 192.168.0.42 override specified
Mounting the DFS root for domain not implemented yet
mount error: can not change directory into mount target
//Think22/Think22-C
---------------------------------------------------------------------
Now all works like a charm.
I had made some small changes in some scripts, and that had changed the
"UPPER"/"lower" names of some directories ...

Viele Gruesse!
Helmut

Continue reading on narkive:
Loading...