Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uml_mount(1) [debian man page]

UML_MOUNT(1)						      General Commands Manual						      UML_MOUNT(1)

NAME
uml_mount -- allows to mount UMLFS file system using the fuse libraries SYNOPSIS
uml_mount [mount-point] [options] DESCRIPTION
This manual page documents briefly the uml_mount command. This command uses the FUSE (File system in USErspace) libraries and invokes the FUSE_MOUNT function which expects a mount point and some parameters as arguments. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. For a practi- cal example, please refer to the link below. uml_mount is used to mount UMLFS file system. ARGUMENTS
mount-point This is the mount point where to mount the UMLFS file system with. [options] These are the other options accepted by the 'fuse_mount' function. General options: -h The "-h" option prints the help. -V The "-V" option prints the version. -o opt,[opt...] The "-o" option allows to provide further mount (only, not un-mount) option(s) to the command line. FUSE options: -d -o debug The "-d" option enable the debug output. It implies "-f". -f The "-f" option foregrounds the operation. -s The "-s" options disable multi-threaded operation. -o allow_other The "-o allow_other" option allows access to other users. -o allow_root The "-o allow_root" option allows access to root. -o nonempty The "-o nonempty" option allows mounts over non-empty file/dir. -o default_permissions The "-o default_permissions" enables permission checking by kernel. -o fsname=NAME The "-o fsname=NAME" option sets file system name. -o large_read The "-o large_read" option issues large read requests (2.4 only). -o max_read=N The "-o max_read=N" option sets the maximum size of read requests. SEE ALSO
The HostFs (link to URL http://user-mode-linux.sourceforge.net/new/hostfs.html) usage explanation within the User-Mode-Linux Web Site AUTHOR
uml_mount was written by Jeff Dike. This manual page was written by Stefano Melchior (stefano.melchior@openlabs.it) for the Debian GNU/Linux system, based on material in the Official User Mode Linux Web Site. UML_MOUNT(1)

Check Out this Related Man Page

DJMOUNT(1)						      General Commands Manual							DJMOUNT(1)

NAME
djmount - file system client for mounting network media servers SYNOPSIS
djmount [options] mountpoint DESCRIPTION
This manual page describes briefly the djmount command. 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. 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. -d[levels] enable debug output (implies -f) -f foreground operation (default: daemonized) -h, --help print this help, then exit --version print version number, then exit -o [options] mount options (see below) 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) 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 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. SEE ALSO
fusermount(1) AUTHOR
djmount was written by Remi Turboult <r3mi@users.sourceforge.net>. This manual page was written by Dario Minnucci <midget@debian.org>, for the Debian project (and may be used by others). August 31, 2009 DJMOUNT(1)
Man Page