yes, it should.
hardware RAID is being handled, well, on the hardware level. so, as far as the OS/software apps the "array" is just a single physical drive.
Well, will it??![]()
![]()
yes, it should.
hardware RAID is being handled, well, on the hardware level. so, as far as the OS/software apps the "array" is just a single physical drive.
"Today is a black day in the history of mankind."
- Leo Szilard
What he saidOriginally posted by Faust
yes, it should.
hardware RAID is being handled, well, on the hardware level. so, as far as the OS/software apps the "array" is just a single physical drive.![]()
Amen, thank you!
Check your versions - it may be 2002 or 2003 of Ghost that is supported. Doesn't mean earlier versions won't work. I think it corresponded with the NTFS support.
Skye
anything is possible - nothing is free
![]()
Originally Posted by Blisster
`tis done anywhoos![]()
just gotta transfer some of my other backed up data and sort some cooling out for the drives
True - in a pure HW RAIDed rig - but most IDE RAID cards (Promise, Highpoint) are just a BIOS assisted boot of software RAID - therefore technically software devices. That's why those cards don't work under most unices.hardware RAID is being handled, well, on the hardware level. so, as far as the OS/software apps the "array" is just a single physical drive.
anything is possible - nothing is free
![]()
Originally Posted by Blisster
ntfs was supported in older versions, 2002 added official xp ntfs support i think?
That may be what I was thinking. It may also have been the disk utility that didn't support RAID...
I remember getting my Adaptec 1200a and finding that the sw RAID card was not supported by either my linux install (dual boot) nor several disk utilities that I had. The 2400a has XOR on teh card - completely hardware.
anything is possible - nothing is free
![]()
Originally Posted by Blisster
Originally posted by cyberskye
True - in a pure HW RAIDed rig - but most IDE RAID cards (Promise, Highpoint) are just a BIOS assisted boot of software RAID - therefore technically software devices. That's why those cards don't work under most unices.
which cards put the drives in a real hardware RAID then?
True - in a pure HW RAIDed rig - but most IDE RAID cards (Promise, Highpoint) are just a BIOS assisted boot of software RAID - therefore technically software devices. That's why those cards don't work under most unices.
this is true. kind of a technical oversight on my part.
for all intents and purposes, most IDE RAID adapters need a driver/software adapter to run at all (this is why we can still see the full array volume in DOS.... some kind of driver had to have been loaded for it to be seen). aside from the device driver, the array is transparent to the software environment.
now, technically, most SCSI RAID hosts handle RAID in what would be as close to pure hardware as possible. we still need a driver for whatever OS we are using to make it run. may be native to the OS, may not be. i know essentially zero about *nix from a technical standpoint, so i can;t expound on that.
anyways, i stand technically corrected.
Last edited by Faust; 06-04-03 at 06:29 AM.
"Today is a black day in the history of mankind."
- Leo Szilard
Lucky you didn't need to waste the $$$ on a card to find it out...anyways, i stand technically corrected.The Adaptec 1200a does not play with BSD.
Think of them as WinModems. Though some manufacturers are building their own linux/bsd drivers.
A fairly accurate way to determine is if (A) it supports several unix falvors (B) is capable of RAID5. (C) RAM on the card - usually pc100 today - this is because it handles the striping/mirroring/XOR - unburdening the CPU...which cards put the drives in a real hardware RAID then?
Not 100% but if the card can't do all of those then it is sw-based. Adaptec makes a 2400a model I foudn on mwave for $310.00 US. I think Promise and Highpoint are working on similar models.
Cheers,
Skye
anything is possible - nothing is free
![]()
Originally Posted by Blisster
You need a driver for all hardware - a set of instructions to make the device to what we want. Drivers are always OS-specificnow, technically, most SCSI RAID hosts handle RAID in what would be as close to pure hardware as possible. we still need a driver for whatever OS we are using to make it run. may be native to the OS, may not be. i know essentially zero about *nix from a technical standpoint, so i can;t expound on that
The diff between these two classes of card is like SQL vs C code. With the true HW cards (almost all SCSI RAID, a few IDE) you just stream data at the card. The card 'knows what to do with it' and performs the required calculations and reads/writes as needed. You just tell it "what" to do, as in SQL. Write this data to disk.
With a sw-based RAID card, the CPU is still performing the calculations, taking up space in the process queue. You need to tell it "what" to do and "how" to do it; as in C Code. Write this many chunks to this channel and this many to the other, yadayada
anything is possible - nothing is free
![]()
Originally Posted by Blisster
Bookmarks