From owner-freebsd-questions@FreeBSD.ORG Tue Oct 12 17:12:46 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 578D116A4CE for ; Tue, 12 Oct 2004 17:12:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE4DF43D1D for ; Tue, 12 Oct 2004 17:12:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 12 Oct 2004 12:09:12 -0500 Message-ID: <416C108A.1000206@daleco.biz> Date: Tue, 12 Oct 2004 12:12:42 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Uros References: <2610589165.20041012130842@sir-mag.com> In-Reply-To: <2610589165.20041012130842@sir-mag.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Oct 2004 17:09:12.0563 (UTC) FILETIME=[32121430:01C4B07E] cc: 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, 12 Oct 2004 17:12:46 -0000 Uros wrote: >Hello! > >I want to know how to add options in /etc/fstab for smbfs mount. I would >like to add fmask dmask or -f -d > > Hmm, not for sure. I do note that I have a mount with an option coming in via root's crontab, though: @reboot /usr/sbin/mount_smbfs -N //house/SharedDocs /house Might be a valid workaround if the drive isn't needed during boot time; it wouldn't allow batch umounting and remounting, though :-( I just tend to do a lot via cron(8)... >And some other thing. I have command > > Can't help you there. Too newbish, I find awk(1) still rather awkward B^) ... Kevin Kinsey