From owner-freebsd-current@FreeBSD.ORG Tue Dec 7 04:58:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7006416A4CE for ; Tue, 7 Dec 2004 04:58:38 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B95C43D55 for ; Tue, 7 Dec 2004 04:58:38 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.30.114.143]) by comcast.net (rwcrmhc11) with ESMTP id <2004120704583701300shco7e>; Tue, 7 Dec 2004 04:58:37 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) iB74wZ5p000920; Mon, 6 Dec 2004 23:58:35 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)iB74wVqH000919; Mon, 6 Dec 2004 23:58:31 -0500 (EST) (envelope-from rodrigc) Date: Mon, 6 Dec 2004 23:58:31 -0500 From: Craig Rodrigues To: Poul-Henning Kamp Message-ID: <20041207045831.GA886@crodrigues.org> References: <90140.1102367413@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90140.1102367413@critter.freebsd.dk> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: NMOUNT/OMOUNT midway status X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Dec 2004 04:58:38 -0000 On Mon, Dec 06, 2004 at 10:10:13PM +0100, Poul-Henning Kamp wrote: > If you want to help me test I keep a patch relative to -current > up to date: > > http://phk.freebsd.dk/patch/nmount.patch I cvsup'd to -current and applied this patch. When I mounted an iso9660 file system, mount showed: on /mnt (cd9660, local, read-only) I applied this patch (based on what I saw in the UDF fs code): --- sys/isofs/cd9660/cd9660_vfsops.c.org Mon Dec 6 23:34:15 2004 +++ sys/isofs/cd9660/cd9660_vfsops.c Mon Dec 6 23:48:38 2004 @@ -203,6 +203,8 @@ return error; } imp = VFSTOISOFS(mp); + + vfs_mountedfrom(mp, fspec); return 0; } And now mount shows: /dev/acd0 on /mnt (cd9660, local, read-only) -- Craig Rodrigues rodrigc@crodrigues.org