On Tue, 2003-04-01 at 01:17, G.Chester wrote:
[....] As a relative newbie I found various HOWTOs and review articles that should go a large way toward satisfying the need called for in this discussion thread. Here is a starting list of articles that have helped me understand a bit of this thing called Linux when it comes to RAID, hard discs and file systems:
thank you. There /are/ plenty of HOWTOs, and I was not thinking of duplicating those.
The topic that does not seem to be addressed, is "WHY we would want to use one of these technologies over another."
One of the delights of Linux (all *nix really) is that the filesystems are modular, and we may assemble them in the order that suits us, and for whatever reason that we choose.
The HOWTOs, and general consensus, suggest to us that RAID is a panacea, and in the same handful, it will be FASTER ! I *suspect* this is not the case.
With IDE for example, for outright speed we might decide to stripe two drives and then place them on the same IDE channel. The theory is solid until we really think about it, hdparm finally revealing that our assumptions have been incorrect. The IDE people have known that we should never place two drives on the same cable, no matter what.
SCSI being quite a different animal, I do not know how many drives I can add to a single SCSI channel before that channel (assembled as a RAID device) will now be slower than a single drive, and maybe with the newer SCSI 320 controllers, that ceiling will much higher.
At this stage it is only a hunch Igor, but I am willing to bet..
The unanswered questions are ;
1.) Striping for speed, are two RAID striped drives faster than a single drive of the same type WHEN THEY ARE ON THE SAME SCSI CHANNEL.
2.) For redundancy, which RAIDlevel do I use, and what is the performance hit to place it all on one channel.
Here's one test. This is SOFTWARE RAID, a simple mirror, on a single SCSI channel. The test runs on the md0 RAID device, and then on one of the component drives in that array (2 drives.) This obviously not a modern machine (most of my stuff is junk.)
/steve
[root computech root]# hdparm -tT /dev/md0
/dev/md0: Timing buffer-cache reads: 128 MB in 1.04 seconds =122.96 MB/sec Timing buffered disk reads: 64 MB in 3.38 seconds = 18.93 MB/sec [root computech root]# hdparm -tT /dev/sdd1
/dev/sdd1: Timing buffer-cache reads: 128 MB in 1.04 seconds =122.96 MB/sec Timing buffered disk reads: 64 MB in 3.39 seconds = 18.86 MB/sec [root computech root]# lsraid -d /dev/sdd1 [dev 9, 0] /dev/md0 96049789.24709966.10FBC473.A100194C online [dev 8, 33] /dev/sdc1 96049789.24709966.10FBC473.A100194C good [dev 8, 49] /dev/sdd1 96049789.24709966.10FBC473.A100194C good
[root computech root]#
_______________________________________________ K12OSN mailing list K12OSN redhat com https://listman.redhat.com/mailman/listinfo/k12osn For more info see <http://www.k12os.org>