wszxl516 / ext2-fs

Ext2 filesystem in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ext2 FS bare metal driver

Features

  • File
    • read
    • write (create)
      • < 12kb
  • Dir
    • create

Toolchain

  • rust

Build & Run

$ cargo b 
$ dd if=/dev/zero of=hd.img bs=1M count=8
$ mkfs.ext2 hd.img
$ cargo r -- hd.img

License

  • MIT License

About

Ext2 filesystem in Rust


Languages

Language:Rust 100.0%