You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.1 KiB

  1. .TH FUSERMOUNT 1 2011\-10\-23 2.8.6 "Filesystem in Userspace (FUSE)"
  2. .SH NAME
  3. \fBfusermount\fR \- mount and unmount FUSE filesystems
  4. .SH SYNOPSIS
  5. \fBfusermount\fR [\fIOPTIONS\fR] \fIMOUNTPOINT\fR
  6. .SH DESCRIPTION
  7. Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.
  8. .PP
  9. \fBfusermount\fR is a program to mount and unmount FUSE filesystems.
  10. .SH OPTIONS
  11. .IP "\-h" 4
  12. print help.
  13. .IP "\-V" 4
  14. print version.
  15. .IP "-o \fIOPTION\fR[,\fIOPTION\fR...]" 4
  16. mount options.
  17. .IP "-u" 4
  18. unmount.
  19. .IP "-q" 4
  20. quiet.
  21. .IP "-z" 4
  22. lazy unmount.
  23. .SH SEE ALSO
  24. \fImount\fR(8),
  25. \fImount.fuse\fR(8),
  26. \fIulockmgr_server\fR(1).
  27. .SH HOMEPAGE
  28. More information about fusermount and the FUSE project can be found at <\fIhttp://fuse.sourceforge.net/\fR>.
  29. .SH AUTHOR
  30. FUSE was written by Miklos Szeredi <\fImiklos@szeredi.hu\fR>.
  31. .PP
  32. This manual page was written by Daniel Baumann <\fIdaniel.baumann@progress\-technologies.net\fR>.