-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathfusenull.1.html
112 lines (90 loc) · 2.36 KB
/
fusenull.1.html
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Content-type: text/html; charset=UTF-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of FUSENULL</TITLE>
</HEAD><BODY>
<H1>FUSENULL</H1>
Section: General Commands Manual (1)<BR>Updated: August 2023<BR><A HREF="#index">Index</A>
<A HREF="/#/man/index">Return to Main Contents</A><HR>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
<P>
fusenull, vufusenull - mount a null file system using FUSE and vufuse
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<P>
fusenull [-hVdfs] [-o options ]
dir
<P>
in a umvu session:
<P>
mount -t vufusenull [-o options ]
dir
<A NAME="lbAD"> </A>
<H2>DESCRIPTION</H2>
<P>
fusenull mounts a null filesystem on dir.
A null file system appears as an empty directory, any operation on it
fails.
It is generally used as a minimal FUSE module for testing.
<P>
vufusenull is the VUOS/vufuse submodule of fusenull
<A NAME="lbAE"> </A>
<H2>OPTIONS</H2>
<P>
fusenull is build upon FUSE (Filesystem in Userspace) library.
the complete set of available options depends upon the specific FUSE
installed.
Execute fusenull -h to retrieve the actual complete list.
<A NAME="lbAF"> </A>
<H3>general options</H3>
<DL COMPACT>
<DT>-o opt,[opt...]<DD>
FUSE and file specific mount options.
<DT>-h<DD>
display a usage and options summary
<DT>-V --version<DD>
display version
</DL>
<A NAME="lbAG"> </A>
<H3>main FUSE mount options</H3>
<P>
These options are not valid in VUOS/vufuse.
<DL COMPACT>
<DT>-d -o debug<DD>
enable debug output (implies -f)
<DT>-f<DD>
foreground operation
<DT>-s<DD>
disable multi-threaded operation
</DL>
<A NAME="lbAH"> </A>
<H2>SEE ALSO</H2>
<P>
<A HREF="/#/man/man8/fuse.8.html">fuse</A>(8), <A HREF="/#/man/man1/umvu.1.html">umvu</A>(1)
<A NAME="lbAI"> </A>
<H2>AUTHOR</H2>
<P>
VirtualSquare.
Project leader: Renzo Davoli.
<P>
<HR>
<A NAME="index"> </A><H2>Index</H2>
<DL>
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT><A HREF="#lbAE">OPTIONS</A><DD>
<DL>
<DT><A HREF="#lbAF">general options</A><DD>
<DT><A HREF="#lbAG">main FUSE mount options</A><DD>
</DL>
<DT><A HREF="#lbAH">SEE ALSO</A><DD>
<DT><A HREF="#lbAI">AUTHOR</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 15:22:07 GMT, November 27, 2023
</BODY>
</HTML>