mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
Merge pull request #609 from ddiss/lklfuse_rst_manpage
docs: add lklfuse manpage
This commit is contained in:
46
Documentation/lkl/lklfuse.rst
Normal file
46
Documentation/lkl/lklfuse.rst
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
=========
|
||||||
|
lklfuse
|
||||||
|
=========
|
||||||
|
|
||||||
|
-----------------------------------------
|
||||||
|
access LKL mounted block devices via FUSE
|
||||||
|
-----------------------------------------
|
||||||
|
|
||||||
|
:Date: 2025-06-23
|
||||||
|
:Manual section: 8
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
========
|
||||||
|
|
||||||
|
lklfuse block-device mountpoint [options]
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
===========
|
||||||
|
|
||||||
|
lklfuse uses the Linux Kernel Library (LKL) to mount a block-device or
|
||||||
|
filesystem image, and provides access to the host system via FUSE.
|
||||||
|
lklfuse can run as an unprivileged user-space process, while reusing entire
|
||||||
|
Linux kernel filesystem driver implementations.
|
||||||
|
|
||||||
|
Udev rules and systemd service files are available for automatically mounting
|
||||||
|
USB storage devices via an unprivileged lklfuse sandbox; see 61-lklfuse.rules
|
||||||
|
and lklfuse-mount@.service.
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
=======
|
||||||
|
|
||||||
|
-o log=<file> log to <file>.
|
||||||
|
|
||||||
|
-o type=fstype mount with filesystem type <fstype>.
|
||||||
|
|
||||||
|
-o mb=memory allocate <memory> in MB for LKL (default: 64).
|
||||||
|
|
||||||
|
-o part=parition mount <partition>.
|
||||||
|
|
||||||
|
-o ro open file read-only.
|
||||||
|
|
||||||
|
-o opts=options Linux kernel mount <options> (use \\ to escape , and =).
|
||||||
|
|
||||||
|
See `lklfuse --help` for additional FUSE specific options.
|
||||||
@@ -12158,6 +12158,7 @@ M: Octavian Purdila <octavian.purdila@intel.com>
|
|||||||
M: Hajime Tazaki <thehajime@gmail.com>
|
M: Hajime Tazaki <thehajime@gmail.com>
|
||||||
L: linux-kernel-library@freelists.org
|
L: linux-kernel-library@freelists.org
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
F: Documentation/lkl/
|
||||||
F: arch/lkl/
|
F: arch/lkl/
|
||||||
F: tools/lkl/
|
F: tools/lkl/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user