Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2002 09:53:17 -0500 
From:      "Schroeder, Aaron" <Aaron.Schroeder@qg.com>
To:        'Andrew Gallatin' <gallatin@cs.duke.edu>
Cc:        "'freebsd-alpha@freebsd.org'" <freebsd-alpha@FreeBSD.ORG>
Subject:   RE: smbmount question...
Message-ID:  <1F095B0753FCD411857700010333058A04EEC622@waexch1.qgraph.com>

next in thread | raw e-mail | index | archive | help
Cool, thanks.

I am editing my kernel file now, is there a special section that I need to
add these options to? Or can I just place them under the file-systems
section?

AJ

-----Original Message-----
From: Andrew Gallatin [mailto:gallatin@cs.duke.edu]
Sent: Monday, May 06, 2002 9:37 AM
To: Schroeder, Aaron
Cc: 'freebsd-alpha@freebsd.org'
Subject: Re: smbmount question...



Do you mean  mount_smbfs to mount windows shares?  
Its not enabled on alpha, probably due to lack of testing.

If you want to try it, 

# cd /usr/src/lib/libsmb
# make all install
# cd /usr/src/sbin/mount_smbfs
# make all install


It requires kernel support in the form of 

#
# SMB/CIFS requester
# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and
LIBICONV
# options.
# NETSMBCRYPTO enables support for encrypted passwords.
options         NETSMB                  #SMB/CIFS requester
options         NETSMBCRYPTO            #encrypted password support for SMB

# mchain library. It can be either loaded as KLD or compiled intokernel
options         LIBMCHAIN               #mbuf management library

# Kernel side iconv library
options         LIBICONV


These seem to compile (at least as modules).

I don't have any windows machines, so I cannot test it.


Drew


Schroeder, Aaron writes:
 > 
 > Hello all,
 > 
 > I have a question regarding 'smbmount' for FreeBSD/Alpha. Is it
available?
 > If so, how does one install it? When I do a 'whereis smbmount' I get the
man
 > page, but that's it. I have xsmbrowser, I get it to connect, but it is
 > complaining about not being able to find smbmount. I installed samba as
 > well, and still no luck.
 > 
 > TIA,
 > 
 > AJ Schroeder
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-alpha" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1F095B0753FCD411857700010333058A04EEC622>