From owner-freebsd-current@FreeBSD.ORG Thu Aug 19 16:10:03 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 70DD616A4CE for ; Thu, 19 Aug 2004 16:10:03 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7651443D3F for ; Thu, 19 Aug 2004 16:10:02 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i7JGA0YC007882 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Thu, 19 Aug 2004 18:10:01 +0200 Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p2/8.12.8) with ESMTP id i7JGA0ZQ001355 for ; Thu, 19 Aug 2004 18:10:00 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p2/8.12.8/Submit) id i7JGA04e001354 for current@freebsd.org; Thu, 19 Aug 2004 18:10:00 +0200 (CEST) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Thu, 19 Aug 2004 18:10:00 +0200 From: Hanspeter Roth To: current@freebsd.org Message-ID: <20040819161000.GB843@gicco.homeip.net> Mail-Followup-To: current@freebsd.org References: <20040819141310.GA756@gicco.homeip.net> <19666.1092926344@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19666.1092926344@critter.freebsd.dk> User-Agent: Mutt/1.4.1i Subject: Re: [REVIEW/TEST] Rewritten floppy driver. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 16:10:03 -0000 On Aug 19 at 16:39, Poul-Henning Kamp spoke: > In message <20040819141310.GA756@gicco.homeip.net>, Hanspeter Roth writes: > >Does it handle a write protected floppy that is attempted to be > >mounted writable correctly? > > Yes, you shouldn't even be able to mount it. That's ok. > >If a write protected floppy is attempted to be mounted writable and > >a write will be attempted on the floppy doesn't it prevent all other > >mounted filesystems from being unmounted? > > I'm trying to get to where we can fix this sort of stuff properly :-) If a writeprotected floppy can't be mounted writable it's sufficient. -Hanspeter