P
Analyzed about 4 hours ago
This project is moving to Github.
Pyraid is a simple RAID-0 and RAID-5 implementation useful for data recovery. If the headers that contain the RAID metadata (stripe size, algorithm, offset...) are corrupted, it is often difficult to rebuild them, so Pyraid allows you to mount a RAID array without
... [More]
requiring the headers by manually specifying the RAID metadata.
Pyraid uses FUSE (Filesystem in Userspace), which is available for POSIX-compliant operating systems (Linux, Mac OS X, etc). Pyraid also includes a pyraid-dump.py script, which does not require FUSE, so it should run on most operating systems.
See the HOWTO in the wiki for usage information. [Less]