<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>This may be more of a Samba question but I'll give it a try</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">I want to share a folder on one linux server and mount it on another linux server.  I am trying to do this via Samba.  When I perform a smbclient -L servername -U username -w domain I get a list of the shares available on that server.  I am not sure the best way to put that in fstab to mount the remote share.  When I try: mount -t smbfs -o username=user //server/share /mountpoint I get the following error:</FONT></P>

<P><FONT SIZE=2 FACE="Arial">16100: session setup failed: ERRDOS - ERRnoaccess (Access denied.)</FONT>
<BR><FONT SIZE=2 FACE="Arial">SMB connection failed</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Do I have to mount this using smbmount?  If so, how can I put that in fstab to remount that at startup?  Any help/advice would be appreciated.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">David Williams</FONT>
</P>

</BODY>
</HTML>