Add LKL-FUSE report from cem
This commit is contained in:
parent
acc9cebcf6
commit
922a0f3151
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47918
1 changed files with 34 additions and 0 deletions
|
@ -83,4 +83,38 @@
|
|||
<description>Miscellaneous</description>
|
||||
</category>
|
||||
|
||||
<project cat='ports'>
|
||||
<title>Linux Kernel as a Library Added to the Ports Collection</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Conrad</given>
|
||||
<common>Meyer</common>
|
||||
</name>
|
||||
<email>cem@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="https://github.com/lkl/linux">Upstream LKL Github repository</url>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>LKL ("Linux Kernel as a Library") is a special
|
||||
"architecture" of the full Linux kernel that builds as a
|
||||
userspace library on various platforms, including &os;. One
|
||||
application of such a library is using Linux's filesystem drivers
|
||||
to implement a FUSE backend.</p>
|
||||
|
||||
<p>fusefs-lkl's <tt>lklfuse</tt> binary is such a FUSE
|
||||
filesystem. It can mount <tt>ext4/3/2</tt>, <tt>XFS</tt>, and
|
||||
<tt>BTRFS</tt> read-write, using the native drivers from
|
||||
Linux.</p>
|
||||
|
||||
<p>The <tt>sysutils/fusefs-lkl</tt> port may now be installed from
|
||||
packages or ports, providing access to these filesystems on
|
||||
&os; via FUSE.</p>
|
||||
</body>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue