From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 04:11:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A235F37B401 for ; Mon, 30 Jun 2003 04:11:16 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 3EF7243F93 for ; Mon, 30 Jun 2003 04:11:15 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 5770 invoked by alias); 30 Jun 2003 11:19:46 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.050987 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 30 Jun 2003 11:19:46 -0000 X-RCPTTO: freebsd-questions@FreeBSD.ORG,listone@deathbeforedecaf.net, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h5UB8vuR296328; Mon, 30 Jun 2003 20:08:57 +0900 Message-ID: <3F001AD8.2030805@users.sourceforge.net> Date: Mon, 30 Jun 2003 20:11:20 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030518 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: Rob , freebsd-questions@FreeBSD.ORG References: <3EFFFE5A.7060500@snu.ac.kr> <00d201c33eeb$05075870$a4b826cb@goo><3F000966.5000102@users.sourceforge.net> <011b01c33ef0$059c0510$a4b826cb@goo> <3F000FC6.7000300@users.sourceforge.net> <000601c33ef6$c4908b70$a4b826cb@goo> In-Reply-To: <000601c33ef6$c4908b70$a4b826cb@goo> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: mount & umount read-only floppy: unmount failed: Input/output error ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 11:11:16 -0000 Rob wrote: > I think I've figured it out - here's a script(1) of trying to mount a > [...] > > I'm guessing that you're doing this in a non-console shell, and the > errors are appearing elsewhere - maybe /var/log/messages? Yep, my console is indeed filled up with the corresponding error messages. Have you tried to umount that floppy? Well, you can't. Unless you manually change the floppy to read/write and allow the OS to apply the changes to the floppy :(. But what if you can't or don't want that...then it is error-mounted for ever.... I would qualify this as a clear bug. What do you say? Worth a bug report? Simply mount and the umount a read/only floppy. You're stuck! Rob.