nicholasbishop / ext4-view-rs

Rust library for reading ext2/ext4 filesystems
https://crates.io/crates/ext4-view
Apache License 2.0
8 stars 2 forks source link

xtask: Add diff-walk action #163

Closed nicholasbishop closed 2 months ago

nicholasbishop commented 2 months ago

This provides a very high-level way to test the library. It walks the full filesystem twice: once with the ext4-view library, once by mounting and using normal filesystem operations (this runs under sudo). The output is compared to check for any differences.

Also update the CI to run this action on the test disk.