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 file with holes to ext2 test data #248

Closed nicholasbishop closed 1 month ago

nicholasbishop commented 1 month ago

Turns out ext2 can have holes too. This file does not get read correctly by the library right now, will be fixed in a later PR.