| Summary: | Detaching USB Memory Stick w/o umount causes zombie devfs node | ||
|---|---|---|---|
| Product: | Base System | Reporter: | fireball |
| Component: | kern | Assignee: | freebsd-usb (Nobody) <usb> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.3-BETA4 | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
fireball
2004-09-27 01:20:19 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-usb Reassign to appropriate mailing list. State Changed From-To: open->closed Duplicate of kern/46176 I don't understand how this is supposed to be a duplicate. The issue might be similar but in my case, the OS does NOT crash. My issue lies within the devfs, where a zombie device node remains, which has to be deleted and then recreated, while in the other case it's a straight kernel panic. But you might have deeper insights into the issue within... -- Jonas Nagel <fireball@zerouptime.ch> Jonas Nagel wrote: >I don't understand how this is supposed to be a duplicate. The issue >might be similar but in my case, the OS does NOT crash. > >My issue lies within the devfs, where a zombie device node remains, >which has to be deleted and then recreated, while in the other case it's >a straight kernel panic. > >But you might have deeper insights into the issue within... > > I believe that the device node continues to exist until the dead mount is forcibly unmounted.. probably one for Poul-Henning (CC'd ) > I believe that the device node continues to exist until the dead mount > is forcibly unmounted.. You believe wrongly. While it is unfortunate that my original problem report has no line breaks, I did write that a umount -f on the device node after pulling the USB plug did NOT help. I HAD to delete and manually recreate the device node, before I could mount the USB stick again. This is the main issue. -- Jonas Nagel <fireball@zerouptime.ch> |