]> git.sesse.net Git - bcachefs-tools-debian/commit
Add a mount.bcachefs tool
authorYuxuan Shui <yshuiv7@gmail.com>
Mon, 4 May 2020 13:28:38 +0000 (14:28 +0100)
committerYuxuan Shui <yshuiv7@gmail.com>
Tue, 5 May 2020 20:33:40 +0000 (21:33 +0100)
commit57ada395b2187006f1cf2f0da1202a05705c9a3b
tree263c1fd0b5b4615c18c125e43d009ddc93561567
parent06c81e31b58164248c75fb1f16631daa3e10db2f
Add a mount.bcachefs tool

This tool currently has most of the fundmental features implemented.
It can mount a filesystem specified by uuid, it can ask password for an
encrypted filesystem.

There may be some work that needs to be done to make it behave more like
a "mount.*" tool.

Related: #1

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
.travis.yml
Makefile
mount/Cargo.lock [new file with mode: 0644]
mount/Cargo.toml [new file with mode: 0644]
mount/build.rs [new file with mode: 0644]
mount/src/filesystem.rs [new file with mode: 0644]
mount/src/key.rs [new file with mode: 0644]
mount/src/keyutils_wrapper.h [new file with mode: 0644]
mount/src/lib.rs [new file with mode: 0644]
mount/src/libbcachefs_wrapper.h [new file with mode: 0644]