where is usb driver file system

2010-11-01 Thread Tapas Mishra
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

Re: where is usb driver file system

2010-11-01 Thread Greg KH
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

Re: where is usb driver file system

2010-11-01 Thread Tapas Mishra
On Mon, Nov 1, 2010 at 7:26 PM, Greg KH g...@kroah.com wrote: 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? Nothing just learning

Re: where is usb driver file system

2010-11-01 Thread Greg KH
On Mon, Nov 01, 2010 at 11:23:22PM +0530, Tapas Mishra wrote: On Mon, Nov 1, 2010 at 7:26 PM, Greg KH g...@kroah.com wrote: 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