:On Tue 2000-06-06 (19:13), Oleg Derevenetz wrote:
:> When write-protected floppy mounted in R/W mode, write attempt to this
:> floppy follows kernel panic (dirty buffers) and reboot. Is this correct ? 
:> The best way IMO is to always mount write-protected floppies in R/O mode.
:
:It's not 'correct', but it does happen, and is copiously documented and
:mentioned on various mailing lists.  It would be nice if you could fix
:it *grin*.
:
:Neil
:-- 
:Neil Blakey-Milner

    The behavior is probably outfall from buffer cache changes for 4.0,
    but it would have to be fixed a different way.  The buffer cache
    changes were basically to not throw away dirty buffers with write errors
    because doing so could result in extremely serious filesystem 
    corruption due to the system making modifications to meta data (the
    dirty buffer) and then having them magically, randomly 'revert' out
    from under it due to the write error.  Result: catastrophic filesystem
    corruption.

                                        -Matt
                                        Matthew Dillon 
                                        <[EMAIL PROTECTED]>



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to