From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 18:34:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C9FF106566C for ; Fri, 28 Mar 2008 18:34:14 +0000 (UTC) (envelope-from new2xen@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.245]) by mx1.freebsd.org (Postfix) with ESMTP id 79CEB8FC2A for ; Fri, 28 Mar 2008 18:34:12 +0000 (UTC) (envelope-from new2xen@gmail.com) Received: by ag-out-0708.google.com with SMTP id 31so9078310agc.3 for ; Fri, 28 Mar 2008 11:34:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=QUCkIQsSuZYO3TUloq49z2kosAP5LzawpCbe0e2h2xc=; b=Li/JICykLHad5hU7cw6n3bqqX0Vke2Zswn4Dsn5SJ87hJB7PkOZ2XNEzregDr/sND5yve6Dj03Vcr/Lb6CHxB/c1jIqa/UJkHYmIZ1ZdLDYplE8oWhzBIPKvbs4TRkOftmdYRH0ghd3RkjwX+HFuDtPCmi2RYn9yW4UzbuPXPdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=d8EQJS1/iY0ykY1VTlwrCh6RdmJPfitGU/TTz2GQc4Na+RjpISqoLem+iPMdYlVpsaMH233zFPGzfGUjRqipT5CEvBz/X0u13w4vhxRvu0EzE15iD/M+ycM7tK1nDYiHDfWm9p0g0qWgpXZeglu7E1DIy+tJYtJiz0dRSguEcuA= Received: by 10.151.38.12 with SMTP id q12mr1916289ybj.18.1206729251856; Fri, 28 Mar 2008 11:34:11 -0700 (PDT) Received: by 10.150.96.21 with HTTP; Fri, 28 Mar 2008 11:34:11 -0700 (PDT) Message-ID: <13d67a800803281134k416f6cedied44ffe809f1a4b3@mail.gmail.com> Date: Fri, 28 Mar 2008 11:34:11 -0700 From: "vincenzo romero" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: how to pass nfs nolock option in /etc/fstab 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: Fri, 28 Mar 2008 18:34:14 -0000 Hello all, I have come across an issue where I attempted to mount my NFSroot FS with a nolock option in order to support a database application. In an attempt to do so, I edited my /etc/fstab as follows: 192.168.17.1:/export/images/00A0D1E35B7E/freebsd7_x64 / nfs rw,nolock 0 0 When I attempt to re-mount, I get the following error: mount -a mount_nfs: -o lock: option not supported ... Upon googling folks suggested to use the -L option ... but mention that this is not possible to pass on to /etc/fstab.... My question: is it possible to mount an NFSroot on FreeBSD and at the SAME time pass the nolock parameter? thanks in advance...! -- best, Vince