From owner-freebsd-stable@FreeBSD.ORG Wed Aug 6 10:49:54 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FB3037B401 for ; Wed, 6 Aug 2003 10:49:54 -0700 (PDT) Received: from mailgw2a.lmco.com (mailgw2a.lmco.com [192.91.147.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5243343F75 for ; Wed, 6 Aug 2003 10:49:53 -0700 (PDT) (envelope-from brandon.h.fosdick@lmco.com) Received: from emss01g01.ems.lmco.com ([129.197.181.54]) by mailgw2a.lmco.com (8.11.6p2/8.11.6) with ESMTP id h76Hnq122866 for ; Wed, 6 Aug 2003 13:49:52 -0400 (EDT) Received: from CONVERSION-DAEMON.lmco.com by lmco.com (PMDF V6.1-1 #40643) id <0HJ700301KLUU4@lmco.com> for stable@freebsd.org; Wed, 06 Aug 2003 10:49:50 -0700 (PDT) Received: from lmco.com ([129.197.81.207]) by lmco.com (PMDF V6.1-1 #40643) with ESMTP id <0HJ700707JISHD@lmco.com> for stable@freebsd.org; Wed, 06 Aug 2003 10:06:28 -0700 (PDT) Date: Wed, 06 Aug 2003 10:06:28 -0700 From: Brandon Fosdick To: stable@freebsd.org Message-id: <3F313594.7030404@lmco.com> Organization: Lockheed Martin MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 Subject: More mount_smbfs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 17:49:54 -0000 Thanks to Will Saxon I'm finally able to mount Samba shares on my 5.1-R box using the command mount_smbfs -I 129.197.36.34 -W acct01 //bfosdick@129.197.36.34/net-11 /sp/net-11 which then prompts me for my password. So now the question is...how do I put this in /etc/fstab? What do I do about the password?