Sample Header Ad - 728x90

How to solve uninterruptible sleep process deadlock without reboot

1 vote
0 answers
68 views
I have a process stuck in uninterruptible sleep. The problematic syscall is a read syscall towards /dev/fd0, which is not backed by a real floppy drive. * I am trying to use modprobe and rmmod (both with the force option) to unload the floppy module but getting a resource busy error for both. * kill -9 does not work either, since the process is uninterruptible. Is it possible somehow to "reset" the floppy block device to solve this deadlock? I would like to avoid rebooting this VM unless absolutely necessary.
Asked by MichaelAttard (31 rep)
Oct 18, 2024, 02:38 PM
Last activity: Oct 18, 2024, 03:14 PM