Questions tagged [usbfs]

usbfs is a virtual filesystem that exposes hardware-level information about USB devices, in much the same way that /proc exposes information about running processes (and some other system information). usbfs is central for USB to work on OSes that use the Linux kernel (including Ubuntu), but it infrequently fails, so is often not widely discussed.

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, which is an entry node created by the USB code, intended to be used as a mount point for this system. Mounting in other locations may break user space utilities, but should not affect the kernel support.

Source:The Linux USB sub-system

3 questions
37
votes
3 answers

How do I limit the size of my syslog?

I've got my mom's computer running Ubuntu 12.04 LTS. It's been working just fine but all of the sudden syslog has been filling up. And by filling up I mean I just deleted a /var/log/syslog that was 400GB in size. Yes - Gigabytes. While I'm sure…
Wayne Werner
  • 6,872
8
votes
2 answers

Enabling usbfs in Ubuntu

How can I enable usbfs in Ubuntu 13.04? I could not find the usb/devices file in default path, which is: /proc/bus/usb/devices
3
votes
2 answers

why is there no /proc/bus/usb?

I have an old Thinkpad R32 2658 and I want to use dfu-util. The reference documentation starts with the following description: To run dfu-util, you need to have /proc/bus/usb mounted and working. The terminal command "ls /proc/bus/usb" should…
Wolfson
  • 189