Skip to content

bbusn/fat32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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





About

A basic implementation of fat32 written in Rust 💾

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors