From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 02:09:42 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 593E137B401 for ; Mon, 30 Jun 2003 02:09:42 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id D3A2343F3F for ; Mon, 30 Jun 2003 02:09:40 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 32753 invoked by alias); 30 Jun 2003 09:18:11 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.048476 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 30 Jun 2003 09:18:11 -0000 X-RCPTTO: freebsd-questions@freebsd.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h5U97NuR285398 for ; Mon, 30 Jun 2003 18:07:23 +0900 Message-ID: <3EFFFE5A.7060500@snu.ac.kr> Date: Mon, 30 Jun 2003 18:09:46 +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: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 09:09:42 -0000 Hi, I created the installation floppy from "kern.flp". Removed it from the drive, to make it read-only. I then put it back into the drive and do, as root: # mount -t ufs /dev/fd0 /mnt # umount /dev/fd0 umount: unmount of /mnt failed: Input/output error # It's still mounted! I have to take the floppy out of the drive, make it read/write, put it back in the drive and do the umount. Then it's OK. The following is also fine: # mount -t ufs -o rdonly /dev/fd0 /mnt # umount /dev/fd0 Is this normal, or what? Thanks, Rob.