Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bfuse(1) [debian man page]

BFUSE(1)						      General Commands Manual							  BFUSE(1)

NAME
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. AUTHOR
bfuse is part of the Barry project and was written Chris Frey, as was this manual page. SEE ALSO
http://www.netdirect.ca/software/packages/barry August 17, 2009 BFUSE(1)

Check Out this Related Man Page

HTTPFS2(1)																HTTPFS2(1)

NAME
httpfs2 - mount a file from a http server into the filesystem SYNOPSIS
httpfs2 [OPTIONS] URL FUSE-OPTIONS httpfs2_ssl [OPTIONS] URL FUSE-OPTIONS DESCRIPTION
httpfs2 is a FUSE based filesystem for mounting http or https URLS as files in the filesystem. There is no notion of listable directories in http so only a single URL can be mounted. The server must be able to send byte ranges. OPTIONS
-c console Attempt to use the file ior device console for output after fork. The default is /dev/console. -f Do not fork, stay in foreground. -t timeout Use different timeout for connections. Default '30's. URL The url should specify the protocol as http or https, and it may specify basic authentication username and password. Currently special characters like whitespace are not handled so the URL cannot contain them. See a sample URL below: http://user:password@server.com/dir/file FUSE-OPTIONS These options are passed to the FUSE library. At the very least the mount point should be specified. EXIT STATUS
0 Successfully connected to the server other Failure (url parsing error, server error, FUSE setup error). Some FUSE errors may happen only after the process forks so they will not be returned in exit value. BUGS
The process can be stopped by typing ^Z on the terminal which may not be desirable under some circumstances. AUTHORS
Miklos Szeredi <miklos@szeredi.hu> hmb marionraven at users.sourceforge.net Michal Suchanek <hramrach@centrum.cz> COPYING
Free use of this software is granted under the terms of the GNU General Public License (GPL). 03/13/2010 HTTPFS2(1)
Man Page

We Also Found This Discussion For You

1. HP-UX

MOUNT FTP 11iv2

Hi Gurus, Is there any module like FUSE to mount a ftp dir on HP-UX?? Please Help. Vouchy (0 Replies)
Discussion started by: vouchy
0 Replies