mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-11 00:00:03 +03:00
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>
5 lines
129 B
C
5 lines
129 B
C
#include <libbcachefs/super-io.h>
|
|
#include <libbcachefs/checksum.h>
|
|
#include <libbcachefs/bcachefs_format.h>
|
|
#include <crypto.h>
|