Re: floppy problem

"Zitzelsperger, Peter (Peter)" <[email protected]> Tue, 27 May 2003 02:08:28 -0400
Newsgroups gmane.org.user-groups.aclug.linux-help
Message-ID <58C1D0B500F92D469E0D73994AB66D04012BBDFB@GE0005EXCUAG01.ags.agere.com>
> I tried to copy a small file (~95k) to a blank floppy using 
> mcopy.  Got 
> a segmentation fault.  Tried again and the terminal gave me a blank 
> line.  Cntl-C had no effect.  Couldn't get my terminal back.
> 
> Opened another terminal and tried "cp file-name  /mnt/floppy/" then 
> "umount /mnt/floppy"    Got back "device busy"
> 
> Looked in ps -aux and the mcopy command is there with pid 12310 and 
> status D.  It can't be killed with kill 12310.  
> 
> Status D means uninterruptible sleep according to the man page.
> 
> The line that shows up with "ps -aux" is this:
> bruce    12310  0.0  0.0  1612  552 ?        D    10:38   0:00 mcopy 
> gcc /mnt/floppy/
> 
> Short of restarting kde, is there any way to kill an uninterruptible 
> sleeping process?  Or perhaps restarting kde won't kill it?
Using 'kill -s <signal>' could do. Use the most cruel signal, 9 
(or SIGKILL) [see man 7 signal] or say short:

kill -9 12310


cheers, Peter.
-- This is the [email protected] list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi