Page 1 of 1

Zpool created on USB HDD not found internally

PostPosted: Tue Feb 06, 2018 1:46 am
by sir_brickalot
When I create a pool on a drive in a USB enclosure, this pool can not be imported when connected internally via SATA.
The pool however can be reimported if put back into the enclosure.

Is this a known limitation or is there a solution so I don't have to move 2 TB of data again.

Is there more information I can share that would help solve this problem?

Re: Zpool created on USB HDD not found internally

PostPosted: Tue Feb 06, 2018 7:16 am
by Brendon
USB controllers can present a different geometry view of the HDD than seen when connected directly.

In which case, the disk will not be readable.

Brendon

Re: Zpool created on USB HDD not found internally

PostPosted: Tue Feb 06, 2018 8:28 am
by sir_brickalot
Brendon wrote:USB controllers can present a different geometry view of the HDD than seen when connected directly.

In which case, the disk will not be readable.

Brendon

Could you elaborate geometry view? Do you mean block size or location of MBR? Why does it work the other way around (zpool created internally will be detected in the usb case).

Re: Zpool created on USB HDD not found internally

PostPosted: Wed Feb 07, 2018 2:14 pm
by Brendon
Block size difference 4k vs 512e can certainly happen.

Why does it work for you the other way around, no idea.

Re: Zpool created on USB HDD not found internally

PostPosted: Fri Feb 09, 2018 9:21 pm
by sir_brickalot
Brendon wrote:Block size difference 4k vs 512e can certainly happen.

Why does it work for you the other way around, no idea.

Thank you. If anyone knows a workaround for this problem could certainly help.