From owner-freebsd-bugs@FreeBSD.ORG Sun May 10 14:50:03 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 779901065675 for ; Sun, 10 May 2009 14:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6513A8FC12 for ; Sun, 10 May 2009 14:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n4AEo3rH083648 for ; Sun, 10 May 2009 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4AEo3mk083647; Sun, 10 May 2009 14:50:03 GMT (envelope-from gnats) Date: Sun, 10 May 2009 14:50:03 GMT Message-Id: <200905101450.n4AEo3mk083647@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Aditya Sarawgi Cc: Subject: Re: kern/105093: [ext2fs] [patch] ext2fs on read-only media cannot be mounted X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Aditya Sarawgi List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 14:50:03 -0000 The following reply was made to PR kern/105093; it has been noted by GNATS. From: Aditya Sarawgi To: bug-followup@freebsd.org Cc: csaba.henk@creo.hu Subject: Re: kern/105093: [ext2fs] [patch] ext2fs on read-only media cannot be mounted Date: Sun, 10 May 2009 20:14:11 +0530 I have tested this bug on 8.0-CURRENT and it seems to be fixed. I did the following to test the bug 1) Created a sparse file using dd 2) Then using mdconfig created a node 3) Formatted using mkfs.ext2 4) Remounted the host file system has ro 5) Then mounted the sparse file with -o ro The sparse file is getting mounted perfectly so I request to mark this bug has closed. Cheers, Aditya Sarawgi