[GLLUG] I want to mount a W2K folder using the mount command without using g NTLM

Gary Holbrook gholbrook at digitalintuition.com
Wed Oct 15 10:12:04 EDT 2003


It can on Windows 2000.  It cannot on Windows NT and lower.

On Wed, 15 Oct 2003, Matt Shirilla wrote:

> No I cannot mount a subfolder of a share.  I am no SMB expert but I do not
> think there is a provision for mounting a subdirectory of a share built into
> SMB.  If this is true then you would have to have a client smart enough to
> mount the share first then mount the subfolder. Can a subdirectory of an
> mounted Windows share be mounted?
> 
> > -----Original Message-----
> > From: Gary Holbrook [mailto:gholbrook at digitalintuition.com]
> > Sent: Tuesday, October 14, 2003 5:35 PM
> > To: Matt Shirilla
> > Cc: 'linux-user at egr.msu.edu'
> > Subject: RE: [GLLUG] I want to mount a W2K folder using the mount
> > command without using g NTLM
> > 
> > 
> > I don't know about samba 3, as I'm running 2.2.7, however I 
> > am unable to 
> > mount a subdirectory of a share under any circumstances.  Can 
> > you mount a 
> > subdirectory of a share without using kerberos authentication?
> > 
> > Gary
> > 
> >  On Tue, 14 
> > Oct 2003, Matt Shirilla wrote:
> > 
> > > I am using 3.0, what samba.org calls "The first official, 
> > stable release of
> > > the Samba 3.0 code", and I did install MIT Kerberos and OpenLDAP.
> > > 
> > > When I use the following command I am able to authenticate 
> > to my native-mode
> > > Active Directory.  "/usr/kerberos/bin/kinit 
> > user1 at mydomain.com -V"  After
> > > entering my password I get the following output: 
> > "Authenticated to Kerberos
> > > v5"  The security event log on the DC shows an 
> > authentication ticket was
> > > granted.
> > > 
> > > Once I have done that I use the following command to 
> > connect to a server
> > > "smbclient //server1/share -k"  The -k flag means use Kerebos
> > > authentication, I am not prompted for a password, and I get 
> > the "smb: \>"
> > > prompt from which I can access the Windows share.  I will 
> > get a message
> > > telling me if my ticket is expired.  I can do this 
> > successfully for any
> > > share in my domain.
> > > 
> > > I tried this command to no avail "mount -t smbfs -o krb 
> > //server1/share1
> > > /MyWinShare" This last command output the following 
> > "Warning: kerberos
> > > support will only work for samba servers"
> > > 
> > > I Googled the output and the only thing I found was this link:
> > > 
> > http://us2.samba.org/samba/ftp/cvs_current/source/client/smbmo
> unt.c that
> > contains the following code:
> > 
> > #ifdef HAVE_KRB5
> > 
> > 				use_kerberos = True;
> > 				if(!status32_smbfs)
> > 					fprintf(stderr, "Warning: kerberos
> > support will only work for samba servers\n");
> > #else
> > 				fprintf(stderr,"No kerberos support compiled
> > in\n");
> > 				exit(1);
> > #endif
> > 
> > Any suggestions?
> > 
> > Matt
> > _______________________________________________
> > linux-user mailing list
> > linux-user at egr.msu.edu
> > http://www.egr.msu.edu/mailman/listinfo/linux-user
> > 
> _______________________________________________
> linux-user mailing list
> linux-user at egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
> 



More information about the linux-user mailing list