Hi,
I was experimenting moving ZFS disks from a FreeBSD to a Linux PC and the other way around.
During one of many tests, I exported a disk (single ZFS drive) on Ubuntu and attached to FreeBSD.
FreeBSD saw the disk, I could see it in
I tried
I know thefiles are still there, given that
Is there a way to recover the files inside the old structure or the old structure itself?
Thank you in advance!
I was experimenting moving ZFS disks from a FreeBSD to a Linux PC and the other way around.
During one of many tests, I exported a disk (single ZFS drive) on Ubuntu and attached to FreeBSD.
FreeBSD saw the disk, I could see it in
dmesg
, but zpool import
didn't do anything.I tried
zpool create test da3
thinking it would give me an error but the command actually worked and it overwrote the original partition.I know thefiles are still there, given that
zfs create
took only a couple of seconds and the disk is half full (6TB).Is there a way to recover the files inside the old structure or the old structure itself?
Thank you in advance!