I get the following error, if I try to mount a samba share with cifs:
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs( manual page (e.g.man mount.cifs)
The fstab entries on the client side for the shares have not changed. But the client is also feisty, so I'm not sure, if it's a client or a server problem...
I already reinstalled all samba-stuff (including smb.conf and the passwords) on the server to eliminate risk of having old incompatible entries in smb.conf => did not help.
This is smbclient -L output shows o.k. though:
Domain=[LURCHIE] OS=[Unix] Server=[Samba 3.0.24]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
stuff Disk hobbes stuff
data Disk hobbes stuff
windata Disk hobbes stuff
IPC$ IPC IPC Service (lurchie server (Samba, Ubuntu))
Domain=[LURCHIE] OS=[Unix] Server=[Samba 3.0.24]
Server Comment
--------- -------
Workgroup Master
--------- -------
MIDDLEEARTH LURCHIE
I appreciate any help. As far as I have seen, many other users are having theses troubles too, but I did not stumble over any solution yet.
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs( manual page (e.g.man mount.cifs)
The fstab entries on the client side for the shares have not changed. But the client is also feisty, so I'm not sure, if it's a client or a server problem...
I already reinstalled all samba-stuff (including smb.conf and the passwords) on the server to eliminate risk of having old incompatible entries in smb.conf => did not help.
This is smbclient -L output shows o.k. though:
Domain=[LURCHIE] OS=[Unix] Server=[Samba 3.0.24]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
stuff Disk hobbes stuff
data Disk hobbes stuff
windata Disk hobbes stuff
IPC$ IPC IPC Service (lurchie server (Samba, Ubuntu))
Domain=[LURCHIE] OS=[Unix] Server=[Samba 3.0.24]
Server Comment
--------- -------
Workgroup Master
--------- -------
MIDDLEEARTH LURCHIE
I appreciate any help. As far as I have seen, many other users are having theses troubles too, but I did not stumble over any solution yet.
Comment