RAID and NAS Data Recovery
Dedicated Raid systems
are typically found in servers and are implemented by using a dedicated RAID controller card or the in-built functionality contained on modern server motherboards and allow for data to span multiple drives as can be seen with image right

NAS systems
are typically used as backup systems for smaller enterprises and the RAID is implemented in software via the Linux operating system which is slower that dedicated RAID controllers.
It should be noted that NAS raid devices should be used as a backup device and not as a primary storage option.

RAID levels
RAID 0 – is used mainly to increase system performance as compared to a single disk. RAID 0 recovery is relatively simple however if one of the disks is unreadable data recovery is awkward.
RAID 1 – are mirrored drives to enable redundancy and is easy to recover .
RAID 0+1 , same as RAID 1+0 is based on mirroring and striping techniques. . Such arrays will survive a single disk failure and can survive multiple disk failures .
RAID 5 – sometimes called stripe set with parity – RAID 5 recovery is more complicated than for RAID 0, but the data can still be recovered if one of the disks had failed.
RAID 6 . RAID 6 recovery is very complex.
We use a variety of software tools to recover data from damaged RAID’s.
DiskInternals – DiskInternals Raid Recovery
Runtime – Runtime RAID Reconstructor
ReclaiMe RAID – ReclaiMe Free RAID Recovery build 301
R-Studio – R-Studio
ZAR – Zero Assumption Recovery version 8.5
REQUEST A QUOTE
Address
126 Whatley Crescent Maylands
call: (08) 6180 6959
126 Whatley Crescent
6 Days a week from 8:00am – 5:00pm
Some of our Success Stories
Using fsck with Linux
How to use FSCK for Data Recovery with Linux. The fsck (File System Consistency Check) utility checks a Linux filesystems for errors or corruptions. fsck comes by with all Linux distributions and is similar to the CHKDSK command in Windows. The fsck utility is used to...
Data Recovery SQL Databases
Today we are going to talk about some of the most common problems faced with SQL databases and methods to fix data recovery problems with SQL . We will use Kernel SQL Database Recovery tool, specifically designed for data recovery with SQL databases. There has been...
Reading Linux Drives under Windows OS
Ever wanted to get at your lost data on a Linux drive but were frustrated to find that Windows cannot read Linux drives. Windows in it's infinite wisdom cannot out of the box read Linux partitioned drives which typically has the EXT4 filesystem. There are a number...