Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Any of you knows QNAP TS-569L RAID5 parameters

October 30th, 2014, 12:16

Hi Guys, i have here 5 drives from QNAP TS-569L.

RAID5 level configured, 1 drive failed.

I am testing with ReclaiMe, but no raid parameters found.

Any of you know QNAP TS-569L RAID5 Parameters?

Thanks for your help

QNAP TS-569L NAS recovery

October 30th, 2014, 14:53

hhddrec wrote:i have here 5 drives from QNAP TS-569L.
RAID 5 level configured, 1 drive failed.
I am testing with ReclaiMe, but no raid parameters found.

Examine mdadm config. Although, according to my experience, it can also be damaged, so pay close attention to data/parity rotation on the drives.

P.S.
We'll be glad to help recovering this NAS remotely.
Let me know if you decide that assistance is necessary.

Re: Any of you knows QNAP TS-569L RAID5 parameters

October 31st, 2014, 7:06

Hi Dmitri!

I'LL try mdadm config file, is a good idea because i suppose Linux part is ok on all drives.


i'll report you about mdadm file info.
So many thanks,

ill report you to take a look remotetly

Re: Any of you knows QNAP TS-569L RAID5 parameters

October 31st, 2014, 8:12

"mdadm --examine {partition}" is all you need to read the linux RAID meta data. Just replace {partition} to the each drive's specific partition details, such as /dev/sda1.

From the report, you should be able to determine the RAID type, drive order, last time drive was online and block size.

Good luck.

Re: Any of you knows QNAP TS-569L RAID5 parameters

October 31st, 2014, 8:15

thanks Dmitri, Luke, i'll take a look this afternoon.

I'll report here

thanks

Re: Any of you knows QNAP TS-569L RAID5 parameters

October 31st, 2014, 10:29

i taked a look to mdamd.conf file and not showed raid info.

take a look for config files.
Attachments
config.rar
(451 Bytes) Downloaded 369 times

Re: Any of you knows QNAP TS-569L RAID5 parameters

October 31st, 2014, 10:40

As I said, try to read the raid meta data from the drive partitions using mdadm in linux.
Post a reply