<br><br><div><span class="gmail_quote">On 2/3/06, <b class="gmail_sendername">Benjamin Smith</b> <<a href="mailto:lists@benjamindsmith.com">lists@benjamindsmith.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a Windows Server 2003 system I'm trying to back up to a Linux host.<br><br>when I access the share with smbclient, I can "see" the files (`ls` returns a<br>list of files, etc)<br><br>smbclient -U shareuser //server/sharename password
<br><br>But, when I try to actually mount the drive, I get "permission denied" errors<br>trying to access the drive. (EG: using `df`) Running the following command<br>takes about 10 seconds:<br><br>smbmount //server/sharename /mnt/servername -o \
<br>credentials=/path/to/credentials,ro<br><br></blockquote></div>hey,<br>
<br>
sometimes it is not possible to access windows 2003 shares with smbmount command .<br>
<br>
Try this command it works for me :<br>
<br>
mount -t cifs -o username=valid_user  //windows2003machine/share name /mnt/smb(linux mount point).<br>
<br>
<br>
Regards<br>
<br>
Ankush<br>
<br>