Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756417AbZKWUdw (ORCPT ); Mon, 23 Nov 2009 15:33:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755852AbZKWUdv (ORCPT ); Mon, 23 Nov 2009 15:33:51 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:59358 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754015AbZKWUdu (ORCPT ); Mon, 23 Nov 2009 15:33:50 -0500 Date: Mon, 23 Nov 2009 15:33:56 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: tmhikaru@gmail.com cc: Jan Kara , , , Jens Axboe , , Subject: Re: Weird I/O errors with USB hard drive not remounting filesystem readonly In-Reply-To: <20091123200605.GA19446@roll> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1114 Lines: 29 On Mon, 23 Nov 2009 tmhikaru@gmail.com wrote: > Uhh, this could be a problem. CONFIG_USB_MON=y is set in my .config BUT, > although I followed the directions and debugfs is mounted, > > root@roll:/home/tm# mount > /dev/root on / type ext4 (rw,relatime,barrier=1,data=ordered,data_err=abort) > proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > usbfs on /proc/bus/usb type usbfs (rw) > none_debugs on /sys/kernel/debug type debugfs (rw) > > I receive this message when I test if usbmon's directory exists: > > root@roll:/home/tm# ls /sys/kernel/debug/usbmon > ls: cannot access /sys/kernel/debug/usbmon: No such file or directory > > According to the kernel documentation usbmon should be loaded already. Help? The documentation is slightly out of date. The usbmon directory has been moved down a level, to /sys/kernel/debug/usb/usbmon. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/