Dell Intel Raid 0 failure Topic is solved

How to use TestDisk to recover lost partition
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
NeedsMoreRGB
Posts: 2
Joined: 29 Dec 2022, 01:49

Dell Intel Raid 0 failure

#1 Post by NeedsMoreRGB »

My system specs are an i7-6700 running on a Dell workstation motherboard with 4x sata ports and 1 nvme. I have 4 250GB SSDs in a raid 0. I recently needed to perform some system maintenance (clone my nvme boot disk) which required me to boot into the bios and flip from Intel RST (Intel RAID) to AHCI. This was required as clonezilla did not recognize the nvme disk with RST enabled. After cloning and swapping the nvme disks I placed the system back into RST mode prior to ever booting back to windows. On my first boot, my raid 0 "disk" / "G" partition were no where to be found. Upon another reboot, this time into the Intel RAID utility, I found that one of the disks had been marked as a non-RAID member.

I then came across your software from this forum post: (https://www.overclock.net/threads/howto ... 57/page-15) and followed along as best I could along with the testdisk.pdf. After a quick search this partition structure was returned.

Code: Select all

TestDisk 7.2-WIP, Data Recovery Utility, November 2022
Christophe GRENIER <grenier@cgsecurity.org>

https://www.cgsecurity.org
Disk \\.\PhysicalDrive1 - 1024 GB / 953 GiB - CHS 124522 255 63     
     Partition               Start        End    Size in sectors
 D MS Data                       63      80324      80262 [DellUtility]
>D MS Data                    32768 2000449535 2000416768 [Game Drive]
 D MS Data                185622679  185628852       6174
 D MS Data                185628852  185635025       6174 [Boot]
 D MS Data                185635140  185655878      20739 [NO NAME]
 D EFI System             235031836  235039835       8000 [EFI System Partition] [NO NAME]
 D MS Data                259832232  259833831       1600 [NO NAME]
 D MS Data                260092408  260094007       1600 [EFISYS]
 D EFI System             291976300  291986251       9952 [EFI System Partition] [ESP]
 D EFI System             342812604  342830011      17408 [EFI System Partition] [ANACONDA]
 D EFI System             587442680  587460347      17668 [EFI System Partition] [SNG7-21118]
 D EFI System             614909488  614915247       5760 [EFI System Partition] [NO NAME]
 D Mac HFS                614915248  618037919    3122672
 D MS Data                632166040  632167639       1600 [NO NAME]
 D MS Data                632294976  632296575       1600 [EFISYS]
 D EFI System             644129040  644134799       5760 [EFI System Partition] [NO NAME]
 D Mac HFS                644134800  646147327    2012528
 D EFI System             674381832  674387591       5760 [EFI System Partition] [NO NAME]
Structure: Ok.  Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
                        P=Primary  D=Deleted
Keys A: add partition, L: load backup, T: change type, P: list files,
       Enter: to continue
NTFS found using backup sector, blocksize=4096, 1024 GB / 953 GiB
Previously, there was no true boot sector on this array, it served the purpose as a secondary drive for Games and VMs (which is where I believe all the other partition structures show up). There was a single large NTFS partition on that RAID array prior to the issues occurring.

My guess was I needed both the "Dell Utility" and "Game Drive" partitions for the recovery. I verified I can see files / directories in the "Game Drive" partition. When I try to mark both "Dell Utility" and "Game Drive" as 'Primary' I get a "Structure Bad" error.

So, if "Game Drive" contains all the data that I care about, should I only try to recovery that partition, or do I need to do something with the "Dell Utility" partition as well? Any suggestions are appreciated!!
recuperation
Posts: 3027
Joined: 04 Jan 2019, 09:48
Location: Hannover, Deutschland (Germany, Allemagne)

Re: Dell Intel Raid 0 failure

#2 Post by recuperation »

NeedsMoreRGB wrote: 29 Dec 2022, 02:15

Code: Select all

https://www.cgsecurity.org
Disk \\.\PhysicalDrive1 - 1024 GB / 953 GiB - CHS 124522 255 63     
     Partition               Start        End    Size in sectors
 D MS Data                       63      80324      80262 [DellUtility]
>D MS Data                    32768 2000449535 2000416768 [Game Drive]
 D MS Data                185622679  185628852       6174
 D MS Data                185628852  185635025       6174 [Boot]
 D MS Data                185635140  185655878      20739 [NO NAME]
 D EFI System             235031836  235039835       8000 [EFI System Partition] [NO NAME]
 D MS Data                259832232  259833831       1600 [NO NAME]
 D MS Data                260092408  260094007       1600 [EFISYS]
 D EFI System             291976300  291986251       9952 [EFI System Partition] [ESP]
 D EFI System             342812604  342830011      17408 [EFI System Partition] [ANACONDA]
 D EFI System             587442680  587460347      17668 [EFI System Partition] [SNG7-21118]
 D EFI System             614909488  614915247       5760 [EFI System Partition] [NO NAME]
 D Mac HFS                614915248  618037919    3122672
 D MS Data                632166040  632167639       1600 [NO NAME]
 D MS Data                632294976  632296575       1600 [EFISYS]
 D EFI System             644129040  644134799       5760 [EFI System Partition] [NO NAME]
 D Mac HFS                644134800  646147327    2012528
 D EFI System             674381832  674387591       5760 [EFI System Partition] [NO NAME]
Structure: Ok.  Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
                        P=Primary  D=Deleted
Keys A: add partition, L: load backup, T: change type, P: list files,
       Enter: to continue
NTFS found using backup sector, blocksize=4096, 1024 GB / 953 GiB
Previously, there was no true boot sector on this array, it served the purpose as a secondary drive for Games and VMs (which is where I believe all the other partition structures show up). There was a single large NTFS partition on that RAID array prior to the issues occurring.

My guess was I needed both the "Dell Utility" and "Game Drive" partitions for the recovery. I verified I can see files / directories in the "Game Drive" partition. When I try to mark both "Dell Utility" and "Game Drive" as 'Primary' I get a "Structure Bad" error.
The partitions Dell Utility and GameDrive are overlapping. You cannot set them to primary status simultaneously. Use the "p"-key ("list files") to see if the "Dell Utility" folder contains valid content at all.

So, if "Game Drive" contains all the data that I care about, should I only try to recovery that partition, or do I need to do something with the "Dell Utility" partition as well? Any suggestions are appreciated!!
You can either copy everything out of the "Game Drive" partition or set the "Game Drive" partition to primary status and write the partition table afterwards.
NeedsMoreRGB
Posts: 2
Joined: 29 Dec 2022, 01:49

Re: Dell Intel Raid 0 failure

#3 Post by NeedsMoreRGB »

You can either copy everything out of the "Game Drive" partition or set the "Game Drive" partition to primary status and write the partition table afterwards.
After verifying that I could read files from that partition (again) I marked the Game Drive partition as primary and I'm now back up and running! Thank you for your help!
Locked