linux raid5 problem

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: linux raid5 problem

Re: linux raid5 problem

by scanray » Wed Mar 21, 2012 12:09 pm

Yes, it is true. But I'm sure comes from data in the parameters.
Remember I'm doing tests with a raid that works. The files that are corrupted in the RStudio, I can easily see if I assemble the raid in linux.

What data you'd need to see the records?

Thanks,
and sorry for the inconvenience, but RStudio is with the best results I have obtained, and I want to understand how it works to buy it.

Re: linux raid5 problem

by Alt » Wed Mar 21, 2012 3:10 am

The files may be corrupted because something was written to the disk during array rebuild or because the RAID parameters are incorrect. It's hard to say without seeing actual data on the disks.

Re: linux raid5 problem

by scanray » Tue Mar 20, 2012 11:44 pm

What I want to find out, is why the files are corrupt.
Considering that the raid5 is fine, and that the files go corrupt, let me doubt if files in raid5 in poor condition, they are really bad or is it a configuration problem with RStudio.

thanks

Re: linux raid5 problem

by Alt » Tue Mar 20, 2012 3:16 am

And creating a RAID out of the regions that started from Sector 1024?

Re: linux raid5 problem

by scanray » Sat Mar 17, 2012 8:04 pm

I'm testing with a raid5 of 1GBx5 = 4GB. No Problem scaning all the raid.

Using offset=1024 dont work. Wen I scan with this value, when I scan with this value, and when I open Recognized0 to view the files, appears Root and is full of $inodes, with a red cross. No dirs, no files.

thanks

Re: linux raid5 problem

by Alt » Sat Mar 17, 2012 2:36 am

Try to create regions starting from Sector 1024 on the disk and create a RAID out of them. You don't have to scan the entire raid to find partitions on it, only first 5 GB would be enough.

Re: linux raid5 problem

by scanray » Fri Mar 16, 2012 4:48 pm

Hi,

It does not work.

When I do a scan to Block Raid with default values​​, except that change BlockSize 512k, appears all but some corrupted files. When I change the offset to any other value, disappears "Direct Volume" that is displayed when I assembled the BlockRaid, performed a scan but nothing appears.

thanks

Re: linux raid5 problem

by Alt » Fri Mar 16, 2012 8:00 am

You need to enter 1024 sectors to the offset of the disks in the RAID parents tab, Super offset is the offset on the disks of the RAID, not its file system.

Re: linux raid5 problem

by scanray » Wed Mar 14, 2012 10:40 pm

Hi Alt,

Excuse the delay in responding, I was doing some tests.

What you did not answer, was if it is possible to use RStudio license for windows in linux version

In tests I have done in RStudio, I have found results that confuse me, and has led me to error, possibly: RStudio detected disks in reverse order. First list the last and then list the first.

1) The last disk to appear is called SoftRAID1. This is the raid5 detected by the system. When I make a scan to it, appears "Recognized", then I say show me the files found. Root appears here and the complete structure of the raid. All files are in good condition.
2) after realizing the order of the disks, I've re-created a BlockRaid5 with the correct order of disks. I have tried almost all parameters. Never shows the correct structure of raid5 with files.

And, examining the disks rom raid I have this:

Code: Select all

/dev/sdb1:
    Data Offset : 1024 sectors
   Super Offset : 8 sectors
   Device Role : Active device 0
Is the same in all disks. How can I put this data into rstudio ? I have see only one offset data in the block raid created. This offset is "Super Offet" or "Data Offset" from the originals ?


Back to ask, is anything special I should do to assemble the raid5 in r-studio?

Thanks for the help and patience.

Re: linux raid5 problem

by Alt » Mon Mar 12, 2012 2:53 am

1. The windows version is a little bit ahead of its Linux counterpart.
2. Windows, Linux, or Mac are different versions, but this is about the host OS on which the program is to run. Any version supports all supported files systems. That is, if you use the Windows version, you'll be able to recover files from with NTFS, HFS, extFS, etc, disks. The same is for the Linux and Mac versions.
3. Those aren't files, those are recognised partitions, that is, partitions that R-Studio believes reside or resided on the disk. The color shows how much info on this partition remains on the disk. See more on R-Studio on-line help: Disk Scan, on the bottom.
4. A red cross means that the file has been normally deleted. It may be recovered.
5. It looks like ext4 is a problem for this matter.

Top