My file server using ZFS crashed due to hardware failure.
I've replaced the motherboard. The 8 disk backing the ZFS system were on a card which I transferred, so they're read in the same way.
I used
to load the file system. box being the name of the fs. Is this correct?
When I do
, I just get:
It seems to me that the data is still there, but I'm not sure how to mount it. I don't want to experiment with it as there's lots of data to loose. Can anyone advise?
Thanks.
I've replaced the motherboard. The 8 disk backing the ZFS system were on a card which I transferred, so they're read in the same way.
I used
Code:
zfs import box
When I do
Code:
zfs list box
Code:
NAME USED AVAIL REFER MOUNTPOINT
box 5.75T 1.40T 10K legacy
It seems to me that the data is still there, but I'm not sure how to mount it. I don't want to experiment with it as there's lots of data to loose. Can anyone advise?
Thanks.