bfuse (1) Linux Manual Page
bfuse – Create a FUSE filesystem out of BlackBerry databases.
Synopsis
bfuse mountpoint [options]Description
bfuse connects to your BlackBerry and turns its databases into a mounted filesystem using the FUSE filesystem library. As such, it has a few basic arguments, and a list of common options supported by FUSE.The device will remain in Desktop mode for as long as bfuse runs.
For more information on FUSE options, see http://fuse.sourceforge.net/
Barry Options
- –p pin
- Specify the PIN of the device you want to mount. Default is to mount all available devices.
- –P password
- Simplistic method to specify the device password on the command line.
Fuse Options
- –o opt
- FUSE mount options.
- -h
- Display a command help summary.
- -V
- Display version information, including Barry library, FUSE library, and kernel interface.
- -d
- Enable debug output. Implies ‘-f’.
- -f
- Operate in the foreground.
- -s
- Disable multi-threaded operation.
