Thornton wrote:
1: If i set the stripe size wrong, R-studio will NEVER be able to recover a file correctly unless the file i smaller that the stripe size? Right?
2: If a file is larger than the stripe size it will NEVER recover correctly unless the drive order and block order is correct? Right?
1. Yes,
2. Depends. Generally yes, but there may be cases when it can be recovered (see below).
To be sure, the file size should be larger than (block size)*((number of disks) - (number of disks with parity))
Thornton wrote:
If the above is correct can i use it to conclude the following:
1: I have set stripe to 128Kb and have successfully recovered a picture with size of 180kb -> Stripe is definetly 128kb AND at least 2 disks are in the correct order (for the selected block order) or have i completely misunderstood something?
2: With stripe still 128Kb i have recovered a picture of size 300Kb corretly -> Stripe is still correct AND at least 3 disks are in the correct order (for the selected block order)
You have a correct stripe (block) size and stripe (block) sequence for
1. Two disks
3. Three disks
Why I'm not saying "correct disk order"? Because there are two factors affecting the stripe sequence: disk order and block order. So there may be cases that you have a correct stripe sequence but wrong disk and block order.
And don't forget, there are such thing as an offset.
Maybe this link will help you:
http://www.data-recovery-software.net/A ... ndex.shtml