HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Display Modes
  #1  
Old 02-26-2008, 12:30 AM
Jose
 
Posts: n/a
Default Data integritty in RAID5?

Hi All,

With all HDDs working, does RAID5 have any advantage as far as data
integrity is concerned - as when files are being read/written,?

Assume, that in 1 hdd, a portion of a file has become corrupted. While
reading that file, will the system parity, or error correction, or
something else, to detected that, and repair the file?

Thanks,
Jose
Reply With Quote
Sponsored Links
  #2  
Old 02-26-2008, 02:15 PM
Arno Wagner
 
Posts: n/a
Default Re: Data integritty in RAID5?

Previously Jose <go.spam@somewhere.else> wrote:
> Hi All,


> With all HDDs working, does RAID5 have any advantage as far as data
> integrity is concerned - as when files are being read/written,?


> Assume, that in 1 hdd, a portion of a file has become corrupted. While
> reading that file, will the system parity, or error correction, or
> something else, to detected that, and repair the file?


Depends on the corruption.

Arno
Reply With Quote
  #3  
Old 02-26-2008, 07:01 PM
Odie Ferrous
 
Posts: n/a
Default Re: Data integritty in RAID5?

Jose wrote:
>
> Hi All,
>
> With all HDDs working, does RAID5 have any advantage as far as data
> integrity is concerned - as when files are being read/written,?
>
> Assume, that in 1 hdd, a portion of a file has become corrupted. While
> reading that file, will the system parity, or error correction, or
> something else, to detected that, and repair the file?
>
> Thanks,
> Jose


RAID has no way of knowing a file is corrupt, unless the file becomes
corrupt due to failure of the raid or bad sectors on the hard drives,
etc, in which case you might get some sort of error message depending on
your raid / controller setup.

RAID works in bits and bytes - not on file formats / signatures /
structures. It doesn't know whether you're working with a jpg or a doc,
so won't know if an already-corrupt file is worked with.


Duncan
--
Retrodata
www.retrodata.co.uk
Globally Local Data Recovery Experts
Reply With Quote
  #4  
Old 02-26-2008, 09:50 PM
Jose
 
Posts: n/a
Default Re: Data integritty in RAID5?

On Tue, 26 Feb 2008 19:01:21 +0000, Odie Ferrous
<odie_ferrous@hotmail.com> wrote:

>RAID has no way of knowing a file is corrupt, unless the file becomes
>corrupt due to failure of the raid or bad sectors on the hard drives,
>etc, in which case you might get some sort of error message depending on
>your raid / controller setup.


Well, since it stores, parity information, I thought it might/could
use that while reading files to check for their integrity - I know it
would delay the process.

If it would recover, fix, or move the data on bad sectors, that's
something nice, already.

I suppose we're still talking about RAID5 - which is what I originally
asked about - not RAID 1 (or does RAID1 also handle bad sectors
automatically?)

Thanks,

Jose

Reply With Quote
  #5  
Old 02-26-2008, 10:04 PM
Jose
 
Posts: n/a
Default Re: Data integritty in RAID5?

PS- I'm particularly anoyed when I get a message saying application so
and so can not started because main file can not be found, and then
the next time I boot, it does start automatically, then a few days
latter it no longer does, and finally I need to reinstall the
application.
Can any RAID type fix this for me?


On Tue, 26 Feb 2008 19:01:21 +0000, Odie Ferrous
<odie_ferrous@hotmail.com> wrote:

>RAID has no way of knowing a file is corrupt, unless the file becomes
>corrupt due to failure of the raid or bad sectors on the hard drives,
>etc, in which case you might get some sort of error message depending on
>your raid / controller setup.


Well, since it stores, parity information, I thought it might/could
use that while reading files to check for their integrity - I know it
would delay the process.

If it would recover, fix, or move the data on bad sectors, that's
something nice, already.

I suppose we're still talking about RAID5 - which is what I originally
asked about - not RAID 1 (or does RAID1 also handle bad sectors
automatically?)

Thanks,

Jose

Reply With Quote
  #6  
Old 02-26-2008, 10:23 PM
Rod Speed
 
Posts: n/a
Default Re: Data integritty in RAID5?

Jose <go.spam@somewhere.else> wrote:

> PS- I'm particularly anoyed when I get a message saying application
> so and so can not started because main file can not be found, and
> then the next time I boot, it does start automatically, then a few days
> latter it no longer does, and finally I need to reinstall the application.


You've got some fundamental problem with the hard
drive subsystem, or something very basic like ram etc.

> Can any RAID type fix this for me?


Nope.


> On Tue, 26 Feb 2008 19:01:21 +0000, Odie Ferrous
> <odie_ferrous@hotmail.com> wrote:
>
>> RAID has no way of knowing a file is corrupt, unless the file becomes
>> corrupt due to failure of the raid or bad sectors on the hard drives,
>> etc, in which case you might get some sort of error message
>> depending on your raid / controller setup.

>
> Well, since it stores, parity information, I thought it might/could
> use that while reading files to check for their integrity - I know it
> would delay the process.
>
> If it would recover, fix, or move the data on bad sectors, that's
> something nice, already.
>
> I suppose we're still talking about RAID5 - which is what I originally
> asked about - not RAID 1 (or does RAID1 also handle bad sectors
> automatically?)
>
> Thanks,
>
> Jose



Reply With Quote
  #7  
Old 02-26-2008, 11:25 PM
Folkert Rienstra
 
Posts: n/a
Default Re: Data integritty in RAID5?

Jose wrote in news:47c35cdb.10404000@news20.forteinc.com
> Hi All,


> With all HDDs working, does RAID5 have any advantage as far as data
> integrity is concerned - as when files are being read/written,?


Nope.

> Assume, that in 1 hdd, a portion of a file has become corrupted.


Again: hard drives do not corrupt data.
news:47aa17e7$1$3968$dbd43001@news.wanadoo.nl

One speaks of corruption when data is returned that doesn't reflect
the original written data. A file can be corrupted if less data is re-
turned than was originally written to it without an error issued. This
won't happen with harddrives as the culprit. It's a system problem.
Files disappearing may be caused by the system not being able to read
directories but fail to tell you so.

> While reading that file, will the system parity, or error correction, or
> something else, to detected that, and repair the file?


What else did you think redundant in RAID stands for.

>
> Thanks,
> Jose

Reply With Quote
  #8  
Old 02-27-2008, 12:47 AM
Arno Wagner
 
Posts: n/a
Default Re: Data integritty in RAID5?

Previously Jose <go.spam@somewhere.else> wrote:
> On Tue, 26 Feb 2008 19:01:21 +0000, Odie Ferrous
> <odie_ferrous@hotmail.com> wrote:


>>RAID has no way of knowing a file is corrupt, unless the file becomes
>>corrupt due to failure of the raid or bad sectors on the hard drives,
>>etc, in which case you might get some sort of error message depending on
>>your raid / controller setup.


> Well, since it stores, parity information, I thought it might/could
> use that while reading files to check for their integrity - I know it
> would delay the process.


> If it would recover, fix, or move the data on bad sectors, that's
> something nice, already.


> I suppose we're still talking about RAID5 - which is what I originally
> asked about - not RAID 1 (or does RAID1 also handle bad sectors
> automatically?)


> Thanks,


> Jose



Jist ot give you an example, here is how it works under Linux:
If a defective sector is found, that one is reconstructed using the
other disks. No other defect detection is done. You can run an offline
integrity check, but it is rather obscure. If enough defects are found
in one disk, then that disk is disabled entirely. If a hot spare
is available, the array is reconstructed using that.

So, yes, if your files are corrucpted because of defective sectors,
then RAID5 will help to some degree. If it is something else, e.g.
defective RAM, RAID5 could not care less.

Arno
Reply With Quote
  #9  
Old 02-27-2008, 12:49 AM
Arno Wagner
 
Posts: n/a
Default Re: Data integritty in RAID5?

Previously Jose <go.spam@somewhere.else> wrote:
> PS- I'm particularly anoyed when I get a message saying application so
> and so can not started because main file can not be found, and then
> the next time I boot, it does start automatically, then a few days
> latter it no longer does, and finally I need to reinstall the
> application.
> Can any RAID type fix this for me?


This sounds like a filesystem issue. RAID5 will likely have no effect
here. But you should do more thorough analysis what the problem
actually is.

Arno
Reply With Quote
  #10  
Old 02-27-2008, 11:28 AM
Jose
 
Posts: n/a
Default Re: Data integritty in RAID5?

On 27 Feb 2008 00:47:54 GMT, Arno Wagner <me@privacy.net> wrote:

>Jist ot give you an example, here is how it works under Linux:
>If a defective sector is found, that one is reconstructed using the
>other disks. No other defect detection is done. You can run an offline
>integrity check, but it is rather obscure. If enough defects are found
>in one disk, then that disk is disabled entirely. If a hot spare
>is available, the array is reconstructed using that.
>
>So, yes, if your files are corrucpted because of defective sectors,
>then RAID5 will help to some degree. If it is something else, e.g.
>defective RAM, RAID5 could not care less.


Thanks a lot for the clear answer! Hopefuly it works that way in
Windows too ;-)
Naturaly, I wouldn't expect RAID5 to do anything about any potential
memory problem.

Best,
Jose


Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Vista across Raid5 Lubomir Windows Vista Installation 5 01-26-2008 01:44 PM
RAID5? Noozer Windows XP 12 01-23-2008 12:51 AM
raid5 plus vista bubbles@spring.air Windows Vista Installation 0 08-06-2007 05:42 PM
OS drives on own controller vs being on same controller with data raid5 array (performance?) markm75 Storage 3 07-03-2007 11:53 PM
Can't install XP Raid5/ P5B-E marc.willems.be@gmail.com ASUS 3 06-29-2007 08:33 PM


All times are GMT. The time now is 01:48 AM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger