1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH DJMOUNT 1 "August 31, 2009"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
djmount \- file system client for mounting network media servers
.SH SYNOPSIS
.B djmount
.RI [ options ] " mountpoint"
.br
.SH DESCRIPTION
This manual page describes briefly the
.B djmount
command.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
This package provides a client for Universal Plug'n'Play (UPnP) Audio-Visual MediaServers. It discovers all compatible UPnP AV devices on the network automatically and mounts their media content as a file system using FUSE.
.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-d[levels]
enable debug output (implies \-f)
.TP
.B \-f
foreground operation (default: daemonized)
.TP
.B \-h, \-\-help
print this help, then exit
.TP
.B \-\-version
print version number, then exit
.TP
.B \-o [options]
mount options (see below)
.TP
Mount options (one or more comma separated options):
iocharset=<charset> filenames encoding (default: from environment)
playlists use playlists for AV files, instead of plain files
search_history=<size> number of remembered searches (default: 100)
(set to 0 to disable search)
.TP
See FUSE documentation for the following mount options:
default_permissions enable permission checking by kernel
allow_other allow access to other users
allow_root allow access to root
kernel_cache cache files in kernel
nonempty allow mounts over non-empty file/dir
fsname=NAME set filesystem name in mtab
.TP
Debug levels are one or more comma separated words:
upnperr, upnpall: increasing level of UPnP traces
error, warn, info, debug: increasing level of djmount traces
fuse: activates FUSE traces
leak, leakfull: enable talloc leak reports at exit
'\-d' alone defaults to 'upnpall, debug, fuse, leak' which is all traces.
.SH SEE ALSO
.BR fusermount (1)
.SH AUTHOR
djmount was written by Rémi Turboult <r3mi@users.sourceforge.net>.
.PP
This manual page was written by Dario Minnucci <midget@debian.org>,
for the Debian project (and may be used by others).
|