Skip to content

Latest commit

History

History
96 lines (59 loc) 路 1.52 KB

File metadata and controls

96 lines (59 loc) 路 1.52 KB

fat32 - driver

A basic implementation of fat32 in rust no_std

License: GPL v3 Rust



馃捇 Installation

Linux - x86_64

cargo run --target x86_64-unknown-linux-gnu

Linux - aarch64

cargo run --target aarch64-unknown-linux-gnu



馃捒 Create a testing image

We first need to create a fat32 test image in order to be able to use our library on it

Linux, macOs

  1. Make the script executable
chmod +x scripts/create_image.sh
  1. Execute it to create the image
sudo ./scripts/create_image.sh

You're done and can test the lib with this disk.img



馃幑 Commands

Exit

exit

You can also quit with Ctrl + C

Navigate

cd folder
cd ..
cd /

Read a file

cat file.txt