From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 16:30:56 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 2617D1065673 for ; Mon, 10 Mar 2008 16:30:56 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id AD8138FC12 for ; Mon, 10 Mar 2008 16:30:55 +0000 (UTC) (envelope-from michael.grunewald@laposte.net) Received: from smtp5-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp5-g19.free.fr (Postfix) with ESMTP id C563A3F618C; Mon, 10 Mar 2008 17:30:52 +0100 (CET) Received: from Llea.celt.neu (ron34-3-82-236-236-194.fbx.proxad.net [82.236.236.194]) by smtp5-g19.free.fr (Postfix) with ESMTP id EC6953F6149; Mon, 10 Mar 2008 17:30:47 +0100 (CET) Message-ID: <47D56274.6020506@laposte.net> Date: Mon, 10 Mar 2008 17:31:48 +0100 From: =?ISO-8859-1?Q?Micha=EBl_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080305 SeaMonkey/1.1.8 MIME-Version: 1.0 To: Wojciech Puchar References: <47D55722.1060905@laposte.net> <20080310165854.G5727@wojtek.tensor.gdynia.pl> In-Reply-To: <20080310165854.G5727@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: GEOM label of a read-only partition is not properly handled 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 Mar 2008 16:30:56 -0000 Wojciech Puchar wrote: >> /dev/ad10s1h or /dev/ufs/LIBRARY as special argument of mount). >> >> Was this behavior remarked by others? I have not found a PR about >> this, I maybe should do this, right? > > this is right behaviour. you may use the device many times if read-only, > but not read-write. Fine, thank you!