ZFS ZFS mount error 5

Hello everebody
A while after I installed freebsd and the desired packages I run into "Mounting from zfs: ... failed with error 5".
I used the shell of a usb install :
Code:
# mount -urv /
Code:
# zpool import -fR /mnt zroot
The output of
Code:
# zfs list
is correct, corresponding to the filesystem on my system.
I don't know what to do next in order to reboot my computer.
I mention that I use a "customized" computer with 4 disks (SAS) , a HBA controller, and I have 2 zpools, each with a mirror of 2 disks
Any guidance would be very appreciated.
 
Thank you both for replying. For now I sent the computer back to the guys who built it because after I performed
Code:
zpool scrub zroot
I noticed în the output of
Code:
zpool status
that two disks of a mirror showed wright and read errors with the recommanded action to change them, which is weird because they are new sas disks.Possibly there are some profound hardware issues.
 
Back
Top