From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 15:17:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA516A4CE for ; Tue, 10 Feb 2004 15:17:36 -0800 (PST) Received: from mail.infinitebubble.com (pia140-70.pioneernet.net [66.114.140.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 340B143D1D for ; Tue, 10 Feb 2004 15:17:36 -0800 (PST) (envelope-from jason@infinitebubble.com) Received: from infinitebubble.com (mail2.bastyr.edu [204.203.216.252]) by mail.infinitebubble.com (Postfix) with ESMTP id 0641B34570; Tue, 10 Feb 2004 15:20:19 -0800 (PST) Message-ID: <40296689.3060405@infinitebubble.com> Date: Tue, 10 Feb 2004 15:17:29 -0800 From: Jason Taylor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian H References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount_smbfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 23:17:36 -0000 Brian H wrote: > Greetings: > I am trying to use mount_smb to mount a share on a windows machine on my > local area network. > The problem is I think I need to authenticate with a domain controller > to do so. I have tried > a couple of things, but i have had no success. Here is what i have tried > so far. Any thoughts? > > mount_smbfs -I > //@/ /mnt > > > for username I have tried: the domain/username and just the username > bare. I get the same results. > > Thanks, > > Brian > I had the same problem. Using the -W option and a bare user name solved it.