LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   cannot force kill using kill -9 (https://www.linuxquestions.org/questions/linux-software-2/cannot-force-kill-using-kill-9-a-752592/)

aclhkaclhk 09-04-2009 03:54 AM

cannot force kill using kill -9
 
i used mkfs.ext3 to format a logical volume but it hang.

i pressed ctrl-c but no luck.

i closed the terminal and used another terminal to kill the process without luck.

pls advise.

AlucardZero 09-04-2009 07:27 AM

It's probably in uninterruptible sleep and the only way to kill it is to reboot. Run:
Code:

ps aux
and look for a mkfs process in state D (or others in that state)


All times are GMT -5. The time now is 08:39 PM.