crosvm/ext2
Keiichi Watanabe 14907b14a6 ext2: Set up root dir and lost+found
Now, it can create a valid ext2 disk.

BUG=b:329359333
TEST=cargo test

Change-Id: I7ccf32810ec06291aea971e22ad839f9c9011036
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5400931
Reviewed-by: Takaya Saeki <takayas@chromium.org>
Reviewed-by: Junichi Uekawa <uekawa@chromium.org>
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
2024-06-10 02:26:46 +00:00
..
examples
src ext2: Set up root dir and lost+found 2024-06-10 02:26:46 +00:00
tests ext2: Set up root dir and lost+found 2024-06-10 02:26:46 +00:00
Cargo.toml
README.md

ext2

This crate provides utilities to create ext2 file system on memory or a file.

examples/mkfs.rs shows how to use this library. This program is our alternative to mkfs.ext2 that create an ext2 file system on a file and useful for debugging this ext2 itself with existing utilities in e2fsprogs such as fsck and dumpe2fs.

$ cargo run --release --example mkfs -- --path disk.img
Create disk.img
$ dumpe2fs disk.img
dumpe2fs 1.47.0 (5-Feb-2023)
Filesystem volume name:   <none>
Last mounted on:          <not available>
Filesystem UUID:          c6e49d8f-106f-4472-b0e8-6babcc3fa496
Filesystem magic number:  0xEF53
...