From owner-freebsd-stable Sat May 25 12:44:34 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA10896 for stable-outgoing; Sat, 25 May 1996 12:44:34 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA10891; Sat, 25 May 1996 12:44:30 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA28584; Sun, 26 May 1996 05:42:23 +1000 Date: Sun, 26 May 1996 05:42:23 +1000 From: Bruce Evans Message-Id: <199605251942.FAA28584@godzilla.zeta.org.au> To: current@freebsd.org, imb@scgt.oz.au, stable@freebsd.org Subject: Re: try this .. panic :-( Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >i) insert write protected floppy >ii) dd if=boot.flp of=/dev/fd0 bs=9k >iii) oops .. WP errors .. pulls floppy out of drive w/o hitting ^C first >iv) panic: page not present This has been reported before, but I couldn't duplicate it then or now in -current. Don't use block disk devices if you value your data. I/O errors aren't reported to the application. They are only logged. Perhaps they should be reported by close(). dd would still ignore them. It doesn't even bother to close the output file explicitly :-(. Bruce