ok.<br><br>It fails at the last command with:<br><br>5467: session setup failed: ERRDOS - ERRnoaccess (Access denied.)<br>SMB connection failed<br><br>I can access the share no problem via the network browser in nautilus, however apart form being slow this doesn't give thumbnails for pictures or allow and collection to be made with something like F-spot
- with 25,000 odd pictures on our drives a decent photo manager is pretty important.<br><br>dan <br><br><div><span class="gmail_quote">On 21/07/06, <b class="gmail_sendername">alan</b> &lt;<a href="mailto:alan@comm-tech.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
alan@comm-tech.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>


  

<div bgcolor="#ffffff" text="#000000">
#Try a step by step with smb. The problem with mounting smb shares is
usually with permissions. Let us know how far you get in these steps,
that will give a clue to the problem.<br>
<br>
smbclient -L serverIPaddress -U smb-username<br>
(enter password)<br>
<br>
#You should see a bunch of shares listed, as well as the other stuff
collected from other smb browsers. If that worked then try:<br>
<br>
smbclient //serverIPaddress/sharename -U your-smb-username<br>
(enter password)<br>
<br>
#This should give you a little ftp-like native smb-client prompt. If
this worked (exit to get out) then try actually mounting an smb share<br>
<br>
sudo mount -t smbfs -o username=your-smb-username //ipaddress/sharename
/mnt/mountpoint (all on 1 line)<br>
<br>
#That will mount it as readonly for anyone except root, but if that
works then your ready&nbsp; for the fstab. The equivalent fstab entry is
like this:&nbsp; <br>
<br>
//ipaddress/sharename &nbsp;&nbsp;&nbsp;&nbsp; /mnt/mountpoint&nbsp; smbfs&nbsp;&nbsp;
username=your-smb-username,password=yourpassword &nbsp; 0 0 (all on 1 line)<br>
sudo mount /mnt/mountpoint<br>
<br>
Have found in dapper that using smb:///username@serverIP/sharename in
address bar of nautilus can access smb devices normal user read/write
no problems.. <br>
<br>
=================================<br>
Dan Attwood wrote:
<blockquote cite="http://mid1d69f4860607180251n14ef1d73p55b354033058ba81@mail.gmail.com" type="cite"></blockquote></div><div><span>I've been buggering about with Ubuntu at work again and
I've been trying to make mapping shares to my domain server work, with
vert little sucess.<br>
  <br>
I've followed the instructions on the unofficial ubuntu guide and as
such i've created a .smbcredentials with my username and password, i've
created the local folder to map the share to and i've created a line in
fstab
  <br>
  <br>
When ever i run sudo mount -a it goes away and does it's thing without
complaining. when I try an open the&nbsp; local folder though it won't work,
it just says 'access was denied'<br>
  <br>
I've also tried smb4k which shows all the shares as greyed out.
  <br>
  <br>
hmmmm<br>
dan<br>
  </span></div><div><pre><hr size="4" width="90%">
_______________________________________________<br>Kent mailing list<br><a href="mailto:Kent@mailman.lug.org.uk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Kent@mailman.lug.org.uk</a>
<a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://mailman.lug.org.uk/mailman/listinfo/kent</a></pre>

</div>


</div><br>_______________________________________________<br>Kent mailing list<br><a href="mailto:Kent@mailman.lug.org.uk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Kent@mailman.lug.org.uk</a>
<br><a href="https://mailman.lug.org.uk/mailman/listinfo/kent" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://mailman.lug.org.uk/mailman/listinfo/kent</a><br><br></blockquote></div><br>