]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: support "fuse2fs -o offset=<bytes>"
authorMatt Stark <msta@google.com>
Mon, 17 Oct 2022 05:41:57 +0000 (16:41 +1100)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 16:26:03 +0000 (11:26 -0500)
commitc4efea445e952c06a410cc3b0b89763cc4650fb7
tree2bc3aa81d99a0b39de9a2e23a15cc9ebdb398889
parent674d844c52cba11a5a80cb864161b97f1529fe5c
fuse2fs: support "fuse2fs -o offset=<bytes>"

This works the same way that mount -o offset=<bytes> works, and can be
used to mount particular partitions from a whole disk image.

Signed-off-by: Matt Stark <msta@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c