Re: /dev/hda1 mounted

2000-07-12 Thread Henry J. Cobb
If I understand correctly, you're attempting to simply add additional drives to your existing non-RAID boot partition, instead of creating a RAID setup on additional not yet formatted partitions, no? -HJC

Re: speed and scaling

2000-07-10 Thread Henry J. Cobb
>arguably only 500gb per machine will be needed. I'd like to get the fastest >possible access rates from a single machine to the data. Ideally 90MB/s+ Is this vastly read-only or will write speed also be a factor? -HJC

Reiser to the occasion

2000-06-27 Thread Henry J. Cobb
Please excuse a clueless newbie question here, but if you've got a journaling filesystem, wouldn't you want to expose the raw disks to it so it can choose to put the journals on different disks than the files? This would not only help with performance, but it would also make recovery as simple a

Re: Raid 5. Lost 2 drives.

2000-06-26 Thread Henry J. Cobb
>Something very similar happened to me and in the end I add to reconstruct >60.000 mail accounts with some thousands email messages lost... You signed up 60,000 customers between your nightly backup and the failure point? I want to know where you advertise! Seriously, RAID is NOT the same as ha

Re: what you want from AMI tools

2000-06-15 Thread Henry J. Cobb
Oh good grief! The Hyperdisk controller has a FIFO too. That's gotta accelerate RAID-1 performace by a few tenths of a percent on certain benchmarks. It's not like the product's only value add is that BIOS chip and the bundled software RAID. -HJC

Re: Benchmarks, raid0 performance, 1,2,3,4 drives

2000-06-13 Thread Henry J. Cobb
Bug1: Maybe im missing something here, why arent reads just as fast as writes? The cynic in me suggests that the RAID driver has to wait for the information to be read off the disks, but it doesn't have to wait for the writes to complete before returning, but I haven't read the code. -HJC

Swap on RAID

2000-06-01 Thread Henry J. Cobb
Does anybody really want to wait while their swap data is duplicated out to multiple disks by a CPU that is working to free up memory to run applications? Isn't Swapping slow enough already? Why not simply swap on multiple disks, get Hardware RAID-5 for swap or buy RAM?