I have a RAID 5 system that, during reinstallation, was temporarily switched to RAID 1, formatted, and then switched back to RAID 5.
What I've tried so far:
- I used PhotoRec to recover some (not all) files. But without the file structure, many of them are not usable for me. That's why I'm now focusing on whether I can recover the MFT.
- chkdsk reports that the file system is RAW.
- In TestDisk, I selected the RAID 5 partition (Disk \\.\PhysicalDrive4 - 15 TB / 13 TiB), then "1 P MS Reserved ... [Microsoft reserved partition]" and attempted to use RebuildBS with different values for sectors_per_cluster (0, 1, and 8). It gives either "Boot sector Status: Bad", "ntfs_mft_load(): Failed." or "Extrapolated boot sector and current boot sector are different."
My hard disk list is
Questions:Hard disk list
Disk \\.\PhysicalDrive0 - 1000 GB / 931 GiB - CHS 121601 255 63, sector size=512 - PNY CS3030 1TB SSD,...
Disk \\.\PhysicalDrive1 - 7681 GB / 7153 GiB - CHS 933889 255 63, sector size=512 - WUS4BA176DSP3X3, ...
Disk \\.\PhysicalDrive2 - 7681 GB / 7153 GiB - CHS 933889 255 63, sector size=512 - WUS4BA176DSP3X3, ...
Disk \\.\PhysicalDrive3 - 7681 GB / 7153 GiB - CHS 933889 255 63, sector size=512 - WUS4BA176DSP3X3, ...
Disk \\.\PhysicalDrive4 - 15 TB / 13 TiB - CHS 1867757 255 63, sector size=512 - HPT DISK 0_0, FW:4.00
1. Should I continue troubleshooting on the RAID 5 partition (Disk \\.\PhysicalDrive4 - 15 TB / 13 TiB), or would it be better to work on the individual drives (PhysicalDrive1, PhysicalDrive2, PhysicalDrive3) that make up the RAID 5 array?
2. Should I experiment with values like sectors_per_cluster, mft_lcn, mftmirr_lcn, clusters_per_mft_record, and clusters_per_index_record? (And if yes, what are reasonable values)
3. Any additional advice or guidance on how to proceed is very welcome
