.TH "UML_MOUNT" "1" .SH "NAME" uml_mount \(em allows to mount UMLFS file system using the fuse libraries .SH "SYNOPSIS" .PP \fBuml_mount\fR [mount-point] [options] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBuml_mount\fR command. .PP 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. .PP This manual page was written for the \fBDebian GNU/Linux\fP distribution because the original program does not have a manual page. For a practical example, please refer to the link below. .PP \fBuml_mount\fR is used to mount UMLFS file system. .SH "ARGUMENTS" .IP "\fBmount-point\fP" 10 This is the mount point where to mount the UMLFS file system with. .IP "\fB[options]\fP" 10 These are the other options accepted by the 'fuse_mount' function. .SH "" General options: .IP "\fB-h\fP" 10 The "\-h" option prints the help. .IP "\fB-V\fP" 10 The "\-V" option prints the version. .IP "\fB-o opt,[opt...]\fP" 10 The "\-o" option allows to provide further mount (only, not un-mount) option(s) to the command line. .SH "" FUSE options: .IP "\fB-d \-o debug\fP" 10 The "\-d" option enable the debug output. It implies "\-f". .IP "\fB-f\fP" 10 The "\-f" option foregrounds the operation. .IP "\fB-s\fP" 10 The "\-s" options disable multi-threaded operation. .IP "\fB-o allow_other\fP" 10 The "\-o allow_other" option allows access to other users. .IP "\fB-o allow_root\fP" 10 The "\-o allow_root" option allows access to root. .IP "\fB-o nonempty\fP" 10 The "\-o nonempty" option allows mounts over non-empty file/dir. .IP "\fB-o default_permissions\fP" 10 The "\-o default_permissions" enables permission checking by kernel. .IP "\fB-o fsname=NAME\fP" 10 The "\-o fsname=NAME" option sets file system name. .IP "\fB-o large_read\fP" 10 The "\-o large_read" option issues large read requests (2.4 only). .IP "\fB-o max_read=N\fP" 10 The "\-o max_read=N" option sets the maximum size of read requests. .SH "SEE ALSO" .PP The \fIHostFs (link to URL http://user-mode-linux.sourceforge.net/new/hostfs.html) \fR usage explanation within the User-Mode-Linux Web Site .SH "AUTHOR" .PP uml_mount was written by Jeff Dike. .PP This manual page was written by Stefano Melchior (stefano.melchior@openlabs.it) for the \fBDebian GNU/Linux\fP system, based on material in the Official User Mode Linux Web Site. .\" created by instant / docbook-to-man