On Mon, Nov 01, 2010 at 07:11:52PM +0530, Tapas Mishra wrote: > I checked this link > http://www.linux-usb.org/USB-guide/x173.html > excerpts from above page > "The USB device filesystem is a dynamically generated filesystem, > similar to the /proc filesystem. This filesystem can be mounted just > about anywhere, however it is customarily mounted on /proc/bus/usb, > whi" > > and went to see /proc/bus > but the directories were not there as they have mentioned. > Can some one point me to right direction. It's no longer mounted at /proc/bus/usb as it's not needed there anymore. But if you want to, you can mount it anywhere you want: mount -t usbfs none /home/foo/usbfs What do you want to do with it? thanks, greg k-h -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ