Bug 14918

Summary: Write access to write protected media causes system panic.
Product: Base System Reporter: okimoto <okimoto>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.3-RELEASE   
Hardware: Any   
OS: Any   

Description okimoto 1999-11-16 12:00:01 UTC
If you mount write protected removable media (FD, PD,..) 
without read-only option, and write something, 
and un-mount, then system panics. This is dangerous,
because I sometimes forget un-protecting these media.

Linux mount automatically adds read-only option, when 
mounting write protected media. This is safe...

Fix: 

How about adding read-only mount option automatically
like Linux mount.
How-To-Repeat: 1) mount write protected removable media.
2) write something this media.
3) un-mount this media.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-03 08:14:26 UTC
State Changed
From-To: open->closed

Duplicate of kern/11808 and kern/10870 .