File system project in Rust Author: Jack Champagne
This project aims to implement as closely as possible project 6 (File systems) in the Rust programming language.
Things that will be directly translated:
- - main.cpp
- - fs.cpp
- - create_fs.cpp
After cloning
cargo build
The executables are 'create_fs' and 'fs_app' inside of the targets/debug or targets/release subdirectories.
Run them like so if they are in targets/debug for example
cargo run --bin create_fs disk0
cargo run --bin fs_app .\sample.txt
For complete project documentation, please visit the following link:
This is inside of the docs folder of this repo and was generated using cargo docs
Thank you!
https://drive.google.com/file/d/1Gn_qg5na7ovBd9c0qVrwtowGLSBEo3w0/view?usp=share_link