1BFUSE(1) General Commands Manual BFUSE(1)
2
3
4
6 bfuse - Create a FUSE filesystem out of BlackBerry databases.
7
9 bfuse mountpoint [options]
10
12 bfuse connects to your BlackBerry and turns its databases into a
13 mounted filesystem using the FUSE filesystem library. As such, it has
14 a few basic arguments, and a list of common options supported by FUSE.
15
16 The device will remain in Desktop mode for as long as bfuse runs.
17
18 For more information on FUSE options, see http://fuse.sourceforge.net/
19
20
22 --p pin
23 Specify the PIN of the device you want to mount. Default is to
24 mount all available devices.
25
26 --P password
27 Simplistic method to specify the device password on the command
28 line.
29
30
32 --o opt
33 FUSE mount options.
34
35 -h Display a command help summary.
36
37 -V Display version information, including Barry library, FUSE
38 library, and kernel interface.
39
40 -d Enable debug output. Implies '-f'.
41
42 -f Operate in the foreground.
43
44 -s Disable multi-threaded operation.
45
46
48 bfuse is part of the Barry project and was written Chris Frey, as was
49 this manual page.
50
52 http://www.netdirect.ca/software/packages/barry
53
54
55
56
57 August 17, 2009 BFUSE(1)