From owner-freebsd-alpha Mon May 6 7:37:13 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 62AFE37B400 for ; Mon, 6 May 2002 07:37:08 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA11321; Mon, 6 May 2002 10:37:07 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id g46Eab470103; Mon, 6 May 2002 10:36:37 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15574.38133.566717.769028@grasshopper.cs.duke.edu> Date: Mon, 6 May 2002 10:36:37 -0400 (EDT) To: "Schroeder, Aaron" Cc: "'freebsd-alpha@freebsd.org'" Subject: Re: smbmount question... In-Reply-To: <1F095B0753FCD411857700010333058A04EEC61D@waexch1.qgraph.com> References: <1F095B0753FCD411857700010333058A04EEC61D@waexch1.qgraph.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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