Hello all,
I had this fine Bubba 2 server until it crashed on my a couple of years ago. Due to circumstances, I never got around to try to save the data from the disk. Now that I have a new Qnap TS-128A I thought let's hook the old bubba disk (WD Green 1TB) up the Qnap.
The Qnap system sees the first disk with the Debian OS installed (EXT3), but it doesn't understand the filesystems of the other two partitions. Needless to say, I need the second one with all my data on it.
Any thoughts on how to recover my files? Any and all help is appreciated!
Cheers,
Michiel
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Bubba 2 crashed - how to recover files?
Re: Bubba 2 crashed - how to recover files?
Unsure if the same partitioning method was used on the B2, but on the B3 the data partition is set up as an LVM to allow it to be configured with a mirror disk (RAID-1). If Qnap supports this method of soft-raid you could try `vgscan` if it can find the LVM and the volumes inside it.
Re: Bubba 2 crashed - how to recover files?
Hey Gordon,
Thanks for the reply! Yes, I also found out it is LVM2 via fdisk:
vgscan gives me one partition (vg1). According to output from pvs that is the current Qnap disk as it is 2.7TB and my bubba disk was only 900GB.
I hope this helps!
Thanks for the reply! Yes, I also found out it is LVM2 via fdisk:
Code: Select all
[~] # fdisk -l /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 1217 9775521 83 Linux
/dev/sdb2 1218 121457 965827800 8e Linux LVM
/dev/sdb3 121458 121601 1156680 82 Linux swap / Solaris
I hope this helps!
Re: Bubba 2 crashed - how to recover files?
That doesn't sound good. You could check out the following external link for hints how to proceed:
https://unix.stackexchange.com/question ... vmdiskscan
https://unix.stackexchange.com/question ... vmdiskscan