Shop for All
My Passport Essential Portable 320GB Hard Drive - Black My Passport Essential Portable...

Compare the top 5 lowest prices by hovering your mouse over the product names on the left

$119.99
My Book Essential Edition 2.0 External 500GB Hard Drive My Book Essential Edition 2.0... $97.99
Spinpoint F1 1TB Hard Drive Spinpoint F1 1TB Hard Drive $145.00
Barracuda 7200.11 1.5TB Hard Drive Barracuda 7200.11 1.5TB Hard Drive $189.99
Caviar GP 1TB Hard Drive Caviar GP 1TB Hard Drive $134.99

See More Products...

Topics:

Transfer Performance

Talkback
Anonymous 05/11/2008 4:45 AM
Hide
-0+

Can I grow an array made this way? That is, add another disk without having to lose the data currently held on the raid?

op365 06/28/2008 3:17 AM
Hide
-0+
op365

From past experience with Hardware RAID, you would have to first backup your data and then break the RAID and put in the higher capacity drives and create a new container.
The feature that you want/asking about is called X-RAID

micokeman 08/11/2008 5:56 AM
Hide
-0+
micokeman

I have used this hack and it works, but there are some problems that can occur. First of all, if you do this on SP2 and upgrade to SP3, XP will no longer see the RAID5 drives. Uninstalling SP3 allowed me to regain access to the RAID5 devices, but I would continuously get blue screens. After a repair of XP I no longer got blue screens, but I could also no longer see the data on the RAID5 drives. I suspect XP saw them as foreign drives and XP can't import foreign RAID drives!!! Yes, the hack works, but be aware that a service pack upgrade might render the data inaccessible.
For those of you wondering, I was able to get my data back by installing Server 2003 and importing the RAID5 drives. No data lost, WHEW! You can also use a trial Windows Server 2003 to access your data for 30 days. Get the download from here.

Anonymous 08/21/2008 6:12 AM
Hide
-0+

This works with SP3 and also with the x64 version of XP.

To get it to work with SP3, you just have to redo the changes above.

To get it to work with x64, just locate those same strings in the files and apply the changes. Notice how the changes are only swapping the locations of the words SERVERNT and WINNT. I'd post the exact changes here, but it would take forever to type out all of those hex values. UltraEdit doesn't seem to allow one to copy the hex data to the clipboard.

Anonymous 09/01/2008 6:40 AM
Hide
-0+

I have also notice the problem when upgrading to SP3 that the RAID no longer works. Even after changing the files (dmboot.sys, dmconfig.dll, dmadmin.exe) on the SP3 release I still could not get RAID to work correctly. I have taken the 3 files from a system running SP2 and copied them to the system running SP3. It looks like the SP2 files work on SP3 but I have only had the system running for about a week.

SlAoTkAiN 09/13/2008 3:21 AM
Hide
-0+
SlAoTkAiN

I was lucky and installed sp3 and then used the hack and got a the raid working. The only problem I'm seeing is that XP doesn't start up the raid at boot. I have to go into manage and re-activate the drive. Anyone have any suggestions?

Anonymous 09/15/2008 3:08 AM
Hide
-0+

I got it working again after migrating from sp2 to sp3, but I have to go into manage and re-activate the drive every time I reboot.
Anyone has a solution for this?

tiborakos 09/25/2008 1:45 AM
Hide
-0+
tiborakos

After spent a week wondering what went wrong with my XP SP2 raid5 setup...i fell into this, and remembered i hd installed SP3 as well!!!
Is there a way to get those SP2 files from somewhere please? Else i think i might try the server2003 solution.
As for the "re-activate the drive every time I reboot" it has happened to me in my old PC after the mod, but could not find a way to solve it

cwilk 09/26/2008 7:39 AM
Hide
-0+
cwilk

I am lost with the hex editing. I tried a fix from Randem Systems but that doesnt work. Anyone have a copy of the files i can get?

tiborakos 09/26/2008 8:51 AM
Hide
-0+
tiborakos

Cannot help with the files unless you want mine. btw, i managed to get the Raid5 volume working again, after uninstalling SP3 and getting back to SP2.
What if i copy the files, install SP3 again and just replace them with the current ones? Do you think it might work? Or i will end up needing "reactivate the drive every time i reboot" ?

cwilk 09/26/2008 9:09 AM
Hide
-0+
cwilk

I was able to edit the hex. Rebooted into recovery console, copied files over and went into Disk Management and I got an RPC Server is unavailable error. Rebooted back into recovery console, copied originals over and I still get the same error. Any suggestions?

Anonymous 09/27/2008 7:22 AM
Hide
-1+

I installed SP3 some time ago, and it killed RAID5 for me. Due to code changes in dmconfig.dll & dmadmin.exe (can see in WinMerge), you need to open the newest (sp3) files in a hex editor (I used FlexHex) and make changes to the new files. This time the offsets (where in the file you need to edit) are slightly different for two files, due to the new M$ code. I would not recommend using the older sp2 files after sp3 upgrades.

When I did this, I can boot fine, it recognized the array automatically (as healthy too - no rebuild needed), and I do not have to start it or anything.

dmboot.sys starting at offset 00011070h, the hex between brackets are the only bytes you need to change:
00011070h: 54007900 70006500 0000[5345 52564552
00011080h: 4E545749 4E4E5400 0000]0000 00004C41

dmadmin.exe starting at offset 00001C38h, the hex between brackets are the only bytes you need to change:
00001C38h: [77696E6E 74000000] 00000000 6C616E6D

dmconfig.dll starting at offset 00005140h, the hex between brackets are the only bytes you need to change:
00005140h: 4C414E4D 414E4E54 00000000 [57494E4E
00005154h: 54000000] 00000000 53455256 45524E54

Note the new offsets for all but dmconfig.dll. Don't forget to backup files you mod (before and after).

HTH
J

tiborakos 09/29/2008 9:34 AM
Hide
-0+
tiborakos

Nice, but now that i uninstalled SP3 and raid5 works, i am thinking twice if i need to go to SP3 and do the mod again...

Note You are going to post a comment as anonymous.