source: postlfs/filesystems/fuse2.xml@ 81060947

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 81060947 was 81060947, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Internal clarifications of fuse versions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18583 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY fuse2-download-http "https://github.com/libfuse/libfuse/releases/download/fuse-&fuse2-version;/fuse-&fuse2-version;.tar.gz">
8 <!ENTITY fuse2-download-ftp " ">
9 <!ENTITY fuse2-md5sum "9bd4ce8184745fd3d000ca2692adacdb">
10 <!ENTITY fuse2-size "646 KB">
11 <!ENTITY fuse2-buildsize "8.2 MB (9.8 MB with API documentation)">
12 <!ENTITY fuse2-time "0.1 SBU">
13]>
14
15<sect1 id="fuse2" xreflabel="Fuse-&fuse2-version;">
16 <?dbhtml filename="fuse2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Fuse-&fuse2-version;</title>
24
25 <indexterm zone="fuse2">
26 <primary sortas="a-Fuse">Fuse</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Fuse</title>
31
32 <para>
33 <application>FUSE</application> (Filesystem in Userspace) is a simple
34 interface for userspace programs to export a virtual filesystem to the
35 Linux kernel. <application>Fuse</application> also aims to provide a
36 secure method for non privileged users to create and mount their own
37 filesystem implementations.
38 </para>
39
40 &lfs80_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&fuse2-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&fuse2-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &fuse2-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &fuse2-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &fuse2-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &fuse2-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Fuse Dependencies</bridgehead>
77
78 <bridgehead renderas="sect3">Required</bridgehead>
79 <para role="required">
80 <xref linkend="fuse3"/> (runtime only)
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="doxygen"/> (to build the API documentation - not
86 recommended)
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/fuse2"/>
91 </para>
92 </sect2>
93
94 <sect2 role="kernel" id="fuse2-kernel">
95 <title>Kernel Configuration</title>
96
97 <para>
98 Enable the following options in the kernel configuration and recompile the
99 kernel if necessary:
100 </para>
101
102<screen><literal>File systems ---&gt;
103 &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
104
105 <indexterm zone="fuse2 fuse2-kernel">
106 <primary sortas="d-fuse2">fuse</primary>
107 </indexterm>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of Fuse</title>
112
113 <para>
114 Install <application>Fuse</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr \
119 --disable-static \
120 --exec-prefix=/ &amp;&amp;
121
122make &amp;&amp;
123make DESTDIR=$PWD/Dest install</userinput></screen>
124
125 <para>
126 This package does not come with a test suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>cp -v Dest/lib/*.so* /lib &amp;&amp;
134cp -v Dest/lib/*.la /usr/lib &amp;&amp;
135cp -v Dest/lib/pkgconfig/* /usr/lib/pkgconfig &amp;&amp;
136
137cp -v Dest/bin/* /bin &amp;&amp;
138
139install -vdm755 /usr/include/fuse &amp;&amp;
140cp -v Dest/usr/include/*.h /usr/include &amp;&amp;
141cp -v Dest/usr/include/fuse/*.h /usr/include/fuse/ &amp;&amp;
142
143cp -v Dest/usr/share/man/man1/* /usr/share/man/man1</userinput></screen>
144
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/static-libraries.xml"/>
152
153 <para>
154 <parameter>--exec-prefix=/</parameter>: This parameter moves programs and
155 libraries that could be needed before the
156 <filename class="directory">/usr</filename> directory is mounted, to the
157 root filesystem.
158 </para>
159
160 <para>
161 <command>make DESTDIR=$PWD/Dest install</command>: This command installs
162 the files to a temporary directory, so that the needed files can be
163 installed.
164 </para>
165
166 </sect2>
167
168 <sect2 role="configuration">
169 <title>Configuring fuse</title>
170
171 <sect3 id="fuse2-config">
172 <title>Config Files</title>
173
174 <para>
175 Information on configuring fuse can be found at
176 <xref linkend="fuse-configuration"/>.
177 </para>
178
179 </sect3>
180
181 </sect2>
182
183 <sect2 role="content">
184 <title>Contents</title>
185
186 <segmentedlist>
187 <segtitle>Installed Programs</segtitle>
188 <segtitle>Installed Libraries</segtitle>
189 <segtitle>Installed Directory</segtitle>
190
191 <seglistitem>
192 <seg>
193 fusermount, mount.fuse, and ulockmgr_server
194 </seg>
195 <seg>
196 libfuse.so and libulockmgr.so
197 </seg>
198 <seg>
199 /usr/include/fuse
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="fusermount2">
210 <term><command>fusermount</command></term>
211 <listitem>
212 <para>
213 is a set users ID root program to mount and unmount Fuse
214 filesystems.
215 </para>
216 <indexterm zone="fuse2 fusermount2">
217 <primary sortas="b-fusermount2">fusermount</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="mount.fuse2">
223 <term><command>mount.fuse</command></term>
224 <listitem>
225 <para>
226 is the command <command>mount</command> would call to mount a Fuse
227 filesystem.
228 </para>
229 <indexterm zone="fuse2 mount.fuse2">
230 <primary sortas="b-mount.fuse2">mount.fuse</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="ulockmgr_server2">
236 <term><command>ulockmgr_server</command></term>
237 <listitem>
238 <para>
239 is the Userspace Lock Manager Server for Fuse filesystems.
240 </para>
241 <indexterm zone="fuse2 ulockmgr_server2">
242 <primary sortas="b-ulockmgr_server2">ulockmgr_server</primary>
243 </indexterm>
244 </listitem>
245 </varlistentry>
246
247 <varlistentry id="libfuse2">
248 <term><filename class="libraryfile">libfuse.so</filename></term>
249 <listitem>
250 <para>
251 contains the <application>FUSE</application> API functions.
252 </para>
253 <indexterm zone="fuse2 libfuse2">
254 <primary sortas="c-libfuse2">libfuse.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258
259 <varlistentry id="libulockmgr2">
260 <term><filename class="libraryfile">libulockmgr.so</filename></term>
261 <listitem>
262 <para>
263 contains the Userspace Lock Manager API functions.
264 </para>
265 <indexterm zone="fuse2 libulockmgr2">
266 <primary sortas="c-libulockmgr2">libulockmgr.so</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270 </variablelist>
271
272 </sect2>
273
274</sect1>
Note: See TracBrowser for help on using the repository browser.