A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Storage (alternative)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

migration back to non-RAID configuration from an INTEL RAID 5



 
 
Thread Tools Display Modes
  #1  
Old November 16th 08, 09:49 PM posted to comp.sys.ibm.pc.hardware.storage
[email protected]
external usenet poster
 
Posts: 5
Default migration back to non-RAID configuration from an INTEL RAID 5

Hi all,

I got 3 SATA WDC HD's coming from a Intel RAID 5 (matrix Storage) . I
suppose that the RAID was not dismantled before taking the disks off.
Now I would like to use them for an ordinary non-RAID configuration
and I do _NOT_ need to backup the data. I just want to format them and
put them into use again as single hard drives.

The problem is that when I connect them to my VISTA system and go to
the control panel, I got an error: "Unable to inizialize the disk" and
the OS cannot update/create the new MBR. Vista sees the disk connected
but the HD cannot be used by the OS and the size of the HD is reported
incorrectly as that of the whole RAID 5 and not of the single hard
drive.

I tried to boot with Ultimate Boot Utilities CD under DOS and I tried
some of those utilities that fix MBR and partitions. But I'm still
unsuccessful because when I reboot under Vista the drive is still the
same as before. I have tried also with Acronis sw, but it even
recognizes the HD ... I really don't know what to do at this point!

Thanks to all who will post me back! :-)

Have a nice sunday!
  #2  
Old November 17th 08, 03:53 AM posted to comp.sys.ibm.pc.hardware.storage
Andy
external usenet poster
 
Posts: 354
Default migration back to non-RAID configuration from an INTEL RAID 5

Did you use the Hard Disk Wiping Tools?

On Sun, 16 Nov 2008 13:49:13 -0800 (PST), wrote:

Hi all,

I got 3 SATA WDC HD's coming from a Intel RAID 5 (matrix Storage) . I
suppose that the RAID was not dismantled before taking the disks off.
Now I would like to use them for an ordinary non-RAID configuration
and I do _NOT_ need to backup the data. I just want to format them and
put them into use again as single hard drives.

The problem is that when I connect them to my VISTA system and go to
the control panel, I got an error: "Unable to inizialize the disk" and
the OS cannot update/create the new MBR. Vista sees the disk connected
but the HD cannot be used by the OS and the size of the HD is reported
incorrectly as that of the whole RAID 5 and not of the single hard
drive.

I tried to boot with Ultimate Boot Utilities CD under DOS and I tried
some of those utilities that fix MBR and partitions. But I'm still
unsuccessful because when I reboot under Vista the drive is still the
same as before. I have tried also with Acronis sw, but it even
recognizes the HD ... I really don't know what to do at this point!

Thanks to all who will post me back! :-)

Have a nice sunday!

  #3  
Old November 17th 08, 04:46 AM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default migration back to non-RAID configuration from an INTEL RAID 5

Previously Andy wrote:
Did you use the Hard Disk Wiping Tools?


On Sun, 16 Nov 2008 13:49:13 -0800 (PST), wrote:


Hi all,

I got 3 SATA WDC HD's coming from a Intel RAID 5 (matrix Storage) . I
suppose that the RAID was not dismantled before taking the disks off.
Now I would like to use them for an ordinary non-RAID configuration
and I do _NOT_ need to backup the data. I just want to format them and
put them into use again as single hard drives.

The problem is that when I connect them to my VISTA system and go to
the control panel, I got an error: "Unable to inizialize the disk" and
the OS cannot update/create the new MBR. Vista sees the disk connected
but the HD cannot be used by the OS and the size of the HD is reported
incorrectly as that of the whole RAID 5 and not of the single hard
drive.

I tried to boot with Ultimate Boot Utilities CD under DOS and I tried
some of those utilities that fix MBR and partitions. But I'm still
unsuccessful because when I reboot under Vista the drive is still the
same as before. I have tried also with Acronis sw, but it even
recognizes the HD ... I really don't know what to do at this point!

Thanks to all who will post me back! :-)

Have a nice sunday!

  #4  
Old November 17th 08, 04:49 AM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default migration back to non-RAID configuration from an INTEL RAID 5

Previously wrote:
Hi all,


I got 3 SATA WDC HD's coming from a Intel RAID 5 (matrix Storage) . I
suppose that the RAID was not dismantled before taking the disks off.
Now I would like to use them for an ordinary non-RAID configuration
and I do _NOT_ need to backup the data. I just want to format them and
put them into use again as single hard drives.


The problem is that when I connect them to my VISTA system and go to
the control panel, I got an error: "Unable to inizialize the disk" and
the OS cannot update/create the new MBR. Vista sees the disk connected
but the HD cannot be used by the OS and the size of the HD is reported
incorrectly as that of the whole RAID 5 and not of the single hard
drive.


I tried to boot with Ultimate Boot Utilities CD under DOS and I tried
some of those utilities that fix MBR and partitions. But I'm still
unsuccessful because when I reboot under Vista the drive is still the
same as before. I have tried also with Acronis sw, but it even
recognizes the HD ... I really don't know what to do at this point!


That is the wrong approach. You need to wipe the whole disk on
sector level. For this you need to attach them to a controller that
does ignore the RAID information on the disks. This means a) a
non-RAID controller or at least not the INtel one. And b) possibly
a non-Microsoft OS. Personally I would use a Knoppic CD-Linux and
just use

dd_rescue /dev/zero /dev/device

with device being the HDD, i.e. hda or sda if it is the only
disk in the system (highly advisable for this type of operation).

Arno
  #5  
Old November 17th 08, 11:56 AM posted to comp.sys.ibm.pc.hardware.storage
[email protected]
external usenet poster
 
Posts: 5
Default migration back to non-RAID configuration from an INTEL RAID 5

On 17 Nov, 05:49, Arno Wagner wrote:
That is the wrong approach. You need to wipe the whole disk on
sector level. For this you need to attach them to a controller that
does ignore the RAID information on the disks. This means a) a
non-RAID controller or at least not the INtel one. And b) possibly
a non-Microsoft OS. Personally I would use a Knoppic CD-Linux and
just use

* dd_rescue /dev/zero /dev/device

with device being the HDD, i.e. hda or sda if it is the only
disk in the system (highly advisable for this type of operation).

Arno- Nascondi testo citato

- Mostra testo citato -


Hi Arno,

thanks for your reply. What is a Knoppic CD-Linux? I'm not expert of
the Linux world. if it's a bootable CD, it'd be perfect as at the
moment VISTA's the only one OS installed on this new machine. And,
yes, unfortunately also this motherboard has Intel controller only on
board.

Could you be so kind to fully descrive the procedure to wipe the disk?
Thanks in advance.

Best regards

L/S
  #6  
Old November 17th 08, 11:58 AM posted to comp.sys.ibm.pc.hardware.storage
[email protected]
external usenet poster
 
Posts: 5
Default migration back to non-RAID configuration from an INTEL RAID 5

On 17 Nov, 04:53, Andy wrote:
Did you use the Hard Disk Wiping Tools?


No, I didn't on the whole disk but I wipe out all the MBR, EMBR and
FAT locations on the disk. Then I entered with a disk editor and
checked that everything was set to "zero" in binary terms. I have the
suspect that there is a sort of lock on MBR which is allocated in some
reserved zone of the disk which is not easily accessible!

L/S
  #7  
Old November 17th 08, 12:34 PM posted to comp.sys.ibm.pc.hardware.storage
Odie[_3_]
external usenet poster
 
Posts: 19
Default migration back to non-RAID configuration from an INTEL RAID 5

Arno Wagner wrote in
Previously wrote:
Hi all,


I got 3 SATA WDC HD's coming from a Intel RAID 5 (matrix Storage) . I
suppose that the RAID was not dismantled before taking the disks off.
Now I would like to use them for an ordinary non-RAID configuration
and I do _NOT_ need to backup the data. I just want to format them and
put them into use again as single hard drives.


The problem is that when I connect them to my VISTA system and go to
the control panel, I got an error: "Unable to inizialize the disk" and
the OS cannot update/create the new MBR. Vista sees the disk connected
but the HD cannot be used by the OS and the size of the HD is reported
incorrectly as that of the whole RAID 5 and not of the single hard
drive.


I tried to boot with Ultimate Boot Utilities CD under DOS and I tried
some of those utilities that fix MBR and partitions. But I'm still
unsuccessful because when I reboot under Vista the drive is still the
same as before. I have tried also with Acronis sw, but it even
recognizes the HD ... I really don't know what to do at this point!


That is the wrong approach.


You need to wipe the whole disk on sector level.


Bwahaha.

For this you need to attach them to a controller that
does ignore the RAID information on the disks. This means a) a
non-RAID controller or at least not the INtel one. And b) possibly
a non-Microsoft OS. Personally I would use a Knoppic CD-Linux and
just use

dd_rescue /dev/zero /dev/device

with device being the HDD, i.e. hda or sda if it is the only
disk in the system (highly advisable for this type of operation).

Arno

  #10  
Old November 17th 08, 02:11 PM posted to comp.sys.ibm.pc.hardware.storage
[email protected]
external usenet poster
 
Posts: 5
Default migration back to non-RAID configuration from an INTEL RAID 5

On 17 Nov, 13:49, "Folkert Rienstra" wrote:

Not the MBR but the RAID setup info.
Use the RAID utility in BIOS to setup for Non-RAID.


That was an OLD computer which is not here anymore as I wrote in my
1st post. I cannot use _ANY_ RAID utility to setup to a non_RAID
config.

L/S
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Onboard RAID controller migration PaulW Asus Motherboards 2 September 28th 06 11:58 PM
RAID 1 to RAID 0 migration issues D Intel 2 December 5th 05 08:53 PM
P5WD2 Preminum Intel RAID configuration question. bogus Asus Motherboards 5 September 27th 05 09:02 PM
Migration from single disk to RAID 0 [email protected] Intel 30 February 2nd 05 03:35 PM
P4C800-E Deluxe and S-ATA RAID... Intel RAID or Promise RAID ??? Fraizer Asus Motherboards 3 October 29th 03 01:50 PM


All times are GMT +1. The time now is 05:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.