card-io-ecg / norfs

Wear-leveling filesystem implementation for embedded Rust
Apache License 2.0
6 stars 0 forks source link

Create diagnostic tools #3

Open bugadani opened 1 year ago

bugadani commented 1 year ago

Make a tool that can describe a filesystem. The tool could pick out fs layout details from the block headers (maybe even detect the block size/count?), describe the available objects, list files, point out errors if there are any.

Create a file explorer to work with intact file systems.