Hello,
I have done something quite dumb and have lost some data I would like restored. To give some background, I created a new ZFS pool using zpool create
Code:
zpool create -f datastore raidz /dev/sdb /dev/sdc /dev/sdd
and did not realize that that would format the drives without warning. I have two of the drives that I would like to recover some data on. I have tried using testdisk to recover the data however I have not been successful.
When I run testdisk and analyze the drive I get the following result:
Code:
>P MS Data 2046 3907028989 3907026944 [Hydra]
Hydra is the name of the partition that I am trying to recover. However, when I try to list files I get "no file found, filesystem my be damaged." If I run a deeper search I find the following
Code:
Partition Start End Size in sectors
MS Data 2046 3907028989 3907026944 [Hydra]
> MS Data 2048 3907028991 3907026944 [Hydra]
The drive is listed twice.
Does anyone have any suggestions on how to recover this data?
Thank you!