for connected embedded systems
![]() |
![]() |
![]() |
![]() |
devb-umass
Driver for USB Mass Storage interface
![]() |
You must be root to start this driver. |
![]() |
The USB stack (io-usb) needs to be running in order for this driver to work. |
Syntax:
devb-umass [blk option[,option]...]
[cam option[,option]...]
[umass options[,option]...]
Options:
![]() |
Use commas (,) to separate the options. You can put the blk, cam, and umass groups of options in any order. |
cam options
- quiet
- Be quiet: don't display any information on startup.
- verbose
- Be verbose: display full information about units (devices) on startup.
- pnp
- Enable CAM plug and play (i.e. don't exit at startup when no devices are found). The default is off.
umass options
The umass options control the driver's interface to the USB device. If you've installed multiple devices, you can repeat these options for each device. Remember, however, to specify the umass keyword before each controller's set of options.
- path=name
- Connect to the specified USB stack. The default is /dev/usb.
- wait=num
- Wait num of seconds for the USB stack. The default is 60 seconds.
- vid=vid
- The vendor ID of the device.
- did=did
- The device ID of the device.
- busno=bus
- The bus number of the USB controller.
- devno=dev
- The USB address of the device.
- priority=prio
- Set the priority of the processing thread. The default is 21.
blk options
The blk options control io-blk.so. If specified, they must follow the blk keyword. For more information, see io-blk.so.
Description:
The devb-umass driver is the driver for a USB mass storage interface.
Examples:
Assume a USB controller, and list all connected devices:
devb-umass &
Assume a USB controller, and list/wait for all connected devices:
devb-umass cam pnp &
See also:
"Block-oriented drivers (devb-*)," "Common access method (cam-*)," and "Filesystem drivers (fs-*)" in the Utilities Summary
Connecting Hardware in the Neutrino User's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
