Python Forum

Full Version: RAID example
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I need some simple script that can take a file and split it into n parts + parity just like a real RAID5 controller works (with bits XORing). I need it for teaching purposes and not (of course) for real life RAID solution.

Has anyone here saw something like this somewhere on the internet? If not, how difficult would you say it will be to develop something like that in python?


Tnx,
Artifex Cool