From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 13:10:28 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 ED2EE16A4CE for ; Fri, 6 Feb 2004 13:10:28 -0800 (PST) Received: from ws1.cnweb.com (ws1.cnweb.com [207.91.1.11]) by mx1.FreeBSD.org (Postfix) with SMTP id D631D43D62 for ; Fri, 6 Feb 2004 13:10:27 -0800 (PST) (envelope-from darryl@osborne-ind.com) Received: (qmail 1854 invoked from network); 6 Feb 2004 21:10:27 -0000 Received: from p189n31.ruraltel.net (HELO darryl) (24.225.31.189) by spkg.com with SMTP; 6 Feb 2004 21:10:27 -0000 From: "Darryl Hoar" To: Date: Fri, 6 Feb 2004 15:13:39 -0600 Message-ID: <009c01c3ecf6$17aa69e0$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Importance: Normal Subject: mount a smb filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: darryl@osborne-ind.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 21:10:29 -0000 Greetings, If you put a line like: //guest@myserver/misc /test smbfs ro,noauto 0 0 in /etc/fstab, is there a way to specify the pasword so that when you mount the filesystem, it doesn't prompt for the password ? I see that mount_smbfs uses .nsmbrc, but that has no effect when you use fstab. any help greatly appreciated. -Darryl