From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 04:03:14 2003 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 25A8437B401 for ; Sun, 3 Aug 2003 04:03:14 -0700 (PDT) Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2921543F3F for ; Sun, 3 Aug 2003 04:03:13 -0700 (PDT) (envelope-from Alexander.Farber@t-online.de) Received: from fwd09.aul.t-online.de by mailout01.sul.t-online.com with smtp id 19jGdr-0007Wr-05; Sun, 03 Aug 2003 13:03:11 +0200 Received: from pref.my.domain (X7F4FeZd8eYikPhWOAMKjfTfx1QbTVSxa8-ZYA6mLlSCgqpHUFuc6i@[217.82.217.42]) by fwd09.sul.t-online.com with esmtp id 19jGdj-06E4fI0; Sun, 3 Aug 2003 13:03:03 +0200 Received: from pref.my.domain (alex@localhost [127.0.0.1]) by pref.my.domain (8.12.8/8.12.8) with ESMTP id h73AxlsI018713 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 3 Aug 2003 10:59:47 GMT Received: (from alex@localhost) by pref.my.domain (8.12.8/8.12.9/Submit) id h73Axjte025187 for freebsd-questions@freebsd.org; Sun, 3 Aug 2003 10:59:45 GMT Date: Sun, 3 Aug 2003 10:59:44 +0000 From: Alexander.Farber@t-online.de (Alexander Farber) To: freebsd-questions@freebsd.org Message-ID: <20030803105944.GA30773@pref.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Url: X-Operating-System: OpenBSD 3.3 i386 User-Agent: Mutt/1.5.4i X-Seen: false X-ID: X7F4FeZd8eYikPhWOAMKjfTfx1QbTVSxa8-ZYA6mLlSCgqpHUFuc6i Subject: putting mount_smbfs -N into /etc/fstab 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: Sun, 03 Aug 2003 11:03:14 -0000 Hi, I have: //pref/pref /pref smbfs rw,noauto 0 0 in my /etc/fstab and it works, but I have to press the return key to submit the empty password when I "mount /pref" and thus I have to use the noauto option. I there a way to put the mount_smbfs option "-N" and also "-E koi8-r:cp866" into the /etc/fstab so that no user interaction is required during the boot process? I couldn't find the answer in "man mount_smbfs" nor in /usr/src/contrib/smbfs/mount_smbfs/* yet. Thanks Alex