Python Forum
RAID example - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: RAID example (/thread-10303.html)



RAID example - artifex - May-17-2018

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