BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
file system check software
- Subject: file system check software
- From: blu-Z8efaSeK1ezqlBn2x/YWAg at public.gmane.org (Edward Ned Harvey)
- Date: Sat, 13 Mar 2010 23:03:20 -0500
- In-reply-to: <4B9BDC77.3050108-wRvlPVLobi1/31tCrMuHxg@public.gmane.org>
- References: <4B9A6745.8070405@stephenadler.com> <000001cac246$52177a10$f6466e30$@com> <4B9BDC77.3050108@stephenadler.com>
> So basically the test that I need to do is fill up the 6 terabytes of > the file system with files, large and small and do md5sum checks of the > files as they are created and copied about on the file system. And do > this file creation, replaction and deletion over and over again, > stressing not just the software, (kernel, drivers, etc.) but also the > underlying hardware, (disks, controllers, cables etc.) Such a tool > would > pretty much validate a disk system so that a bank would trust it to > hold > its database of customer accounts. If a file was open for writing at the time while it was being copied, then the original and the copy might differ from each other. Most likely you don't need to do anything so complicated. Since you've experienced a problem, and you want to identify the cause of the problem, I bet you can start with the simplest thing: Just run surface scan on each of the disks. Most likely you'll find a failing disk. If you want to verify that the filesystem is able to read and write everything it says it can, you might try something really simple, like this: dd if=/dev/zero bs=1024k | tee /some/file | md5sum - md5sum /some/file The two outputs should match. To make it a little more challenging: dd if=/dev/urandom bs=1024k | tee /some/file | md5sum - md5sum /some/file The two outputs should match. If you can't do the above, you know you have some failing component, and you've got to figure out which one (or ones.) If the above completes successfully ... That's pretty strong confidence in the hardware ... but for your purposes maybe you care about testing it more extensively.
- References:
- file system check software
- From: adler-wRvlPVLobi1/31tCrMuHxg at public.gmane.org (Stephen Adler)
- file system check software
- From: blu-Z8efaSeK1ezqlBn2x/YWAg at public.gmane.org (Edward Ned Harvey)
- file system check software
- From: adler-wRvlPVLobi1/31tCrMuHxg at public.gmane.org (Stephen Adler)
- file system check software
- Prev by Date: file system check software
- Next by Date: pvcreate to raid1 fails
- Previous by thread: file system check software
- Next by thread: gnome termnal question
- Index(es):