From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 20:59:44 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 44E4C16A41F for ; Wed, 11 Jan 2006 20:59:44 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD75143D48 for ; Wed, 11 Jan 2006 20:59:43 +0000 (GMT) (envelope-from gollum123@free.fr) Received: from [192.168.0.140] (tui75-2-82-229-178-102.fbx.proxad.net [82.229.178.102]) by smtp5-g19.free.fr (Postfix) with ESMTP id A22651718E; Wed, 11 Jan 2006 21:59:42 +0100 (CET) Date: Wed, 11 Jan 2006 09:22:38 +0100 From: Mathieu CHATEAU X-Mailer: The Bat! (v3.62.12) Professional X-Priority: 3 (Normal) Message-ID: <1895448930.20060111092238@free.fr> To: "Andrew P." In-Reply-To: References: <668593540.20060110201251@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: fstab - mount_nfs - -L parameter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mathieu CHATEAU List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 20:59:44 -0000 Tuesday, January 10, 2006, 9:19:52 PM, you wrote: AP> On 1/10/06, Mathieu CHATEAU wrote: >> Hello all, >> >> I need to mount an nfs volume with the "-L" params. >> >> It works great by hand : >> mount_nfs -L server:/share >> >> but fstab refuses the -L params... AP> really? What does it say? Do you have "ro" or "rw" present in the AP> options? Here's my line that works: AP> lan-217:/mnt/200a /mnt/200a nfs -L,ro 0 0 Sorry, it was my fault, i tried L,rw without the "-" Thanks man ! Mathieu CHATEAU