Comment 9 for bug 14620

Revision history for this message
Matt Zimmerman (mdz) wrote :

(In reply to comment #8)
> By checking the installer syslog more carefully, I've noticed that udev removed
> /dev/hda2 and added them back right during the resize process (between 99.05%
> and 99.11%).
> The changes done by ntfsresize during that time apparently went to a black
> hole, the kernel swallowed them silently.
>
> To me this seems to be a kernel/udev bug. I remember SUSE also had a
> similar issue with udev, not too long ago.

The fact that udev removes and creates the device node seems like a symptom
rather than the cause; this would indicate that the kernel is generating hotplug
events for the device (and so possibly the device is being removed and recreated
in the kernel).

Do you have any references for the SUSE issue? Perhaps we can learn from their
experience.