From owner-freebsd-questions@FreeBSD.ORG Mon Apr 10 06:49:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5B7F016A400 for ; Mon, 10 Apr 2006 06:49:07 +0000 (UTC) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A7D43D4C for ; Mon, 10 Apr 2006 06:49:06 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id C119F4C7E0; Mon, 10 Apr 2006 09:00:10 +0200 (CEST) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id 72D6452864; Mon, 10 Apr 2006 08:48:22 +0200 (CEST) Message-ID: <4439FFF3.5050407@cs.tu-berlin.de> Date: Mon, 10 Apr 2006 08:49:23 +0200 From: =?ISO-8859-15?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: "Andrey V. Semyonov" References: <4439E139.8070603@mail.ru> In-Reply-To: <4439E139.8070603@mail.ru> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: /etc/fstab FS-specific parameters X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Apr 2006 06:49:07 -0000 Andrey V. Semyonov schrieb: > Hi there! > > How do you use FS-specific parameters in /etc/fstab (like -E for > mount_msdosfs, or -I for mount_smbfs, etc...) ? As far as I know this is not possible. I had a similar problem when I wanted to mount NFS with -L using fstab. In my case there was a solution, because if you specify -o nolockd then it has the same effect as -L. I just wrote nolockd into the options column of /etc/fstab. I guess this won't help you much, because mount_smbfs seems to don't make use of the -o parameter. Regards Björn