ubuntu 8.10 samba browsing

Asked by Jim

I use Ubuntu 9.04, when i try to browse my windows share folder, it says "Unable to mount location" This was working fine in 9.04 earlier when i installed the Operating system. I can see the shares for the host, but when i try to browse them I get the above message.

I have tried multiple fixes found here and on other forms nothing works. No changes to my network.

Please help.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu samba Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Ariel Cabral (acabral1961) said :
#1

Your problem is related to samba server or client? i.e.
You upgrade your Ubuntu station and cannot access to your usual samba server?
or
You upgrade your Ubuntu samba server and the users cannot access to your shares?

Revision history for this message
Jim (jimaraujo6786) said :
#2

Samba client on my ubuntu Installation trying to connect to NAS
Client = I upgraded my Ubuntu Station from 8.04.1 to Ubuntu 8.10 and cannot access the same smb shares
Server = No change, this is a NAS device.

Revision history for this message
Jim (jimaraujo6786) said :
#3

The Network Attached Storage device is brand/model = D-Link DNS-323

Does any one own this model and is using Ubuntu 8.10? with password protected shares? Aparently it only works if the shares are for anonymous usage and not password protected.

-Jim

Revision history for this message
Ariel Cabral (acabral1961) said :
#4

Ubuntu 8.10 is trying to use a (more secure) form of authentication that the DNS-323 doesn't support. There is definitely more than one way to solve this.

One way is to hack your DNS-323 to have an updated Samba server which supports more secure types of authentication. This would probably void your warranty, and since I'm not going to try, I won't be covering it.

Another way is to contact D-Link and complain about the Samba on the DNS-323 until they release a firmware with a better version of Samba.

Another way is to make Ubuntu authenticate with your DNS-323 using the weak lanmanager style authentication that the DNS-323 expects. To make this work, I had to edit my samba configuration. Open it up for editing by doing:
Code:

gksu gedit /etc/samba/smb.conf

Find the [global] section, and insert this line:
Code:

client lanman auth = yes

Hope this helps, let me know

Revision history for this message
IsBOF (rasmusbb) said :
#5

I just tested it aginst a DNS-323 and it worked perfectly, thanks!

Revision history for this message
Jim (jimaraujo6786) said :
#6

Thank you, since the latest updates I have not had any issue with it.

I appreciate your thoroughness with my problem "ticket"

-Jim

On Sat, Apr 25, 2009 at 1:46 AM, IsBOF
<email address hidden> wrote:
> Your question #56781 on samba in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/samba/+question/56781
>
> IsBOF proposed the following answer:
> I just tested it aginst a DNS-323 and it worked perfectly, thanks!
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+source/samba/+question/56781/+confirm?answer_id=4
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+source/samba/+question/56781
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Open' state without activity for the last 15 days.