From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 15:42:31 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 EBEF8106567D for ; Mon, 10 Mar 2008 15:42:31 +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 C1B5C8FC13 for ; Mon, 10 Mar 2008 15:42:31 +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 3C03B3F6181 for ; Mon, 10 Mar 2008 16:42:30 +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 17E163F617C for ; Mon, 10 Mar 2008 16:42:29 +0100 (CET) Message-ID: <47D55722.1060905@laposte.net> Date: Mon, 10 Mar 2008 16:43:30 +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: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: 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 15:42:32 -0000 Hi, I have an UFS partition mounted read-only. There is a label on it, and it appears twice under dev: as ad10s1h and as ufs/LIBRARY. Unlike RW-mounted filesystems, the entry under ufs is not deleted after mounting (either using /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? Cheers -- Michaël $ uname -a FreeBSD Llea.celt.neu 7.0-STABLE FreeBSD 7.0-STABLE #11: Wed Mar 5 00:59:32 CET 2008 root@Llea:/usr/obj/usr/src/sys/LLEA amd64