From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 04:27:14 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 A1C2237B401 for ; Mon, 30 Jun 2003 04:27:14 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 30EE743FAF for ; Mon, 30 Jun 2003 04:27:13 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 14366 invoked by alias); 30 Jun 2003 11:35:45 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.051669 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 30 Jun 2003 11:35:45 -0000 X-RCPTTO: freebsd-questions@FreeBSD.ORG,listone@deathbeforedecaf.net, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h5UBOtuR289788; Mon, 30 Jun 2003 20:24:55 +0900 Message-ID: <3F001E97.2090401@snu.ac.kr> Date: Mon, 30 Jun 2003 20:27:19 +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> <3F001AD8.2030805@users.sourceforge.net> <001101c33ef9$95181c70$a4b826cb@goo> In-Reply-To: <001101c33ef9$95181c70$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:27:15 -0000 Rob wrote: > I don't know if it's a bug - you've asked the OS to do something that is > prohibited by the hardware, and (in the Unix tradition) it tries as hard > as it can. > > What might be improved is an error message from mount(8) at the time of > the problem - not everyone looks at their console.... OK, but my point is: even if you immediately notice the messages in the console, it's already too late. The mount command has been done and the umount can't reverse the action, because of the Input/Output error. With or without noticing the console error messages, you are stuck with this mount. And if, for some reason, you can't make the floppy read/write, you are stuck with this mount for ever, unless you reboot... Have you tried yourself? There's no clean way out, is there? I still think this falls into the category 'bug'. Rob.