logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

fusermount3.1 (1368B)


  1. .TH FUSERMOUNT3 1 2011\-10\-23 2.8.6 "Filesystem in Userspace (FUSE)"
  2. .SH NAME
  3. \fBfusermount3\fR \- mount and unmount FUSE filesystems
  4. .SH SYNOPSIS
  5. \fBfusermount3\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. \fBfusermount3\fR is a program to mount and unmount FUSE
  10. filesystems. It should be called directly only for unmounting FUSE
  11. file systems. To allow mounting and unmounting by unprivileged users,
  12. \fBfusermount3\fR needs to be installed set-uid root.
  13. .SH OPTIONS
  14. .IP "\-h" 4
  15. print help.
  16. .IP "\-V" 4
  17. print version.
  18. .IP "-o \fIOPTION\fR[,\fIOPTION\fR...]" 4
  19. mount options.
  20. .IP "-u" 4
  21. unmount.
  22. .IP "-q" 4
  23. quiet.
  24. .IP "-z" 4
  25. lazy unmount.
  26. .SH SEE ALSO
  27. \fImount\fR(8),
  28. \fImount.fuse3\fR(8),
  29. \fIfuse\fR(4),
  30. .SH HOMEPAGE
  31. More information about fusermount3 and the FUSE project can be found at <\fIhttp://fuse.sourceforge.net/\fR>.
  32. .SH AUTHORS
  33. .LP
  34. FUSE is currently maintained by Nikolaus Rath <Nikolaus@rath.org>
  35. .LP
  36. The original author of FUSE is Miklos Szeredi <\fImiklos@szeredi.hu\fR>.
  37. .LP
  38. This manual page was originally written by Daniel Baumann <\fIdaniel.baumann@progress\-technologies.net\fR>.