Skip to content

i-pankrat/RAID-II-emulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A simple tutorial project emulating the operation of RAID II disk system. The project is made for experience with the Rust language.

In the current implementation disk is an abstraction over array, file is an abstraction over part of array, respectively writing to file or disk is an abstraction over writing to array.

Limitations:

  • You cannot write to a file after it has been created
  • The file name must be a whole word without spaces
  • You cannot delete a file

How to use

cargo run

Available commands

  • write (restore file after a single corruption)
  • read
  • corrup (after more than 2 damages the behavior is undefined)
  • exit

About

The project emulates RAID II

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages