From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7aace973af1fa7bb1b2bcbcda19f3a0b@quanstro.net> From: erik quanstrom Date: Thu, 3 Apr 2008 20:41:21 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Unmount a USB stick? Topicbox-Message-UUID: 88bb847e-ead3-11e9-9d60-3106f5b1d025 > > % echo kill > /proc/86/notes # 86 is the pid of usbd > % usb/usbd > % usb/disk -l > usb/disk: describedevice: error reading usb device descriptor, got 0 of 18: > > usb/disk: maxlun 0 > > and a few black boxes in the upper left of my screen with messages such as: > > CleanTD 1/0: Error 00000001 ... > > Usually at this point I just end up restarting the box, and I'll be > able to use the stick once again. trick 'o the day: keep kernel messages from messing with rio: window -hide rc -c 'label kmesg ; tail -f /dev/kprint' as long as you have someone reading kernel messages, they won't be written directly to the screen. what happens when you do the following: slay usbd|rc slay disk|rc usb/usbd; usb/disk -l - erik